1,676

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

https://qelectrotech.org/forum/viewtopi … 203#p17203

En effet c'est pourquoi j'ai abandonné l'idée de mettre la variable total dans mon denier projet.
Mais je suis libre d'ajouter et d’insérer autant de folios que je souhaite ...  sans casser et chambouler les XREFs de mes renvois, maîtres/ esclaves qui resterons justes, puisque le projet n'en ai qu'a ces débuts.

A la limite %id/%total  a du sens sur la page de garde (premier folio).

https://download.qelectrotech.org/qet/forum_img_2/label_number_total.png
https://download.qelectrotech.org/qet/forum_img_2/label_number_total2.png

btw use "%id" instead  "%id/%total" in your titleblock's pages, otherwise you will see Xref like this "(folio_label/total_ off_folios)-(line number)- (column_number) etc.

So, is easy with ctrl +f in and then folio section to change "%id/%total" by "%id" in all project's.

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

https://qelectrotech.org/forum/viewtopi … 152#p16152

1,682

(19 replies, posted in Code)

not screenshot, please send me your project by email and what you want doing.

Hello Alfonso and thanks for compliments,

source file?
https://www.virustotal.com/gui/file/2b5 … ?nocache=1

1,684

(19 replies, posted in Code)

screenshot ?

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

1,686

(19 replies, posted in Code)

I'm old too (53) and since my burnout last year I don't have time for coding, I use my free time for packages in all platforms is always a big chalenge and isn't easy, it is eat time also to help user's, translators or other ... here or by emails.

my work as a maintenance technician in the industry on staggered schedules for 35 years now is physically and intellectually demanding ... (6 Days *8h) 5h-13 x2 13-21h x2 21-5h x2 4 days for vacation ..

1,687

(19 replies, posted in Code)

in principe you need:

sudo apt-get install libqt5svg5-dev  qt5-qmake  qtbase5-dev libkf5widgetsaddons-dev libkf5coreaddons-dev \
libsqlite3-dev qttranslations5-l10n mesa-utils make qtcreator git g++ \
g++-multilib

time 's compile take ~ 31 seconds on my AMD Threadripper 3960X  workstation .. with make j-48

git clone https://github.com/qelectrotech/qelectrotech-source-mirror.git qet_git
cd qet_git
mkdir build && cd build
qmake ../qelectrotech.pro
make -j$(nproc)

1,688

(19 replies, posted in Code)

What do want to do, devel, or working diagram with QET?

I use Debian Sid aka unstable with kde since 25 years ... isn't for noobs, but Debian stable or Ubuntu/Kubuntu is also easy.

Enjoy. nomicons/wink

1,690

(21 replies, posted in Terminal block generator)

galexis wrote:
scorpio810 wrote:

C'est juste un symbole ...

Sans bornes: pas bête! Faut en voir 1 pour les différents câble, mais pas bête.

Sinon quand t'as pas le temps tu le fait à l'arrache comme dans les folios 23,24... le principal c'est que le numéro de brin de fil apparaisse dans le schéma.

1,691

(19 replies, posted in Code)

Hi Tiziano,

it's more easy on Linux maybe on macOS isn't hard, see this topic
https://qelectrotech.org/forum/viewtopic.php?id=1401

https://qelectrotech.org/wiki_new/doc/macosx

ps: new git for brew kde https://invent.kde.org/packaging/homebrew-kde

https://formulae.brew.sh/formula/qt@5

qt_KCoreAddons.pri &  qt_KWidgetsAddons.pri  file need to be copied on /usr/local/opt/qt5/mkspecs/modules/ and you need to edit path like this:

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

Example here on Linux for AppImage VM:
https://qelectrotech.org/forum/viewtopi … 730#p15730

QT.KCoreAddons.VERSION = 5.99.0
QT.KCoreAddons.MAJOR_VERSION = 5
QT.KCoreAddons.MINOR_VERSION = 99
QT.KCoreAddons.PATCH_VERSION = 0
QT.KCoreAddons.name = KF5CoreAddons
QT.KCoreAddons.module = KF5CoreAddons
QT.KCoreAddons.defines = 
QT.KCoreAddons.includes =  $$PWD/../../include/KF5/KCoreAddons
QT.KCoreAddons.private_includes =
QT.KCoreAddons.libs = $$PWD/../../lib
QT.KCoreAddons.depends = core
QT.KCoreAddons.module_config = 

Modify  $$PWD/. path and paste where Qt spec is installed ...

QT.KCoreAddons.VERSION = 5.99.0
QT.KCoreAddons.MAJOR_VERSION = 5
QT.KCoreAddons.MINOR_VERSION = 99
QT.KCoreAddons.PATCH_VERSION = 0
QT.KCoreAddons.name = KF5CoreAddons
QT.KCoreAddons.module = KF5CoreAddons
QT.KCoreAddons.defines = 
QT.KCoreAddons.includes =  /usr/local/opt/kf5-kcoreaddons/include/KF5/KCoreAddons
QT.KCoreAddons.private_includes =
QT.KCoreAddons.libs = /usr/local/opt/kf5-kcoreaddons/lib
QT.KCoreAddons.depends = core
QT.KCoreAddons.module_config = 

Same things for qt_KWidgetsAddons.pri


With brew or by Qt online you could install qtcreator C++ Qt IDE if you want to experiment and search on sources files.

Btw, comment this line in qelectrotech.pro
https://github.com/qelectrotech/qelectr … ch.pro#L60

I have not yet managed to integrate sqlite3 libs was horrible on this OS... also database sql export not working on macOS in my bundles.

1,692

(21 replies, posted in Terminal block generator)

Exemple:

Try to uncheck Do not store the the label of the items in the copy paste

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

1,694

(21 replies, posted in Terminal block generator)

C'est juste un symbole ...

1,695

(19 replies, posted in Code)

Hi Tiziano,

thanks for your screen videos.

I build last version on Catalina VM, please try it:
https://download.qelectrotech.org/qet/s … 0r7810.dmg

Best regards,
Laurent

1,696

(19 replies, posted in Code)

https://qelectrotech.org/bugtracker/vie … d=278#c602

1,697

(21 replies, posted in Terminal block generator)

Mets ton projet sous clé USB ou envoie toi le par email, et depuis ta Linux Mint le soir, tu génères tes borniers avec le plugin qet_tb_generator, c'est ce que je ferai à ta place. nomicons/wink

1,698

(21 replies, posted in Terminal block generator)

galexis wrote:

Le générateur de bornier python est reconnut comme virus par Mc Afee....

https://download.qelectrotech.org/qet/b … -1.3.1.exe
https://www.virustotal.com/gui/file/600 … 8f0bb4b37b

Pour moi c'est un faux positif, essayes toi même de créer le .exe et tu verras que ton antivirus le détectera de nouveau...
16 sur 67 antivirus le détectent  en Malware/trojan ...

1,699

(21 replies, posted in Terminal block generator)

Salut Alexis,

je me suis servit de mes anciens symboles, mais j'aurai pu le faire directement avec qet_tb_generator, voir:
https://qelectrotech.org/forum/viewtopi … 073#p17073

Pas de problème avec le plugin en plus c'est moi qui l'ai packagé pour Debian je travaille sur une machine Debian ou en remote desktop sur un serveur VMWare Vsphere avec une VM debian aussi dédiée a QET, voir plus haut.

Hi,

autosave was actived in settings?