sudo apt install libqt5svg5-dev pkgconf libsqlite3-dev g++ qtcreator  libkf5widgetsaddons-dev libkf5coreaddons-dev git 

Maybe see Xmlstarlet scripts:

https://qelectrotech.org/forum/viewtopi … 6040#p6040
https://qelectrotech.org/forum/viewtopi … 4579#p4579

olivier.perrin wrote:

Bonjour, à tous

je relance le sujet, car je trouve l'idée très ergonomique de pouvoir ouvrir  2 projets en meme temps.

Suffit de passer en mode fenêtres à la place des onglets. CF voir dans la config de QET!
Avec un moniteur 49 " ça devrait le faire .. nomicons/smiley-green
https://www.samsung.com/fr/monitors/bus … 950uipxen/
https://download.qelectrotech.org/qet/forum_img_2/windows_3projects.png

Personnellement je préfère ouvrir les multiples projets dans des onglets..

629

(15 replies, posted in Videos howto)

630

(18 replies, posted in Code)

plc-user wrote:

Health is the most important thing, besides family and friends!
(a little money might help a bit, too...nomicons/wink)

If you wish, I can have Paypal send you some of the money we receive from donations from users who thank us for this project, given the excellent work you do.

It's certainly not a fortune (~ 500€)and I had to contribute out of my own pocket for the Aplle develloper notarization ~99€.

And in June I have to renew the web hosting at a cost of 160€.

I thanks all users who donate and hepling to support this project again, thanks all.

Best regards,
Laurent

631

(18 replies, posted in Code)

@plc-user: age only matters if you're healthy nomicons/wink

632

(18 replies, posted in Code)

@plc-user if you don't mind my asking how old are you?
Me : 55 years old..

See example provided, yes schemes of cars was very different than industry...
https://download.qelectrotech.org/qet/s … iagram.pdf

634

(18 replies, posted in Code)

For me, sqlite help to create BOM, summary pages, ect, but when you change any things the change it's saved in XML of the project.

Hmm, if you have multi-screen monitors that could hehping a lot, btw you have paste also to paste in zone -> CTRL +Maj +V.

When you paste many same parts you have an offset indexed to grid..

https://qelectrotech.org/wiki_new/roadm … d_elements

directly (Ctrl+V): the pasted parts are placed next to the copied parts; if the parts are pasted again, they are pasted one notch closer, incrementally. The screenshot on the right shows the result of pasting a selection 8 times in a row.

https://qelectrotech.org/screenshots/extras/paste1.png

https://qelectrotech.org/wiki_new/lib/exe/fetch.php?tok=f0aee0&media=http%3A%2F%2Fqelectrotech.org%2Fscreenshots%2Fextras%2Fpaste0.png

The only problem, as far as I know, is that when wires are connected to busbars or to a distribution block, they cannot necessarily have the same cross-section... yet the potential remains the same, but not the cross-section to supply each circuit-breaker.

637

(18 replies, posted in Code)

Conductor numbering export to csv not use database:
https://github.com/qelectrotech/qelectr … export.cpp

Summary page and BOM use database:
https://github.com/qelectrotech/qelectr … s/dataBase

638

(18 replies, posted in Code)

Hallo plc-user,

When you start QET and open an project QET read the XML of the project, draw all diagrams, etc, after it create an use a sqlite database in memory, you can export this database now, but you can't imported data yet to the project on the fly running.

Edit: Sqlite database for project was added recently also QET code can run without..

https://github.com/qelectrotech/qelectr … dialog.cpp

On QET conductors conected to element type terminal save the same potential, wire number, wire color, section, etc, also use symbol for for connect your wires of type simple...

640

(18 replies, posted in Code)

What could be very constructive would be to add the conductors wire section, color, cable, element label, terminal name connected to each end in the sqlite database in a new table, a bit like nomeclature aka BOM.

It's justa an idea, this would avoid having to write a plugin like qet_tb_generator in python, which reads the XML to generate the terminal blocks, and then it might be possible to do more with SQL and csv export?

rvamerongen wrote:

Think this would be welcome; maybe this could be solved to let the editor import parts of it own.
We save a circle with a line, and drag/import it later on inside another drawing.
So can you make templates and your fantasie is unlimited.

You can open several element editors at the same time, select the parts you want and then copy them into the new element you're creating. You can create a Frankenstein element from scratch with many parts from other elements in the collection without tiring yourself just by selecting, copying and pasting.

Enjoy! nomicons/wink

642

(18 replies, posted in Code)

Insert the Tag "terminalname1" "terminalname2" with empty value, i think if user not added this values in terminal label.
Terminal UUID was always added.


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

643

(18 replies, posted in Code)

Hallo plc-user,

Until now, if the "terminal name" property was empty, it didn't seem to bother, so I'll think leave it empty.
What do you think?

Best regards
Laurent

Hello Stephan,

Compiling Qet with its dependencies can be very easy on an OS like linux Debian like Ubuntu, etc., and very complicated on Windows.

Example on Debian like distrib

Build-Depends: debhelper (>= 11),
               libqt5svg5-dev,
               qt5-qmake,
               qtbase5-dev,
               libkf5widgetsaddons-dev,
               libkf5coreaddons-dev,
               libsqlite3-dev,
               pkgconf

Install also Git, qtcreator, g++ etc

git clone --recursive https://github.com/qelectrotech/qelectrotech-source-mirror.git

OSX: https://qelectrotech.org/wiki_new/doc/macosx
Debian script packaging : https://qelectrotech.org/wiki_new/doc/packaging_debian
Windows: https://qelectrotech.org/wiki_new/doc/qt_pour_windows


See also:
https://qelectrotech.org/forum/viewforum.php?id=17


BTW, on 0.100.0 you can add a label name for each terminal in element editor, for now only show in qet project XML and element editor.

Best regards,
Laurent

https://qelectrotech.org/forum/viewtopi … 079#p17079

Hallo Stephan,

maybe see Ronny videos?

https://qelectrotech.org/forum/viewtopic.php?id=2183


Best regards,
Laurent

Hey Tom

https://github.com/qelectrotech/qelectr … r.cpp#L206

Hi Tom,

try on 0.100.0 dev if problem it is , we don't fix old 0.90 release now!


Regards,
Laurent

The folio background to grey (button is in the upper tool bar) was added not for your eyes but for different raisons:

Like use white element for xrefs, BOM, etc, or draw invisible line, example:

https://qelectrotech.org/forum/viewtopic.php?id=1139

https://github.com/qelectrotech/qelectr … 7b6dc697e7

650

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