I not be ready yet, maybe see my workaround
https://qelectrotech.org/forum/viewtopi … 157#p17157
https://qelectrotech.org/forum/viewtopi … 145#p17145

Bonjour FPL,

c'est simple comme tout tu fais un drag and drop de ton élément ou dossier éléments vers la collection utilisateur depuis l’interface, le widget collection.

Comme dans le début de cette vidéo.

https://download.qelectrotech.org/qet/m … index.html
https://www.youtube.com/user/scorpio8101/videos

Hi and welcome Diego,
you could share the project?

Laurent

1,530

(224 replies, posted in News)

Add Ukrainian translation, thanks Yaroslav.
https://git.tuxfamily.org/qet/qet.git/c … 1f356dbc70
https://git.tuxfamily.org/qet/qet.git/c … ddfd5b2aa6

Bonjour,

il n'est pas conseillé et nous l'interdisons de rajouter des éléments personnel dans la collection officielle, la collection étant écrasée à chaque nouvelle mise à jour du logiciel.
Pour ça tu as la collection utilisateur.

Laurent

You are welcome.
If than can help you à little see how I use NSIS
https://github.com/qelectrotech/qelectr … /QET64.nsi
https://github.com/qelectrotech/qelectr … ws.sh#L246

Now I only build 64 bits package
https://github.com/qelectrotech/qelectr … ws.sh#L303

Since the year 2000 I only use Linux for my daily life and my work, even here to create the Windows or macOS packages of QET, I am no longer an expert like 22 years ago on Windows, OS which does not suit me more!..

Maybe is a bug with with allow unzoom beyond the folio?
https://download.qelectrotech.org/qet/forum_img_2/unzoom.png

I have already spent many days working on it without result.

On macOS is very difficult to add sqlite3 dependancy in the QET package, see :
https://qelectrotech.org/wiki_new/roadmap#todo

I am using a very old 2X NSIS version, because the QET.nsi, QET64.nsi scripts are not compatible and must be completely rewritten for the 3X version of NSIS planned for Win 10, WIN 11, but I am still looking for someone who knows NSIS well to adapt old scripts.

laurent@debian:~$ apt policy nsis
nsis:
  Installé : 2.51-1+b1
  Candidat : 3.08-3
 Table de version :
     3.08-3 500
        500 http://deb.debian.org/debian unstable/main amd64 Packages
 *** 2.51-1+b1 100
        100 /var/lib/dpkg/status

https://github.com/qelectrotech/qelectr … ux/windows
${LANG_GREEK}
https://github.com/qelectrotech/qelectr … ra.nsh#L42


https://nsis.sourceforge.io/Main_Page
https://sourceforge.net/projects/nsis/
http://forums.winamp.com/forumdisplay.php?forumid=65


upgrade nsis from 2.46 to 3.02
http://forums.winamp.com/showthread.php?t=457308

https://qelectrotech.org/forum/viewtopi … 149#p17149

1,537

(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,543

(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,545

(19 replies, posted in Code)

screenshot ?

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

1,547

(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,548

(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,549

(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