Bonjour,

ce n'est pas la dernière maj Windows " Microsoft publie en urgence KB5004945 pour colmater la faille PrintNightmare" la responsable de ton problème?

https://www.ginjfo.com/actualites/logic … e-20210708

Oui.

Bonjour et merci,

baser le noms des conducteurs sur les noms de folios avec des renvois entre folios, n'est pas une bonne idée.
On peux le faire pour les conducteurs qui restent dans le folio et qui n'ont pas de renvois vers d'autres folios comme dans cet exemple:

https://download.qelectrotech.org/qet/s … a_bois.pdf

Hello.
I have a comment about the problem "Incomplete display of user
collection in QElectroTech" by vishne-aleksandr.
I use QElectrotech installed on C drive. A year ago I solved the same
problem with a collection of elements. The element icons were not
visible in either W7 or W10.
In W10, I partitioned the disk and moved the collection to disk D and
modified the path to the collection and the program works fine.

Karel

2,230

(5 replies, posted in Elements)

Hello,

added, thanks.

Hello,
I tried on laptop with 0.8 ReadyToUse on WIN10, and I don't saw problem with your collection.

Does the file Lancer Qet.bat have to be in the same directory
as qelectrotech.exe?

set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %*
No, it will not work without modifying the command line in bat file.


To run the Ready-to-use version: unzip the *.7z archive to a removable media (for example: USB stick) and double click on the file "Lancer QET.bat". Ready-to-use versions are slower than installed ones but do not need to be installed. It means that you can take everywhere QElectroTech with you and run it on any Windows system from your portable medium (stick, drive, SD card...).

Should I place the command in a different line?

yes, try like this.

@echo off

rem Se rend dans le dossier qui convient
set current_dir=%~dp0
cd /d %current_dir%

rem Met la collection QET en lecture seule
attrib +r elements/* /S /D

set LANG=de_DE
rem lance QElectroTech
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %*

@start %command%

Or :

@echo off

rem Se rend dans le dossier qui convient
set current_dir=%~dp0
cd /d %current_dir%

rem Met la collection QET en lecture seule
attrib +r elements/* /S /D


rem lance QElectroTech
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ set LANG=de_DE -style plastique %*

@start %command%

You could try it on other machine?
https://download.qelectrotech.org/qet/forum_img_2/alexander.png

Very strange ..
Maybe you could try this:
https://qelectrotech.org/wiki_new/doc/t … on#windows

Like add in "Lancer Qet.bat" file to force german language:

set LANG=de_DE

You could join pictures or an example project off your problem?

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

https://download.qelectrotech.org/qet/m … guage.html

I don't saw problem with your collection on 0.9-dev..

2,240

(8 replies, posted in Elements)

Increase or decrese folio size change element scaling.
https://download.qelectrotech.org/qet/m … _size.html

Or see this:
https://qelectrotech.org/forum/viewtopic.php?id=1946

Maybe you have better luck with cmake and Ninja?

https://qelectrotech.org/forum/viewtopi … 627#p14627

Hi Alexander,

you could share your collection for check?

https://doc.qt.io/qt-5/sql-driver.html# … -and-above
https://forum.qt.io/topic/69835/why-can … on-enabled

Sqilte3 dependency is only for nomenclature database export to file function.

Project ERROR: sqlite3 development package not found

Install  sqlite3 development package, or in qelectrotech.pro

#comment the line below to disable the project database export
DEFINES += QET_EXPORT_PROJECT_DB

And comment :

unix|win32: PKGCONFIG += sqlite3

https://download.qelectrotech.org/qet/m … panel.html

Bonjour,

t'as pas essayé? nomicons/smiley-green
click droit copier sur l'image puis nouveau folio coller ...

2,248

(49 replies, posted in Videos howto)

2,249

(8 replies, posted in Elements)

Buen Día,
disable this :
https://download.qelectrotech.org/qet/forum_img_2/foliva.png

2,250

(36 replies, posted in Elements)

Maybe is related to this problem?
https://qelectrotech.org/forum/viewtopi … 781#p14781