Hi,

When you click on the print icon it launch the windows print system and after you select the printer you want, you have QET printing  dialog which open to choose what you want to print, one folio, all, options, etc....

Just verified on Win 10 22H2 on my laptop.

Salut Mathieu,

ils sont représentés comment sur ton ancien schéma ces 6ES7 155-6AR00-0AN0 / ET 200SP), une alimentation 24 dc (réf 6EP3436-8SB00-0AY0) … car là je ne sais pas ce que tu veux faire au juste.

Je pense que dans le dossier Siemens il doit y avoir de nombreux éléments qui peuvent servir de base et qui n'ont qu'a être légèrement retouchés pour ressembler à tes références citées.

Une carte PLC est tres souvent dessiné en schéma par juste un rectangle avec les entrées/sorties numérotées avec des bornes, une alimentation c'est souvent représenté par un rectangle, etc..

https://qelectrotech.org/gallery/photos/qelectrotech10.jpg

L'avantage de l'éditeur intégré est qu'il est possible d'ouvrir beaucoup d'instances en mode édition sur beaucoup d'éléments en même temps et  on peux piocher et copier des primitives traits, rectangle, polygone, bornes, textes, etc en prenant des zones ou primitives d'éléments existants afin de créer un nouveau élément.

Sinon, si tu souhaites vraiment créer la miniature qui représente réellement l'élément tu peut te servir du convertisseur DXF2emlt mais faut d'abord chercher le fichier DXF (ASCII) sur le site du fabricant.
https://qelectrotech.org/gallery/photos/nuri_siemens_s7_300_-_aufbau.png
https://qelectrotech.org/gallery/photos/nuri_bedienpanel_siemens_op_012_mit_pcu_50.png
https://qelectrotech.org/gallery/photos/nuri_bedienhandgeraet_siemens_ht8.png


1,378

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

You could share this title block?

For tag
[img]url to server/image1[/img]
[img]url to server/image2[/img]

Btw, you can add more file in the same message.

1,379

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

Fixed by  Remi:
https://github.com/qelectrotech/qelectr … r/pull/244

1,380

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

BTW, if you have created your project with 0.8, 0.9 versions you can open your project, if is a example provided by us, yes some was old and need to be converted with 0.8 version.

Joshua can talk about it better.

Edit : Maybe is also this problem .. -> https://www.quora.com/What-is-greater-0-3-or-0-30
when we changed version 0.90 to 0.100

We want to fix with QVersionNumber see: https://www.ics.com/blog/whats-new-qt-5 … sionnumber
https://git.tuxfamily.org/qet/qet.git/c … 246c8e24c7

While it is supported by QVersionNumber, it is rare for software to use more than three levels of numbering. For convenience, the first three segments are referred to as major, minor and micro respectively.

https://doc.qt.io/qt-6/qversionnumber.html

1,381

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

Get 0.8 AppImage.

wget https://download.qelectrotech.org/qet/builds/AppImage/QElectroTech_0.8-r7124-x86_64.AppImage

And try to save your project with this 0.8 and re open with latest 0.100 appimage.

wget https://download.qelectrotech.org/qet/builds/AppImage/QElectroTech_0.10-DEV-r7784-x86_64.AppImage

Make a backup of your project before.!

1,382

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

Fix translations:
https://git.tuxfamily.org/qet/qet.git/c … 1ac94046e4

https://download.qelectrotech.org/qet/forum_img_2/warningBox2001.png
https://download.qelectrotech.org/qet/forum_img_2/warningBox1001.png

OOops, TY. nomicons/wink

1,384

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

                //Since QElectrotech 0.9 the compatibility with project made with
                //Qet 0.6 or lower is break;
                //keep float here for very old version
            qreal r_project_qet_version = root_elmt.attribute(QStringLiteral("version")).toDouble(&conv_ok);
            if (conv_ok && r_project_qet_version <= 0.6)
            {
                auto ret = QET::QetMessageBox::warning(
                               nullptr,
                               tr("Avertissement ", "message box title"),
                               tr("Le projet que vous tentez d'ouvrir est partiellement "
                                  "compatible avec votre version %1 de QElectroTech")
                                  .arg(QET::version) +
                                  ".\n"
                                  "Afin de le rendre totalement compatible veuillez ouvrir ce même projet "
                                  "avec la version 0.80 de QElectroTech et sauvegarder le projet "
                                  "et l'ouvrir à  nouveau avec cette version.\n"
                                  "Que désirez vous faire ?",
                               QMessageBox::Open | QMessageBox::Cancel
                               );

                if (ret == QMessageBox::Cancel)
                {
                    m_state = FileOpenDiscard;
                    return;
                }
            }
        }

https://download.qelectrotech.org/qet/forum_img_2/warningBox200.png
https://download.qelectrotech.org/qet/forum_img_2/warningBox100.png

1,385

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

Hi Tiz,

please try new packages, I added more informations:
https://git.tuxfamily.org/qet/qet.git/c … f49ee5f4af

1,386

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

I'm using Debian Sid here, mostly because I have recent hardware that requires the latest kernel (which I compiled for each release...but stopped now to reduce my power bill..., mesa, firmware, etc ..
I've been using Debian unstable for over 20 years but it's not for beginners, all days you have a big full of upgrade package and sometimes I have problems too....  like others!

When Debian enters freeze period... for preparing future Debian Stable version, you need sometimes to pick packages in experimental repository ...

For my laptop which I don't use often, I use Kubuntu LTS version which is sufficient in dual boot with Windows 10, for check QET packages and other work.

At my work I also use Debian but in the stable version, it's rock and stable and security updates are followed, this is not a development and packaging workstation.

1,387

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

tiz.meneghe wrote:

For these application I switched to kubuntu.
MAC is supportive only.
you are magical!

thanks

Yes, for MAC we need a C++ Qt developer familiar with this operating system. We don't have a MAC, I'm running it in virtual environment just to build and package it, my attempts to passtrough GPU for graphics acceleration failed and wasted some free time... It's already a big job for the packaging...
My old RX550 isn't a Baffin.. And I love Debian Linux ... for work and use all day.

https://www.reddit.com/r/VFIO/comments/ … re_0x67ff/
https://www.reddit.com/r/VFIO/comments/ … x_550_gpu/

1,388

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

Accepted:
OK: qelectrotech_0.100.r7778.orig.tar.gz
OK: qelectrotech_0.100.r7778-2ubuntu4.debian.tar.xz
OK: qelectrotech_0.100.r7778-2ubuntu4.dsc
     -> Component: main Section: electronics

qelectrotech (0.100.r7778-2ubuntu4) kinetic; urgency=medium

  * Kinetic Upload to ppa

Like This.

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

1,390

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

Upgrade off pinning :

sudo sed -i 's/'"version 0.90.*"'/'"version 0.100.*"'/' /etc/apt/preferences.d/40qelectrotech-devel

Edit: I'm adding Ubuntu Kinetic for future packages.

Hi,

see: https://qelectrotech.org/forum/viewtopi … 256#p16256

and
https://qelectrotech.org/forum/viewtopi … 661#p15661

QET est plus pensé pour les schémas industriels, mais pour ce que tu veux faire je te conseille de regarder les videos de Georges Tsukaimah.

https://www.youtube.com/playlist?list=P … jpp_4bR1OF


Ou comme celle-ci.

Bonjour Michel,

tu as dut activer le mode sombre automatique?
https://www.macg.co/macos/2020/08/macos-big-sur-nouveau-reglage-pour-le-mode-sombre-115771#:~:text=Les%20r%C3%A9glages%20d'interface%20dans,'%C3%A9cran%20dans%20les%20fen%C3%AAtres%20%C2%BB.


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

1,394

(5 replies, posted in News)

QElectroTech version 0.90  is now on Debian Unstable, thanks Martin. nomicons/wink

https://buildd.debian.org/status/packag … lectrotech

QElectroTech version 0.90 it 's also available for Fedora ≥ 35 and Enterprise Linux ≥ 8 (RHEL, CentOS, AlmaLinux, RockyLinux...), thanks Remi. nomicons/wink

https://blog.remirepo.net/post/2023/01/ … rsion-0.90


FreeBSD port:
https://www.freshports.org/cad/qelectrotech/
https://www.freshports.org/commit.php?c … d7a3458458

1,395

(5 replies, posted in News)

https://qelectrotech.org/forum/viewtopi … 250#p17250



====== ChangeLog from 0.8 to 0.9 ======


*Diagram editor :
Improved QElectroTech speed (launch qet, open project, function)
A drop-down list has been added to the toolbar to change the size of the resize handles.


*Element Editor:
The "keep visual rotation" property of element texts is editable from the element editor.
Thanks to the work of antonioaja it is now possible to import a dxf directly from the element editor in a completely transparent way for the user.
In the background QElectroTech uses the dxf2elmt software. https://qelectrotech.org/forum/viewtopic.php?id=2265 https://github.com/antonioaja/dxf2elmt
Improved responsiveness when multiple shapes are selected or deleted, especially when working on a large converted DXF element.
https://qelectrotech.org/forum/viewtopi … 612#p16612

*Other:
Add a "side project" tab in the "about" window.
In the general QElectroTech configuration, a drop down list allows to choose the scaling method for hdpi screens.
Allow open polygons (i.e. polylines) when saving in dxf format.
https://qelectrotech.org/forum/viewtopi … 611#p16611

Added 'Other' option for slave device contact type.
https://github.com/qelectrotech/qelectr … r/pull/222
https://qelectrotech.org/forum/viewtopic.php?id=2264

*Logs:

Added a QElapsedTimer to calculate the time used to reload the item collection.
Improved QElapsedTimer to calculate the time used to reload the item collection in seconds instead of ms.
Added Linux pc.gpu.RAM information, but requires mesa-utils dependency on the Linux OS.
Added information about mounted disk volumes.
Added CPU architecture for which Qt was compiled in the aboutqetdialog widget and in the logs.
Added MSVC support to MachineInfo.
Added RAM information on Windows of available RAM.
Added QElectroTech version to the log file.



* Elements collection :
Improve collection 8274 elements in 1097 categories (i.e. 9371 files).



* macOS :
Fix sqlite3 database export on macOS, now I use macports with Digikam scripts instead off Homebrew Package Manager.
See: https://invent.kde.org/graphics/digikam … s/macports


*Bug fix:
see: https://git.tuxfamily.org/qet/qet.git/log/?h=0.8.1



0.9 tarball https://git.tuxfamily.org/qet/qet.git/s … 0.9.tar.gz

1,396

(224 replies, posted in News)

Warning! On Last 0.9-dev since terminal_strip branch was merged in master, QElectroTech V 0.90-DEV+cc7e185d5b0a58100c957a06d79751d3
Compilation : GCC 12.2.0
Built with Qt 5.15.7 - x86_64 - Date : Jan 3 2023 : 00:57:22


If you change data on yours summary tables, etc ...  QET can crashe .... and can't re open your project without crashes again with this package build.

Fixed -> see https://git.tuxfamily.org/qet/qet.git/c … 4a0710ded7

I just found this, maybe try it.
https://www.reddit.com/r/Kubuntu/commen … n_kubuntu/
https://www.reddit.com/r/kde/comments/v … on_my_kde/
https://www.reddit.com/r/linux4noobs/co … ;context=3

Hi ,

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

Open lang/qet_it.ts with qtcreator (qtlinguist) and send me corrected file.


https://github.com/qelectrotech/qelectr … /qet_it.ts

JFYI, export sqlite3 project database now work ready in latest OSX bundle package.
https://qelectrotech.org/forum/viewtopi … 291#p17291

Other way, open your project.qet with the best kate editor, use search and replace function to change in xml file your font.
Make a backup off course before.

Kate is the default kde editor and is include in you kubuntu.
It is very powerfull and I use all the times and like it.
https://kate-editor.org/


https://kate-editor.org/post/2022/2022- … te-kwrite/