Morganol wrote:

I it possible to include more in the appimage to make it less system dependent?

Yes :

qelectrotech/usr/plugins$ tree
.
|-- bearer
|   |-- libqconnmanbearer.so
|   |-- libqgenericbearer.so
|   `-- libqnmbearer.so
|-- iconengines
|   `-- libqsvgicon.so
|-- imageformats
|   |-- kimg_eps.so
|   |-- kimg_exr.so
|   |-- kimg_kra.so
|   |-- kimg_ora.so
|   |-- kimg_pcx.so
|   |-- kimg_pic.so
|   |-- kimg_psd.so
|   |-- kimg_ras.so
|   |-- kimg_rgb.so
|   |-- kimg_tga.so
|   |-- kimg_xcf.so
|   |-- libqgif.so
|   |-- libqicns.so
|   |-- libqico.so
|   |-- libqjpeg.so
|   |-- libqmng.so
|   |-- libqsvg.so
|   |-- libqtga.so
|   |-- libqtiff.so
|   |-- libqwbmp.so
|   `-- libqwebp.so
|-- platforminputcontexts
|   |-- libcomposeplatforminputcontextplugin.so
|   |-- libibusplatforminputcontextplugin.so
|   `-- libqtvirtualkeyboardplugin.so
|-- platforms
|   `-- libqxcb.so
|-- printsupport
|   `-- libcupsprintersupport.so
|-- sqldrivers
|   |-- libqsqlite.so
|   |-- libqsqlmysql.so
|   `-- libqsqlpsql.so
`-- xcbglintegrations
    |-- libqxcb-egl-integration.so
    `-- libqxcb-glx-integration.so


8 directories, 35 files 

I just tried with Linuxdeployqt, isn't finished, but if you could try it, thanks.





QElectroTech V 0.70-dev
Compilation : GCC 7.3.0 - built with Qt 5.10.1 - run with Qt 5.10.1 using 16 thread(s) 

Well, thanks.
First version is based on ubuntu Xenial, the last to Bionic.

Hi,

thanks for your feedback, I updated in the AppImage GCC et Qt libs versions and uploaded new version.
FYI, I use pkg2appimage, I'm having  some troubles with linuxdeployqt for linking element collection, titleblock, etc  at this time.





QElectroTech V 0.70-dev+svn5435

Compilation : GCC 7.3.0 - built with Qt 5.9.5 - run with Qt 5.9.5 using 16 thread(s) 

If you could try it..

[size=4]QElectroTech V 0.70-dev+svn5428
Compilation : GCC 5.4.0 20160609 - built with Qt 5.5.1 - run with Qt 5.5.1 using 16 thread(s)

For me I think is a good idea to add in future of plugin version "cable type" and "cross section" on table, and perhaps it can help to generate cable part list in future, what do you think?
https://qelectrotech.org/forum/viewtopi … 8327#p8327
https://qelectrotech.org/forum/viewtopic.php?id=1207 

Calypso wrote:

Hello scorpio810,
I installed it witch this command "sudo apt-get install python3-tk" and try a little

Best regards

Stebo

I think you have removed in the pass theses dependancy needed by old plugin:
https://qelectrotech.org/forum/viewtopi … 8030#p8030

apt-rdepends python3-tk
Reading package lists... Done
Building dependency tree        
Reading state information... Done
python3-tk
  Depends: blt (>= 2.4z-9)
  Depends: libc6 (>= 2.4)
  Depends: libtcl8.6 (>= 8.6.0)
  Depends: libtk8.6 (>= 8.6.0)
  Depends: libx11-6
  Depends: python3 (<< 3.8)
  Depends: tk8.6-blt2.5 (>= 2.5.3)
blt
  Depends: tk8.6-blt2.5 (= 2.5.3+dfsg-4)
tk8.6-blt2.5
  Depends: libc6 (>= 2.14)
  Depends: libtcl8.6 (>= 8.6.0)
  Depends: libtk8.6 (>= 8.6.0)
  Depends: libx11-6

  Hi Stebo,


thanks, I will add this dependance on future packages. 

Hi Stebo,

which package did you install to fix the problem? 

Hello,

if you use 0.7-dev version see this howto :

Calypso wrote:

import tkinteras tk
ModuleNotFoundError:No module named 'tkinter'
stebo@stebo-VirtualBox:~$


Try to add python3-tk


sudo apt-get install python3-tk 

If always same error install tk tix

sudo apt-get install tk tix

Tix :
library for Tk -- runtime package 
 
The Tix library for Tk extends Tk with new widgets like:

  • panned windows,

  • hierarchical lists,

  • folders,

  • combo boxes,

  • help balloons,

  • and many others.

python3-tk  :
Tkinter - Writing Tk applications with Python 3.x 
 
A module for writing portable GUI applications with Python 3.x using Tk.
Also known as Tkinter.


Tk :
Toolkit for Tcl and X11 (default version) - windowing shell 
 
Tk is a cross-platform graphical toolkit which provides the Motif
look-and-feel and is implemented using the Tcl scripting language.


This package is a dependency package, which depends on Debian's default
Tk version (currently 8.6). 

Hello Stebo,
to check if the plugin is correctly installed, open a terminal and put this command:

qet_tb_generator

Is open a  file dialog to choice your project.

If ok you could open your project  with QET and in menu project clic on entry "launch terminal block creation plugin"

Hi Stebo,

if you use my PPA just uninstall old pip3 plugin install by

sudo pip3 uninstall qet_tb_generator


and install deb package by

sudo apt-get install qet-tb-generator

  Hi,
uploaded version 1.0.14 deb packages. 

4,390

(554 replies, posted in News)

  Well, I decided now to only provide packages with latest Qt 5.11.1 and moving to  GCC 8 compiler for Win 7 to Win 10, and stopping to provide packages for Windows XP/Vista (Qt 5.7.1).


https://github.com/mxe/mxe/issues/2121

Strange I checked some recent Xp packages compiled with GCC7 and shows this problem now:
"The procedure entry point inet_pton could not be located in the dynamic link library WS2_32.dll."


the function inet_pton is available only since windows VISTA and not for Windows XP
 

4,391

(554 replies, posted in News)

  Revision: 5424
Author:   blacksun
Date:     2018-07-02 15:48:47 +0200 (Mon, 02 Jul 2018)
Log Message:
-----------
fix "fail to build from source" with Qt < 5.7, and in the same occasion fix a memory leak 

4,392

(554 replies, posted in News)

Joshua wrote:

L’ajout /suppression des points d'un polygone est maintenant disponible dans l'éditeur de diagramme.

Il faut sélectionner le segment voulu par un clic droit sur la poignée (boule bleu).

Hi,

for me, the best way is the second point " draw the bridge line if the cable numbers of adjoining terminals are the same" even if after "like me" user edit the terminal block element for minor adjustments.

4,394

(4 replies, posted in FR : Aide, suggestions, discussions, ...)

Apres si tu as des symboles sympas et qui manquent à la collection tu es libre d'en faire profiter tout le monde en nous les envoyant :

https://qelectrotech.org/submit-element.php 

4,395

(4 replies, posted in FR : Aide, suggestions, discussions, ...)

Bonjour,

est-il possible de créer une nouvelle collection? En avoir 3 comme ça on peut travailler en réseau sur le lieu de travail et travailler chez soi tout en ayant les mêmes collections.

Non ! QET gère que deux collections la collection officielle et la collection utilisateur, mais tu peux mettre la collection utilisateur sur un serveur de ton entreprise, ou dans le cloud, il existe de  nombreux logiciels pour synchroniser ses fichiers avec un cloud, etc, le seul truc a savoir c'est que QET n'a pas d'outils réseau, donc tu fais un montage samba, nfs, lecteur réseau, ou une synchro cloud, etc.

Il suffit dans les propriétés du folio en cours, de remplacer la variable folio "%id/%total" par défaut par  ta valeur.

Bonjour, 

oui c'est possible à partir de la version 0.6 :

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

4,398

(4 replies, posted in FR : Aide, suggestions, discussions, ...)

Bonjour,

oui c'est possible, sur ce fil tu trouveras quelques réponses et retours d'utilisateurs :

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




https://qelectrotech.org/wiki_new/doc/o … ements-dir 

4,399

(554 replies, posted in News)

scorpio810 wrote:

Bonjour,

les paquets macOS et Windows (7, 8, 10) sont maintenant compilés avec la nouvelle version des librairies du framework Qt (5.10.1 -> 5.11.0).  https://blog.qt.io/blog/2018/05/22/qt-5-11-released/
Pour GCC 8.1 ...ça se complique pour les paquets compatibles Windows XP/Vista (Qt 5.7.1) 
Pour l'instant je vais rester quelques temps encore en GCC 7.1 et continuer a vous fournir des paquets WIN XP/Vista même si le nombre d'utilisateurs sur cet OS doit être faible, certains utilisent encore ces vieux OS Windows?

FYI, une version de maintenance de Qt 5.11.x vient de paraître :
https://blog.qt.io/blog/2018/06/19/qt-5-11-1-released/
les paquets macOS et Windows (7, 8, 10) seront maintenant compilés avec la nouvelle version des librairies du framework Qt ( 5.11.0 -> 5.11.1).  

Hello,

right click for submenu on item (view master, link, etc).