Hallo,

edit your element on element editor and change element type simple to terminal.
https://download.qelectrotech.org/qet/m … index.html
https://download.qelectrotech.org/qet/m … block.html

@TManiac: try toolbar-depth for conductor text?
https://download.qelectrotech.org/qet/m … lbar-depth

FYI, "elements" directory is now separated to a new repository and use submodules also is now ready!

Joshua can be happy. nomicons/wink

It 's more easy for elements contributors to maintained and add new pull request.

git clone https://github.com/qelectrotech/qelectrotech-elements.git

Note (upstream and maybe mainstream and elements translators): for update remote elements submodule with lastest change on git qelectrotech-source-mirror directory:

git submodule update --remote elements

All modules:

git pull  --recurse-submodules

https://www.theserverside.com/blog/Coff … submodules

It's a feature, see https://github.com/qelectrotech/qelectr … t.cpp#L245

Damn again, in my test case I can aslo reproduce the bug again, again .../o\

Btw, we added Submodules for Single Application and PugiXml libs on our Git:
https://git-scm.com/book/en/v2/Git-Tools-Submodules
How to Build after clone our github repository

Initialize Submodules

git submodule init
git submodule update

Or

git submodule update --init --recursive

Btw, we think also moving the "elements" directory to new repository and use submodules too soon....

Joshua wrote:

Fixed, thanks for report

Hmm not! nomicons/cwy, I can reproduce this bug again, for complex conductor formula like: text-%id-%{variable}.
Sorry. nomicons/wink

758

(32 replies, posted in News)

BTW, I moved to 22.3 SDK flatpak..

759

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

https://github.com/qelectrotech/qelectr … its/master
https://github.com/qelectrotech/qelectr … /ChangeLog

Hi,
Alphabetically numbering isn't implemented yet.
If anyone wants to take care of it?

https://github.com/qelectrotech/qelectr … es/autoNum

761

(21 replies, posted in Videos howto)

https://download.qelectrotech.org/qet/m … ar-diagram

Resets the conductors path ignoring the user changes

Ctrl + k

https://qelectrotech.org/forum/viewtopi … 888#p18888

https://qelectrotech.org/forum/viewtopi … 893#p18893

766

(32 replies, posted in News)

Fixed old url in org.qelectrotech.QElectroTech.flatpakref

Use these to install new devel version:

flatpak remote-delete qelectrotech-origin
flatpak remote-delete qet-devel
flatpak remote-add --gpg-import=public.pgp qet-devel https://download.qelectrotech.org/qet/builds/Flatpak/
flatpak install https://download.qelectrotech.org/qet/builds/Flatpak/org.qelectrotech.QElectroTech.flatpakref

Hello Chris,

drag abd drop your element modified and saved before close QET.

Regards

Laurent

768

(224 replies, posted in News)

https://github.com/qelectrotech/qelectr … r/pull/268

Give the user a possibility to set the maximum number of parts during…
… import on an dxf file. Because sometimes the dxf file can contain more than 200 elements and the user is deleting some elements afterwards

https://download.qelectrotech.org/qet/forum_img_2/maxpart_config.png
https://download.qelectrotech.org/qet/forum_img_2/maxpart_editor.png

Maybe your directory and elemen,t isn(t tranlated to your country.

770

(16 replies, posted in Videos howto)

https://www.youtube.com/playlist?list=P … Wy8i4KMopG
https://www.youtube.com/@TDSAUTOTEC/videos

FYI, Update OSX KVM/QEMu x86_64 (intel macOS 64) builds to:

Clang 14.0
Qt: 5.15.8 => Qt: 5.15.11
KF5 5.99   => KF5 5.110

Enjoy! nomicons/wink

773

(21 replies, posted in Videos howto)

774

(224 replies, posted in News)

FYI, Update cross-compiler MXE x86_64 (Windows 64) builds to:

GCC 11.3.0 => 11.4.0
Qt: 5.15.9 => Qt: 5.15.11
KF5 5.104   => KF5 5.110

Enjoy! nomicons/wink

Maybe we can use Qtwebengine html document to pdf?, but is very horrible to add this dependency in our toolchain for packaging, like with cross compile for windows with MXE or in macOS bundle:
https://doc.qt.io/qt-6/qtwebengine-webe … ample.html