You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 102 of 305)
Ce n'est pas un dossier ....
exemple
[print]
defaultdrawborder=true
defaultdrawcoloredconductors=true
defaultdrawgrid=false
defaultdrawterminals=false
defaultdrawtitleblock=true
[printers]
PDF\fullpage=false
PDF\marginbottom=4.28
PDF\marginleft=4.23
PDF\marginright=4.21
PDF\margintop=4.35
PDF\orientation=landscape
PDF\papersize=0
QET_PDF_Printing\fullpage=false
QET_PDF_Printing\marginbottom=3.53
QET_PDF_Printing\marginleft=3.53
QET_PDF_Printing\marginright=3.53
QET_PDF_Printing\margintop=3.53
QET_PDF_Printing\orientation=landscape
QET_PDF_Printing\papersize=0
Don't use formula based on folio name or position "%F.%sequ_1" for "coming arrow " report conductors when you link different folio !
Il faudrait supprimer la config [printers] dans la conf de QET. Voire dans regedit.
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
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
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?
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:
You could join pictures or an example project off your problem?
I don't saw problem with your collection on 0.9-dev..
Hi Alexander,
you could share your collection for check?
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
Bonjour,
t'as pas essayé? 
click droit copier sur l'image puis nouveau folio coller ...
Posts found: 2,526 to 2,550 of 7,606
Generated in 0.075 seconds (37% PHP - 63% DB) with 6 queries