777 2024-04-01 18:10:36
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
Health is the most important thing, besides family and friends!
(a little money might help a bit, too...)
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
778 2024-04-01 17:54:16
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
@plc-user: age only matters if you're healthy
779 2024-04-01 17:49:47
Re: Suggestion: Use Terminal-Names in schematic-file (18 replies, posted in Code)
@plc-user if you don't mind my asking how old are you?
Me : 55 years old..
780 2024-04-01 17:28:20
Re: Projekteinstellungen Leitereigenschaften (global) (9 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
See example provided, yes schemes of cars was very different than industry...
https://download.qelectrotech.org/qet/s … iagram.pdf
781 2024-04-01 16:56:30
Re: Suggestion: Use Terminal-Names in schematic-file (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.
782 2024-04-01 16:48:46
Re: Elements editor Feature request (6 replies, posted in EN : Help, suggestions, discussions, ...)
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.

783 2024-04-01 16:39:40
Re: Projekteinstellungen Leitereigenschaften (global) (9 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
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.
784 2024-04-01 16:31:23
Re: Suggestion: Use Terminal-Names in schematic-file (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
785 2024-04-01 16:20:14
Re: Suggestion: Use Terminal-Names in schematic-file (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..
786 2024-04-01 16:15:47
Re: Projekteinstellungen Leitereigenschaften (global) (9 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
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...
787 2024-04-01 12:57:22
Re: Suggestion: Use Terminal-Names in schematic-file (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?
788 2024-04-01 12:22:54
Re: Elements editor Feature request (6 replies, posted in EN : Help, suggestions, discussions, ...)
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!
789 2024-04-01 09:28:41
Re: Suggestion: Use Terminal-Names in schematic-file (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.
790 2024-03-31 18:26:01
Re: Suggestion: Use Terminal-Names in schematic-file (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
791 2024-03-30 10:21:41
Re: Wie erstellt man am besten eine Netzliste? (20 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
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.gitOSX: 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
792 2024-03-29 18:11:58
Re: Wie erstellt man am besten eine Netzliste? (20 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
793 2024-03-29 11:24:02
Re: Wie erstellt man am besten eine Netzliste? (20 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
Hallo Stephan,
maybe see Ronny videos?
https://qelectrotech.org/forum/viewtopic.php?id=2183
Best regards,
Laurent
794 2024-03-28 13:45:06
Re: Regression 0.80 > 0.90: Line thickness (10 replies, posted in EN : Help, suggestions, discussions, ...)
795 2024-03-27 18:23:37
Re: Regression 0.80 > 0.90: Line thickness (10 replies, posted in EN : Help, suggestions, discussions, ...)
Hi Tom,
try on 0.100.0 dev if problem it is , we don't fix old 0.90 release now!
Regards,
Laurent
796 2024-03-27 18:19:42
Re: svg export with transparent background color? (8 replies, posted in EN : Help, suggestions, discussions, ...)
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:
797 2024-03-23 12:31:26
Re: Image library (3 replies, posted in EN : Help, suggestions, discussions, ...)
798 2024-03-23 12:25:02
Re: Expand single-line to multi-line (2 replies, posted in EN : Help, suggestions, discussions, ...)
799 2024-03-23 12:21:49
Re: Symbol in Schaltplan mit Zeichnung für Schaltschranklayout verbinden (1 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
800 2024-03-19 11:13:43
Re: Biblioteca de simbologia (2 replies, posted in Terminal block generator)
