2,301

(28 replies, posted in Terminal block generator)

En principe oui:

#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
    if (openedProjects().count()){
        success = process->startDetached("qet_tb_generator", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
    }
    else  {
        success = process->startDetached("qet_tb_generator", {("")});
    }
    if (openedProjects().count()){
        success = process->startDetached(QDir::homePath() + "/Application Data/qet/qet_tb_generator.exe", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
    }
    else  {
        success = process->startDetached(QDir::homePath() + "/Application Data/qet/qet_tb_generator.exe", {("")});
    }
    if (openedProjects().count()){
        success = process->startDetached(QDir::homePath() + "/qet_tb_generator.exe", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
    }
    else  {
        success = process->startDetached(QDir::homePath() + "/qet_tb_generator.exe", {("")});
    }

2,302

(28 replies, posted in Terminal block generator)

https://github.com/raulroda/qet_tb_gene … indows.exe

à renommer en qet_tb_generator.exe.

Hardware driver's is latest?
https://qelectrotech.org/forum/viewtopic.php?id=1098

Maybe a hardware issue?
https://www.dell.com/community/Inspiron … -p/7423761
https://www.dell.com/community/Inspiron … -p/7882259

You could share QET log?

2,304

(28 replies, posted in Terminal block generator)

New version available (1.3.0) by Raul,
v1.3.0. Improved getting cable numbers.

QET now links cables using ther elements UUID instead of the terminal ID of the elements.
Now searches for UUID to discover the cable number, and if is not found, searches for
the terminal ID as always.

the version 1.3.0 is available as pip package and as portable versions
https://github.com/raulroda/qet_tb_gene … aster/dist

And also is now available as Debian deb package and in Flatpak in my
repo and also for Snap Ubuntu.

Thanks David for reporting this issue, and Raul for fix.

You are on 09-dev installer or other version?
https://qelectrotech.org/forum/viewtopi … 445#p12445
https://qelectrotech.org/forum/viewtopi … 561#p10561
https://qelectrotech.org/forum/viewtopic.php?id=2018

Hi, see :
https://qelectrotech.org/forum/viewtopic.php?id=976
https://qelectrotech.org/forum/viewtopi … 1185#p1185

2,307

(7 replies, posted in Elements)

roberodrmach wrote:

Multifilaire Collection is not appearing to me. Is there guidance to download as many library as possible to be used for residencial projects (unifilaire, Multifilaire).


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

One thing I'm missing is a bazier curve connector or line to be used ie. state diagram drawings (abstraction above SFC/Grafcet) or as a notification textbox arrow.

BTW, you could use DXF converter to elmt plug-in for draw complex symbols.
Like https://qelectrotech.org/forum/viewtopic.php?id=2049

Edit: you can explain more like an capture?

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

@keilmillerjr= thanks.

You have also AppImage, just get and chmod +x .appimage to run QET
https://download.qelectrotech.org/qet/builds/AppImage/

Or Flatpak packages:
https://qelectrotech.org/forum/viewtopic.php?id=1582

Maybe :

~/.snap/.qet/elements



User data
Much like system data, snaps can contain user data. In a manner similar to the COMMON and DATA environment variables owned and writable by root, there are also user-specific directories available. However, the user-specific directories will not be created until the specific user has run a snap for the first time.

SNAP_USER_COMMON – This directory maps to user data that is common across revisions of a snap. A typical path would be something like: /home/”username”/snap/”snap name”/common. It is not backed up or restored on snap operations.

SNAP_USER_DATA – This directory will contain any user data that the snap writes to its own home. This is in contrast to what the Linux user would consider their home. It is important to note this distinction, because it can be useful, and even important when users decide to perform maintenance operations with their snaps (like removal). A typical path would be: /home/”username”/snap/”snap name”/”revision”. By default, every snap will use a symlink current, pointing to the latest available revision.

"Default" is normaly   ~/.qet/elements  directory.

2,314

(236 replies, posted in News)

galexis wrote:

La version avec bornier en dev n'est pas dans le ppa?

Non, ça ne compile pas, dsl.
Pareil pour Debian Bullseye, et les vielles Ubuntu.

https://github.com/raulroda/qet_tb_gene … aster/dist

https://qelectrotech.org/forum/viewtopi … 966#p14966

Hi,

if you install qet_tb_generator exe no need to install python, just put exe file in your QET home, see :


https://git.tuxfamily.org/qet/qet.git/t … .cpp#n2260

Hi,

some Omron 2D cad views converted DXF, edit this items.

Bonjour,

tu Click sur un élément du schéma -> onglet général puis éditer, tu changes la couleur, save, puis on le repose sur le schéma, un dialogue te propose plusieurs choix :
Tu choisis conserver les deux versions pour ne pas remplacer les anciens posé sur le schéma, les nouveaux Eléments auront la nouvelle couleur.

@ q.e.d :The user collection is precisely made for what you are looking to classify and prioritize folders or items.

Bonjour,

le problème vient des logos dans ton cartouche quand tu relances le plugin qet-tb-generator, regarde dans la section Terminal block generator le problème et la solution y sont référencée :
https://qelectrotech.org/forum/viewforum.php?id=16

Bonjour,

voir la doc et le pinning :
https://qelectrotech.org/wiki_new/doc/install_debian

Debian en officiel ne propose que la version 0.7 pour Bullseye si tu veux la version 0.8 elle est dans Debian unstable aka sid, la faute au freeze de Debian pendant la sortie de la version 0.8.

Par contre sur mon dépôt tu as les versions de la 0.9-dev que je package régulièrement.
Voir comme dit plus haut la documentation sur le wiki pour l'installer, sinon tu as aussi les versions AppImage que je package aussi.

Exact, c'est l'export PDF de qet.
Pour l'impression sur papier une imprimante laser 1200 dpi est conseillé.

Comme ça?

Bonjour,

sans le projet nous ne pouvons rien faire.

Bonjour,

tu as essayé sur un autre disque, avec enregistrer sous?
Le T est un lecteur réseau?
Pourquoi des wildcard dans ton PATH?