Re: Nouveautés de la version de développement 0.9> 0.200.1

Time spent on repairs costs a lot of money; the quicker and better you fix things, the better.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Nouveautés de la version de développement 0.9> 0.200.1

scorpio810 wrote:

Yesterday, as part of a major retrofit of an old installation machinery, I was able to test PDF files exported from QET (Qt6 MSI installer) with page references, XREFs links on a very, very old PC running Windows 98 SE to April 5000/Orphée, equipped with Acrobat Reader 5.0. The software opened them without any problems and the page references and XREFs links worked perfectly – brilliant! This will make troubleshooting much easier, with the PLC programme in one window and the drawings in another. just need to change old vintage 14" crt monitor to an new lcd monitor..19"..


And I no longer need to carry my QET laptop around with me everywhere, even though the Ctrl + F shortcut is more convenient than the PDF search function for carrying out in-depth searches within a large QET's project.

I don't want to brick it this nice feature..in older system..
https://youtu.be/YR5ApYxkU-U


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

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Nouveautés de la version de développement 0.9> 0.200.1

FYI, Snap packages as moved to Qt6 KF6 frameworks and core24, no change for qet_tb_generator.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Nouveautés de la version de développement 0.9> 0.200.1

scorpio810 wrote:

Elles est basée sur quoi ta linuxmint, Ubuntu 24.04?
Donc oui vu qu'il n'y a pas de paquet Qt6 envoyé vers Noble et Jammy sur le PPA, que les anciens en 0.100.1...

The stable/unstable Debian packages for QET have been migrated to Qt6 today; for the Ubuntu PPA, I’ve dropeed Jammy 22.04 (Qt 62.4) and Noble 24.02 (Qt 6.4.2)...keep Resolute 26.04 (Qt6.10.12)

Linuxmint basée sur Ubuntu 26.03 n'est prévu que pour décembre 2026. Snif !

Re: Nouveautés de la version de développement 0.9> 0.200.1

Linuxmint basée sur Ubuntu 26.03 n'est prévu que pour décembre 2026. Snif !

Oui mais j'ai restoré le PPA basé sur Ubuntu 24.04, t'as juste a bricoler le pinning..

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Nouveautés de la version de développement 0.9> 0.200.1

Added PDF import like add "image tool" on diagram editor, but only for Qt6 >=6.4.0 ports.
https://github.com/qelectrotech/qelectr … r/pull/772

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Nouveautés de la version de développement 0.9> 0.200.1

The Windows Qt5 build is going to be removed from CI/CD soon (Qt6/KF6
is becoming the sole supported track)
. Replace the 'experimental'
warning wording on the nightly download page and in the nightly
release body with a call to action inviting users to switch to Qt6
now and report issues, ahead of the Qt5 removal.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Nouveautés de la version de développement 0.9> 0.200.1

scorpio810 wrote:

Just install debhelper (>= 11),
               cmake,
               ninja-build,
               qt6-base-dev,
               qt6-svg-dev,
               qt6-l10n-tools,
               qt6-tools-dev,
               libkf6widgetsaddons-dev,
               libkf6coreaddons-dev,
               libsqlite3-dev,
               libqt6sql6-sqlite,
               qt6-base-private-dev,
               pkgconf,
               libpugixml-dev

and use cmake


mkdir build && cd build
cmake .. -G Ninja -DQT_VERSION_MAJOR=6 -DBUILD_WITH_KF=ON -DBUILD_KF=OFF -DPACKAGE_TESTS=OFF
time ninja -j48

Edit: add libqt6pdf6,
               qt6-pdf-dev,

For: Add PDF page import as image- #772

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !