2,651

(317 replies, posted in News)

- Log -----------------------------------------------------------------
commit 139241e77314c3beb229141cce5ec7e956334527
Author: Claveau Joshua <Joshua@>
Date:   Wed Sep 16 21:28:47 2020 +0200

    Change the way how the database is exported to file
   
    The export of internal database to file is now do by sqlite3 native
    function instead of a dirty home made function.
    For the moment, the export to file function is unavailable on macOSX (we
    need some help to add sqlite3 lib on macOSX)

Je rencontre des problemes avec ce commit:
Pas de soucis pour Linux (Debian, ubuntu, etc) ni pour Windows,
mais sous AppImage et macOS l'ajout des libs Sqlite3 provoque une segfault et plante QET lors de l'export de la bdd, de plus le fichier sqlite est vide et sur Flatpak ça ne fonctionne pas non plus ...

On revert?

For now in 0.8-dev version you can just export to csv conductors list.
See https://qelectrotech.org/forum/viewtopic.php?id=1496

Hi Jordi and welcome,
maybe like  this example?
https://download.qelectrotech.org/qet/s … energy.pdf
https://download.qelectrotech.org/qet/s … %d0%b0.pdf

https://download.qelectrotech.org/qet/schemas_pdf/

2,654

(5 replies, posted in Bar Fourre-tout)

https://www.anandtech.com/show/16070/a- … pper-3990x
https://www.comptoir-hardware.com/actus … 990x-.html

WoW! <3

Hallo,
in project menu go to new folio and conductor tab, remove underscore in text field.

For all new project go to settings -> configure QElectroTech and make the same change.

Yes, we have thought about this in the past, but we have never started this work.

Quick design :

https://download.qelectrotech.org/qet/forum_img_2/element_info_model_view.png

De-Backer wrote:

you make a good point, in fact the elements have to be completely reworked, it takes too long in windows to load, reason: too many files, possible solution multiple elements in one file.
In short, we should list what elements should look like.
And adjust the code.

The solution for Windows user is WSL2 ... nomicons/grin
https://www.phoronix.com/scan.php?page= … ical-Disks
https://www.phoronix.com/forums/forum/p … om-windows

Microsoft love Linux -> https://en.wikipedia.org/wiki/Embrace,_ … extinguish

2,658

(317 replies, posted in News)

- Log -----------------------------------------------------------------
commit 046d7c6b593d369d3c908fb41c781c6755ed3357
Author: David Varley <David.Varley@>
Date:   Thu Sep 10 18:35:22 2020 +1000

    DXF - Add terminals to plot (optional)

Bonjour,
https://download.qelectrotech.org/qet/b … f_to_elmt/

Quel est ton OS et la façon dont tu as installé QElectroTech, ReadyToUse, installateur sous Windows?

">> Install on Windows\n"
                     "Put DXFtoQET.exe binary on C:\\Users\\user_name\\AppData\\Roaming\\qet\\ directory \n"


">> Install on Linux\n"
                     "Put DXFtoQET binary on your /home/user_name/.qet/ directory\n"
                     "make it executable : chmod +x ./DXFtoQET\n"


">> Install on macOSX\n"
                     "Put DXFtoQET.app binary on /Users/user_name/.qet/ directory \n"

Voila.
1 - convertir le DWG en DXF, il y a des convertisseurs online.
2 - lancer le convertisseur DXFtoelmt.
3 - retoucher le symbole dans l'éditeur d'éléments et supprimer le superflu.
4 - enregistrer le symbole (création automatique du Hotspot, nécessaire pour la suite)
5 - le symbole est prêt à être posé sur un schéma.

2,661

(317 replies, posted in News)

commit 1528e1ebe216e5180bb58726aaa4b0fe588126e2
Author: Simon De Backer <simondebacker@>
Date:   Fri Sep 4 21:10:43 2020 +0200

    Add build git commit sha in log file

FYI, for Debian and Ubuntu packaging I need to remove in my quilt Debian patchs this commit, if not "qelectrotech_0.80.r6714.orig.tar.gz" increase 13Mio to 170 Mio. remove this line "rm -rf qelectrotech-$VERSION.r$HEAD/.git "

https://qelectrotech.org/wiki_new/doc/p … tu_windows

cp -r $DEFAULT_DIR/qet_git/ $TEMP_DIR/qelectrotech-$VERSION.r$HEAD/ 
rm -rf qelectrotech-$VERSION.r$HEAD/.git 
#create svn tarball
tar cfvz qelectrotech-$VERSION.r$HEAD.tar.gz qelectrotech-$VERSION.r$HEAD/

BTW, maybe use git-pbuilder instead of my pbuilder scripts , but I don't want to waste my time on it now.

2,662

(317 replies, posted in News)

- Log -----------------------------------------------------------------
commit 87c957a06269153f8511c02597b63515a7843a91
Author: Simon De Backer <simondebacker@>
Date:   Sat Sep 5 00:27:24 2020 +0200

    Add user warning on startup

"<p><b>ATTENTION: This application version is UNSTABLE!</b></p>"
+
+                "<p>Everything you do with this application can break your "
+                "workspace, libraries or projects! Saved files will not be "
+                "readable with stable releases of QElectroTech. It's highly "
+                "recommended to create a backup before proceeding. If you are "
+                "unsure, please download an official stable release instead.</p>"
+
+//                "<p>For details, please take a look at QElectroTech's "
+//                "<a href=\"%1\">versioning concept</a>.</p>"
+
+                "<p>Are you really sure to continue with the risk of breaking your "
+                "files?!</p>","this text is not finished yet, expect changes!")


I think the messageBox should rather encourage our users to report issues to us and that the development version adds a lot of new great features, but sometimes, which is rare, it can be unstable. And off course don't mix QET version in your project.

For me this message scares even those who have always used the devel version..

2,663

(0 replies, posted in Code)

https://github.com/qelectrotech/qelectr … /issues/74

2,664

(317 replies, posted in News)

- Log -----------------------------------------------------------------
commit d062175da73eec3057952684d53c58297b8c9bcd
Author: David Varley <David.Varley@>
Date:   Mon Sep 7 16:16:33 2020 +1000

    Add tables to dxf export



- Log -----------------------------------------------------------------
commit dce83f480c96010f2c8587a8f94c73ff3ca66b14
Author: Simon De Backer <simondebacker@>
Date:   Mon Sep 7 22:35:49 2020 +0200

    Add name to Terminal
   
    now it is possible to enter the terminal name

2,665

(317 replies, posted in News)

- Log -----------------------------------------------------------------
commit 71d7f8bbe6e1926cab79792ead15a5a542dc347d
Author: David Varley <David.Varley@>
Date:   Fri Sep 4 16:06:06 2020 +1000

    Fix some DXF issues


- Log -----------------------------------------------------------------
commit f8611c1b6e33c7e156cac0e000b436b1bc18d51e
Author: David Varley <DavidAVarley@>
Date:   Fri Sep 4 22:41:59 2020 +1000

    DXF Border Numbering - fix offset


- Log -----------------------------------------------------------------
commit 504a061e71fdf00fc92557118e2709ff3a148130
Author: Simon De Backer <simondebacker@>
Date:   Mon Aug 31 21:22:26 2020 +0200

    Add loading time of collections inf to log

commit 51c4b16836fba4c36ab4de9eab5888186da49f15
Author: Simon De Backer <simondebacker@>
Date:   Mon Aug 31 21:21:17 2020 +0200

    Add log file's viewer in AboutQETDialog for user

2,666

(14 replies, posted in EN : Help, suggestions, discussions, ...)

You are welcome. nomicons/wink

2,667

(5 replies, posted in Bar Fourre-tout)

Off course, yes!
Replace your bad hard disk 2.5" 5400Tr/mn by a Sata 6 SSD for better performances and launch quickly QET.
But PCIE 4.0 NVME SSD is the best.
https://www.cowcotland.com/news/73105/s … msung.html

2,668

(10 replies, posted in Code)

Only qet_tb_generator is a python plugin.

QET
https://github.com/qelectrotech/qelectr … rce-mirror

DXF
https://github.com/qelectrotech/DXFtoQET-2020

qet_tb_generator
https://github.com/qelectrotech/qet_tb_generator

2,669

(10 replies, posted in Code)

No DXF converter is C++ /Qt 5

QET is C++ /Qt 5 >= 5.9.0

2,670

(7 replies, posted in EN : Help, suggestions, discussions, ...)

https://git.tuxfamily.org/qet/qet.git/t … .cpp#n2280
Python 3.8

http://www.touteladomotique.com/index.p … ;Itemid=89

2,672

(27 replies, posted in Code)

Laptop SSD NVME 500GB Kubuntu 20.04 LTS  ...  I'm on the beach by the sea nomicons/cool

14:29:57.288 Info: Start-up
14:29:57.323 Info: debugging enabled: false
14:29:57.323 Info: Qt library version: 5.12.8
14:29:57.323 Info: Qt library location default prefix: "/usr"
14:29:57.323 Info: Qt library location documentation: "/usr/share/qt5/doc"
14:29:57.323 Info: Qt library location headers: "/usr/include/x86_64-linux-gnu/qt5"
14:29:57.323 Info: Qt library location libraries: "/usr/lib/x86_64-linux-gnu"
14:29:57.323 Info: Qt library location executables: "/usr/lib/x86_64-linux-gnu/qt5/libexec"
14:29:57.323 Info: Qt library location Qt binaries: "/usr/lib/qt5/bin"
14:29:57.323 Info: Qt library location Qt plugins: "/usr/lib/x86_64-linux-gnu/qt5/plugins"
14:29:57.323 Info: Qt library location installed QML extensions: "/usr/lib/x86_64-linux-gnu/qt5/imports"
14:29:57.323 Info: Qt library location installed QML extensions: "/usr/lib/x86_64-linux-gnu/qt5/qml"
14:29:57.323 Info: Qt library location dependent Qt data: "/usr/lib/x86_64-linux-gnu/qt5"
14:29:57.323 Info: Qt library location independent Qt data: "/usr/share/qt5"
14:29:57.323 Info: Qt library location translation: "/usr/share/qt5/translations"
14:29:57.324 Info: Qt library location examples: "/usr/lib/x86_64-linux-gnu/qt5/examples"
14:29:57.324 Info: Qt library location Qt testcases: "/usr/tests"
14:29:57.324 Info: Qt library location Qt settings: "/etc/xdg"
14:29:57.324 Info: "QElectroTech V 0.80-DEV+81da7c671d79751d3"
14:29:57.324 Info: "Compilation : GCC 9.3.0"
14:29:57.324 Info: "Built with Qt 5.12.8 - Date : Sep  1 2020 : 08:08:19"
14:29:57.324 Info: "Run with Qt 5.12.8 using 8 thread(s)"
14:29:57.324 Info: "CPU : model name\t: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz\n"
14:29:57.324 Info: "RAM Total : 15828 MB"
14:29:57.324 Info: "RAM Available : 12956 MB"
14:29:57.324 Info: "GPU :  Intel Corporation UHD Graphics 620 (rev 07)\n Intel Corporation Sunrise Point-LP Integrated Sensor Hub (rev 21)\n"
14:29:57.324 Info: "GPU RAM : @ToDo"
14:29:57.324 Info: "OS : linux  - x86_64 - Version : Ubuntu 20.04.1 LTS - Kernel : 5.4.0-42-generic"
14:29:57.324 Info: *** Qt screens ***
14:29:57.324 Info: "( 1 : 3840 x 2160 )"
14:29:57.630 Info: Elements collection reload
14:29:58.033 Info: Elements collection finished to be loaded

745 ms


Same laptop same. SSD and same QET version, but on Win 10 boot ..



12:36:55.040 Info: Start-up
12:36:55.043 Debug: "File C:/Users/hp/Application Data/qet/20200820.log is deleted!" (../sources/main.cpp:147, void delete_old_log_files(int))
12:36:55.044 Debug: "File C:/Users/hp/Application Data/qet/20200821.log is deleted!" (../sources/main.cpp:147, void delete_old_log_files(int))
12:36:55.356 Info: debugging enabled: false
12:36:55.357 Info: Qt library version: 5.15.0
12:36:55.358 Info: Qt library location default prefix: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5"
12:36:55.359 Info: Qt library location documentation: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/doc"
12:36:55.361 Info: Qt library location headers: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/include"
12:36:55.362 Info: Qt library location libraries: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/lib"
12:36:55.363 Info: Qt library location executables: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/bin"
12:36:55.364 Info: Qt library location Qt binaries: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/bin"
12:36:55.365 Info: Qt library location Qt plugins: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/plugins"
12:36:55.366 Info: Qt library location installed QML extensions: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/imports"
12:36:55.367 Info: Qt library location installed QML extensions: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/qml"
12:36:55.369 Info: Qt library location dependent Qt data: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5"
12:36:55.369 Info: Qt library location independent Qt data: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5"
12:36:55.371 Info: Qt library location translation: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/translations"
12:36:55.372 Info: Qt library location examples: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/examples"
12:36:55.373 Info: Qt library location Qt testcases: "/home/laurent/digikam/project/bundles/mxe/build.win64/usr/x86_64-w64-mingw32.static/qt5/tests"
12:36:55.374 Info: "QElectroTech V 0.80-DEV+81da7c671d79751d3"
12:36:55.375 Info: "Compilation : GCC 9.3.0"
12:36:55.376 Info: "Built with Qt 5.15.0 - Date : Sep  1 2020 : 10:10:53"
12:36:55.377 Info: "Run with Qt 5.15.0 using 8 thread(s)"
12:36:55.378 Info: "CPU : NAME                                      \r\r\nINTEL(R) CORE(TM) I7-8550U CPU @ 1.80GHZ  \r\r\n\r\r\n"
12:36:55.379 Info: "RAM Total : 16199 MB"
12:36:55.380 Info: "RAM Available : 11557 MB"
12:36:55.381 Info: "GPU : VideoProcessor                \r\r\nIntel(R) UHD Graphics Family  \r\r\n\r\r\n"
12:36:55.382 Info: "GPU RAM : RAM Total : AdapterRAM  \r\r\n1073741824  \r\r\n\r\r\n B"
12:36:55.383 Info: "OS : winnt  - x86_64 - Version : Windows 10 Version 1903 - Kernel : 10.0.18362"
12:36:55.384 Info: *** Qt screens ***
12:36:55.385 Info: "( 1 : 3840 x 2160 )"
12:36:55.866 Info: Elements collection reload
12:37:19.838 Info: Elements collection finished to be loaded

24 seconds ...

2,673

(27 replies, posted in Code)

I build and pushed all packages, please try it.
I checked on Flatpak VM, is ok ~ 2 s to launch QET.


10:27:57.290 Info: Start-up 
10:27:57.347 Info: debugging enabled: false
10:27:57.347 Info: Qt library version: 5.14.2
10:27:57.347 Info: Qt library location default prefix: "/usr"
10:27:57.347 Info: Qt library location documentation: "/usr/doc"
10:27:57.347 Info: Qt library location headers: "/usr/include"
10:27:57.347 Info: Qt library location libraries: "/usr/lib/x86_64-linux-gnu"
10:27:57.348 Info: Qt library location executables: "/usr/lib/libexec"
10:27:57.348 Info: Qt library location Qt binaries: "/usr/bin"
10:27:57.348 Info: Qt library location Qt plugins: "/usr/lib/plugins"
10:27:57.348 Info: Qt library location installed QML extensions: "/usr/lib/imports"
10:27:57.348 Info: Qt library location installed QML extensions: "/usr/lib/qml"
10:27:57.348 Info: Qt library location dependent Qt data: "/usr/lib"
10:27:57.348 Info: Qt library location independent Qt data: "/usr"
10:27:57.348 Info: Qt library location translation: "/usr/translations"
10:27:57.348 Info: Qt library location examples: "/usr/examples"
10:27:57.348 Info: Qt library location Qt testcases: "/usr/tests"
10:27:57.348 Info: Qt library location Qt settings: "/usr/etc/xdg"
10:27:57.349 Info: "QElectroTech V 0.80-DEV+81da7c671"
10:27:57.349 Info: "Compilation : GCC 9.3.0"
10:27:57.349 Info: "Built with Qt 5.14.2 - Date : May  1 2020 : 20:10:52"
10:27:57.349 Info: "Run with Qt 5.14.2 using 24 thread(s)"
10:27:57.349 Info: "CPU : model name\t: AMD EPYC Processor (with IBPB)\n"
10:27:57.349 Info: "RAM Total : 15692 MB"
10:27:57.349 Info: "RAM Available : 14708 MB"
10:27:57.349 Info: "GPU :  Red Hat, Inc. Virtio GPU (rev 01)\n"
10:27:57.349 Info: "GPU RAM : @ToDo"
10:27:57.349 Info: "OS : linux  - x86_64 - Version : KDE Flatpak runtime - Kernel : 4.9.0-12-amd64"
10:27:57.349 Info: *** Qt screens ***
10:27:57.349 Info: "( 1 : 1920 x 1080 )"
10:27:57.617 Info: Elements collection reload
10:27:58.177 Info: Elements collection finished to be loaded
11:21:18.660 Info: Start-up
11:21:18.731 Info: debugging enabled: false
11:21:18.731 Info: Qt library version: 5.14.2
11:21:18.731 Info: Qt library location default prefix: "/usr"
11:21:18.731 Info: Qt library location documentation: "/usr/doc"
11:21:18.732 Info: Qt library location headers: "/usr/include"
11:21:18.732 Info: Qt library location libraries: "/usr/lib/x86_64-linux-gnu"
11:21:18.732 Info: Qt library location executables: "/usr/lib/libexec"
11:21:18.732 Info: Qt library location Qt binaries: "/usr/bin"
11:21:18.732 Info: Qt library location Qt plugins: "/usr/lib/plugins"
11:21:18.732 Info: Qt library location installed QML extensions: "/usr/lib/imports"
11:21:18.732 Info: Qt library location installed QML extensions: "/usr/lib/qml"
11:21:18.732 Info: Qt library location dependent Qt data: "/usr/lib"
11:21:18.732 Info: Qt library location independent Qt data: "/usr"
11:21:18.732 Info: Qt library location translation: "/usr/translations"
11:21:18.732 Info: Qt library location examples: "/usr/examples"
11:21:18.732 Info: Qt library location Qt testcases: "/usr/tests"
11:21:18.733 Info: Qt library location Qt settings: "/usr/etc/xdg"
11:21:18.733 Info: "QElectroTech V 0.80-DEV+81da7c671"
11:21:18.733 Info: "Compilation : GCC 9.3.0"
11:21:18.733 Info: "Built with Qt 5.14.2 - Date : May  1 2020 : 20:10:52"
11:21:18.733 Info: "Run with Qt 5.14.2 using 24 thread(s)"
11:21:18.733 Info: "CPU : model name\t: AMD EPYC Processor (with IBPB)\n"
11:21:18.733 Info: "RAM Total : 15692 MB"
11:21:18.733 Info: "RAM Available : 14861 MB"
11:21:18.733 Info: "GPU :  Red Hat, Inc. Virtio GPU (rev 01)\n"
11:21:18.733 Info: "GPU RAM : @ToDo"
11:21:18.733 Info: "OS : linux  - x86_64 - Version : KDE Flatpak runtime - Kernel : 4.9.0-12-amd64"
11:21:18.733 Info: *** Qt screens ***
11:21:18.733 Info: "( 1 : 1920 x 1080 )"
11:21:19.889 Info: Elements collection reload
11:21:20.924 Info: Elements collection finished to be loaded

No time these next days to study why on my Debian SID machine I don't have the logs.

My setup launches QET too quickly which is ashamed to show its logs for fear of making those under Windows cry, uhuhu.


you think we could also find the versions of third-party libraries like KwidgetAddons, KcoreAddons, ECM?

Good work Simon these logs will help us a lot.

2,674

(27 replies, posted in Code)

Try QDir::homePath() + "/.qet/
rather than const QString path = QETApp::configDir() + "/";

Example here :
https://git.tuxfamily.org/qet/qet.git/t … .cpp#n2251
https://git.tuxfamily.org/qet/qet.git/t … .cpp#n1132

2,675

(27 replies, posted in Code)

De-Backer wrote:

mmm.... file dir .... //...log

Fix ?
see:
https://git.tuxfamily.org/qet/qet.git/c … 30d3e75724

Not fixed here ..