Have you renamed plugin to qet_tb_generator.exe, on your C:\Users\RedBaron\Application Data\qet\
?
2,326 2021-04-14 15:17:07
Re: Klemmenplan-Plugin kann nicht gestartet werden-TB Plugin can´t started (36 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
2,327 2021-04-13 21:04:39
Re: QElectroTech howto found on the WWW (49 replies, posted in Videos howto)
2,328 2021-04-13 19:42:34
Re: [Possible Bug at 0.9v??] strange file path (2 replies, posted in EN : Help, suggestions, discussions, ...)
Hi,
because on snap QET run in a sandboxed environment?
Edit :
https://forum.snapcraft.io/t/home-path- … 1000/15415
https://forum.snapcraft.io/t/kde-neon-s … 00/19103/4
2,329 2021-04-13 16:05:08
Re: Problème lié à la mise à l'échelle des écrans (21 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour,
tu n'es hélas pas le premier, ce souci à déjà été reporté par d'autres, comme celui-ci récemment:
https://qelectrotech.org/forum/viewtopic.php?id=2011
Çà semble toujours se produire avec un PC portable connecté à plusieurs écrans et résolutions différentes.
D’après le peu d'information remontée il semble que ça touche que Windows?
2,330 2021-04-12 14:26:22
Re: License pour un usage professionnel (2 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour,
oui vous avez tout à fait le droit d'utiliser QET à titre professionnel, nous sommes très très nombreux à le faire tous comme nous, Joshua et moi même.
Et non pas de License à payer, par contre un petit don nous motivent et nous aident à acheter du hardware pour le projet.
2,331 2021-04-11 16:54:16
Re: Creare nuovi cartigli (3 replies, posted in FR : Aide, suggestions, discussions, ...)
Buongiorno,
What is your problem?
Edit and change titleblock?
Use your new titlteblock?
Qual è il tuo problema?
Modificare e cambiare il cartiglio?
Usa il tuo nuovo cartiglio?
2,332 2021-04-09 17:20:52
Re: Flatpak packages 0.100-dev (32 replies, posted in News)
Hi,
qet-tb-generator addon was now added in my devel 0.9-dev flatpak package, but there is still work to integrate the DXF converter into the flatpak.
Thanks kevinsmia1939 for his work, and Thomas for add tkinter Python module to flatpak sdk :
https://gitlab.com/freedesktop-sdk/free … uests/4569
2,333 2021-04-09 15:48:47
Re: Création de composant (5 replies, posted in FR : Aide, suggestions, discussions, ...)
Le fichier log aiderai mieux a cerner le problème, peux tu le fournir?
2,334 2021-04-09 05:52:27
Re: How do I convert this file into a qeletrotech element? (2 replies, posted in EN : Help, suggestions, discussions, ...)
Hi,
like this?
2,335 2021-04-08 19:01:52
Re: Création de composant (5 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour,
quelle version?
2,336 2021-04-07 09:37:39
Re: File recovery request (8 replies, posted in EN : Help, suggestions, discussions, ...)
Sorry, is stalesfile file to delete,
manual delete files on C:\Users\Dmitriy\AppData\Local\stalefiles\QElectroTech\
2,337 2021-04-06 23:06:30
Re: Numerotation automatique des fils (14 replies, posted in FR : Aide, suggestions, discussions, ...)
Il faut entrer un nom pour la nouvelle règle et si le type est chiffre mettre une donnée dans le champ valeur, soit 1.
2,338 2021-04-06 22:48:32
Re: File recovery request (8 replies, posted in EN : Help, suggestions, discussions, ...)
Hi,
you can delete it yourself by Windows explorer, see PATH in the dialog box.
2,339 2021-04-06 21:48:19
Re: Numerotation automatique des fils (14 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonsoir,
une fois les règles crées il faut choisir celle a appliquer dans l'onglet, ça permet de switcher rapidement d'une règle à l'autre.
2,340 2021-04-04 18:04:54
Re: Killer combo - TreeSheets and QElectrotech (5 replies, posted in EN : Help, suggestions, discussions, ...)
Same hacks if you want to add online pdf link in your generated project pdf, or internal pdf page for documentation parts or process.
Or add image, but isn't useful since version 0.3.
2,341 2021-04-04 17:11:59
Re: Import and export of elements (6 replies, posted in Elements)
Drag and drop Eaton Moeller elements to user collection on old version, now launch 0.8.
Or copy files see : The default element collection paths depend on the installation settings choosed during the installation process.
https://download.qelectrotech.org/qet/m … ement.html
Example
QET collection
Windows
C/Program Files/QElectroTech/elementsLinux
/usr/share/qelectrotech/elementsMac
User collection
Windows
C/users/user_name/Application Data/qet/elementsLinux
/Home/user_name/QElectroTech/collections/elementsMac
2,342 2021-04-04 17:04:23
Re: Killer combo - TreeSheets and QElectrotech (5 replies, posted in EN : Help, suggestions, discussions, ...)
2,343 2021-04-01 13:56:04
Re: Incorrect formation of the nomenclature (1 replies, posted in Elements)
2,344 2021-03-31 15:56:14
Re: elements connectors slip apart (36 replies, posted in Elements)
You have the same log on 0.8.
2,345 2021-03-31 13:23:58
Re: conversion possible de pdf vers qelectrotech ? (1 replies, posted in FR : Aide, suggestions, discussions, ...)
Non, mais au moins tu as le pdf comme modèle pour redessiner ton projet.
2,346 2021-03-30 21:10:45
Re: elements connectors slip apart (36 replies, posted in Elements)
The v0.9 is stable now
https://git.tuxfamily.org/qet/qet.git/c … 65ad507c3e
Project properties dialog launch a little more faster (especially on windows)
Instead of build machine_info class which take time, only to get the max
width and height of screens, call of methods
Machine_info::i_max_screen_width() and
Machine_info::i_max_screen_height() are now static and compute only
this.
The project properties dialog is now faster because don't wait the end
build of machine_info.
https://git.tuxfamily.org/qet/qet.git/c … 073a46ca64
Make MachineInfo a singleton class
Because on windows MachineInfo take a little time to init, we make it to
a singleton.
MachineInfo is build the first time in main.cpp.
Now all other places where we use MachineInfo (aboutqetdialog and
configdialog) gui don't hang anymore in waiting to MachineInfo finish to
build.
https://git.tuxfamily.org/qet/qet.git/c … d6631a08e0
Use QStringLiteral and QLatin1String.
According to the Qt documentation
(https://doc.qt.io/qt-5/qstring.html#QStringLiteral)
(https://woboq.com/blog/qstringliteral.html), use QStringLiteral and
QLatin1String is better on some conditions (faster).
This commit change the code related to the loading of a project (in
qetproject class), let see if loading time is improved.
2,347 2021-03-30 20:44:43
Re: elements connectors slip apart (36 replies, posted in Elements)
The v0.9 is stable now, but is a devel branch and we want if we want break a lot. :p
But when I see is breaking a lot I don't push nightly's builds.
I check not all commits ..
2,348 2021-03-30 20:37:13
Re: elements connectors slip apart (36 replies, posted in Elements)
Hi Gabor ,
I deleted all files because is private.
For private resolve use joshua and me 'emails, not public forum. ;-)
2,349 2021-03-30 18:52:17
Re: elements connectors slip apart (36 replies, posted in Elements)
Maybe you have a Win10 problem.. on your machine .. ?!
Tried with Appimage 0.8 on debian, render is great.
You restore a great luxurious motorhome diy project?
Thanks is an impressive project.