2,426 2021-05-18 08:18:46
Re: QElectroTech howto found on the WWW (53 replies, posted in Videos howto)
2,427 2021-05-18 07:16:44
Re: Individual, setup-dependent differences:snap an ppa packages [ver 0.9] (7 replies, posted in EN : Help, suggestions, discussions, ...)
Have you thought about using Docker for setting up the building environment for QET Appimages? I am a beginner and might not understand all the use cases, but this is something potentially interesting, what do you think? (I have not seen docker-related content in the repository).
Thank you again!
I haven't had the time or desire to explore Docker yet, but it could come.
2,428 2021-05-18 06:42:05
Re: Individual, setup-dependent differences:snap an ppa packages [ver 0.9] (7 replies, posted in EN : Help, suggestions, discussions, ...)
I think I can build with old GLIBC sometime. But not all the time.
If you want to make your personal AppImage, see this for lastest Qt version and last KF5 libs, or install
libqt5svg5-dev,
qt5-qmake,
qtbase5-dev,
libkf5widgetsaddons-dev,
libkf5coreaddons-dev,
libsqlite3-dev,When environment is ready clone QET repo
git clone git://git.tuxfamily.org/gitroot/qet/qet.git qet_gitExtract these files under
https://download.qelectrotech.org/qet/s … age.tar.gz
Run appimage script
./appimage_build.sh + ./linuxdeployqt-continuous-x86_64.AppImage qelectrotech/usr/share/qelectrotech.desktop -appimage -bundle-non-qt-libs -verbose=1 -extra-plugins=iconengines
can make some minutes be patient...
AppImage is now in appdir directory
Make it executable
chmod +x QElectroTech_0.9-DEV-r7280-x86_64.AppImageBTW, adapt "make -j48" in script to your CPU.
Like
make -j$(nproc)Example :
taddelement.o release/diagrameventaddimage.o release/diagrameventaddshape.o release/diagrameventaddtext.o release/diagrameventinterface.o release/elementcollectionhandler.o release/elementcollectionitem.o release/elementscollectionmodel.o release/elementscollectionwidget.o release/elementslocation.o release/elementstreeview.o release/fileelementcollectionitem.o release/xmlelementcollection.o release/xmlprojectelementcollectionitem.o release/renamedialog.o release/assignvariables.o release/numerotationcontext.o release/numerotationcontextcommands.o release/autonumberingdockwidget.o release/autonumberingmanagementw.o release/folioautonumbering.o release/formulaautonumberingw.o release/numparteditorw.o release/selectautonumw.o release/configpages.o release/generalconfigurationpage.o release/projectconfigpages.o release/searchandreplaceworker.o release/replaceadvanceddialog.o release/replaceconductordialog.o release/replaceelementdialog.o release/replacefoliowidget.o release/searchandreplacewidget.o release/nameslist.o release/namelistdialog.o release/namelistwidget.o release/conductorcreator.o release/macosxopenevent.o release/qetutils.o release/pugixml.o release/projectdatabase.o release/elementquerywidget.o release/summaryquerywidget.o release/addtabledialog.o release/projectprintwindow.o release/qrc_qelectrotech.o release/moc_propertieseditordockwidget.o release/moc_propertieseditorwidget.o release/moc_propertieseditordialog.o release/moc_singleapplication.o release/moc_singleapplication_p.o release/moc_qwidgetanimation.o release/moc_bordertitleblock.o release/moc_configdialog.o release/moc_diagram.o release/moc_diagramview.o release/moc_elementdialog.o release/moc_elementscategoryeditor.o release/moc_elementspanel.o release/moc_elementspanelwidget.o release/moc_exportdialog.o release/moc_exportpropertieswidget.o release/moc_genericpanel.o release/moc_newelementwizard.o release/moc_projectview.o release/moc_qet.o release/moc_qetapp.o release/moc_qetarguments.o release/moc_qetdiagrameditor.o release/moc_qetmainwindow.o release/moc_qetproject.o release/moc_qetregexpvalidator.o release/moc_qfilenameedit.o release/moc_qtextorientationspinboxwidget.o release/moc_qtextorientationwidget.o release/moc_recentfiles.o release/moc_titleblocktemplate.o release/moc_titleblocktemplaterenderer.o release/moc_aboutqetdialog.o release/moc_abstractelementpropertieseditorwidget.o release/moc_alignmenttextdialog.o release/moc_bomexportdialog.o release/moc_borderpropertieswidget.o release/moc_compositetexteditdialog.o release/moc_conductorpropertiesdialog.o release/moc_conductorpropertieswidget.o release/moc_configsaveloaderwidget.o release/moc_diagramcontextwidget.o release/moc_diagrampropertiesdialog.o release/moc_diagrampropertieseditordockwidget.o release/moc_diagramselection.o release/moc_dialogwaiting.o release/moc_dynamicelementtextitemeditor.o release/moc_dynamicelementtextmodel.o release/moc_elementinfopartwidget.o release/moc_elementinfowidget.o release/moc_elementpropertieswidget.o release/moc_formulaassistantdialog.o release/moc_imagepropertieswidget.o release/moc_importelementdialog.o release/moc_importelementtextpatterndialog.o release/moc_inditextpropertieswidget.o release/moc_linksingleelementwidget.o release/moc_marginseditdialog.o release/moc_masterpropertieswidget.o release/moc_multipastedialog.o release/moc_potentialselectordialog.o release/moc_reportpropertiewidget.o release/moc_shapegraphicsitempropertieswidget.o release/moc_titleblockpropertieswidget.o release/moc_xrefpropertieswidget.o release/moc_arceditor.o release/moc_elementitemeditor.o release/moc_elementprimitivedecorator.o release/moc_elementscene.o release/moc_elementview.o release/moc_styleeditor.o release/moc_dimensionwidget.o release/moc_helpercell.o release/moc_integrationmovetemplateshandler.o release/moc_movetemplateshandler.o release/moc_qettemplateeditor.o release/moc_splittedhelpercell.o release/moc_templatecellwidget.o release/moc_templatedeleter.o release/moc_templatelocationchooser.o release/moc_templatelocationsaver.o release/moc_templatelogomanager.o release/moc_templatescollection.o release/moc_templateview.o release/moc_richtexteditor_p.o release/moc_conductor.o release/moc_conductortextitem.o release/moc_crossrefitem.o release/moc_diagramimageitem.o release/moc_diagramtextitem.o release/moc_dynamicelementtextitem.o release/moc_element.o release/moc_elementtextitemgroup.o release/moc_independenttextitem.o release/moc_masterelement.o release/moc_qetgraphicsitem.o release/moc_qetshapeitem.o release/moc_reportelement.o release/moc_simpleelement.o release/moc_slaveelement.o release/moc_terminal.o release/moc_terminalelement.o release/moc_projectdbmodel.o release/moc_qetgraphicsheaderitem.o release/moc_qetgraphicstableitem.o release/moc_graphicstablepropertieseditor.o release/moc_projectdbmodelpropertieswidget.o release/moc_elementdata.o release/moc_terminaldata.o release/moc_dynamictextfieldeditor.o release/moc_elementpropertieseditorwidget.o release/moc_ellipseeditor.o release/moc_lineeditor.o release/moc_polygoneditor.o release/moc_qetelementeditor.o release/moc_rectangleeditor.o release/moc_terminaleditor.o release/moc_texteditor.o release/moc_abstractpartellipse.o release/moc_customelementgraphicpart.o release/moc_partarc.o release/moc_partdynamictextfield.o release/moc_partellipse.o release/moc_partline.o release/moc_partpolygon.o release/moc_partrectangle.o release/moc_partterminal.o release/moc_parttext.o release/moc_dveventinterface.o release/moc_diagrameventaddelement.o release/moc_diagrameventaddimage.o release/moc_diagrameventaddshape.o release/moc_diagrameventaddtext.o release/moc_diagrameventinterface.o release/moc_elementscollectionmodel.o release/moc_elementscollectionwidget.o release/moc_xmlelementcollection.o release/moc_renamedialog.o release/moc_autonumberingdockwidget.o release/moc_autonumberingmanagementw.o release/moc_folioautonumbering.o release/moc_formulaautonumberingw.o release/moc_numparteditorw.o release/moc_selectautonumw.o release/moc_configpage.o release/moc_configpages.o release/moc_generalconfigurationpage.o release/moc_projectconfigpages.o release/moc_replaceadvanceddialog.o release/moc_replaceconductordialog.o release/moc_replaceelementdialog.o release/moc_replacefoliowidget.o release/moc_searchandreplacewidget.o release/moc_namelistdialog.o release/moc_namelistwidget.o release/moc_macosxopenevent.o release/moc_projectdatabase.o release/moc_elementquerywidget.o release/moc_summaryquerywidget.o release/moc_addtabledialog.o release/moc_projectprintwindow.o -L/usr/lib/x86_64-linux-gnu -lsqlite3 /usr/lib/x86_64-linux-gnu/libQt5Svg.so /usr/lib/x86_64-linux-gnu/libQt5PrintSupport.so /usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/../../../../../lib/x86_64-linux-gnu/libKF5WidgetsAddons.so /usr/lib/x86_64-linux-gnu/libQt5Widgets.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so /usr/lib/x86_64-linux-gnu/libQt5Network.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so /usr/lib/x86_64-linux-gnu/libQt5Sql.so /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so /usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/../../../../../lib/x86_64-linux-gnu/libKF5CoreAddons.so /usr/lib/x86_64-linux-gnu/libQt5Core.so -lGL
make[1] : on quitte le répertoire « /media/backup6/download/qet_git_test/build »
+ cd ../appdir/
+ rm qelectrotech/usr/bin/qelectrotech
+ rm -Rf qelectrotech/usr/lib qelectrotech/usr/plugins
+ rm -Rf qelectrotech/usr/share/elements qelectrotech/usr/share/examples qelectrotech/usr/share/titleblocks qelectrotech/usr/share/lang qelectrotech/usr/share/man qelectrotech/usr/share/doc
+ cp ../build/qelectrotech qelectrotech/usr/bin/
+ cp -r ../elements ../examples ../titleblocks ../lang ../man qelectrotech/usr/share/
+ ./linuxdeployqt-continuous-x86_64.AppImage qelectrotech/usr/share/qelectrotech.desktop -appimage -bundle-non-qt-libs -verbose=1 -extra-plugins=iconengines
appimagetool, continuous build (commit 07100fb), build 1769 built on 2018-07-04 13:41:03 UTC
Desktop file: /media/backup6/download/qet_git_test/appdir/qelectrotech/qelectrotech.desktop
/media/backup6/download/qet_git_test/appdir/qelectrotech/qelectrotech.desktop: hint: value item "VectorGraphics" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Graphics;2DGraphics
/media/backup6/download/qet_git_test/appdir/qelectrotech/qelectrotech.desktop: hint: value "Graphics;Qt;VectorGraphics;Science;Electricity;Engineering;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
/media/backup6/download/qet_git_test/appdir/qelectrotech/qelectrotech.desktop: warning: value "Editor v?kres? elektrick?ch obvod?" for key "Comment[cs]" in group "Desktop Entry" looks redundant with value "Editor v?kres? elektrick?ch obvod?" of key "GenericName[cs]"
Name: QElectroTech_0.9-DEV-r7275
Icon: qelectrotech
Exec: qelectrotech %F
Comment: Edit electrical diagrams.
Type: Application
Categories: Graphics;Qt;VectorGraphics;Science;Electricity;Engineering;
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libnettle.so.8 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_graphcycles_internal.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Svg.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libcrypto.so.1.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libdeflate.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libzstd.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Concurrent.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxkbcommon-x11.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_base.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_int128.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5VirtualKeyboard.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libunistring.so.2 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libbsd.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxkbcommon.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libbrotlidec.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Quick.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-shm.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-randr.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libIex-2_5.so.25 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libGLdispatch.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-icccm.so.4 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_throw_delegate.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libjbig.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libcups.so.2 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libwebpdemux.so.2 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libmd4c.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libwayland-cursor.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libtasn1.so.6 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5ConfigCore.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libGLX.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5ConfigWidgets.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Sql.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libEGL.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5CoreAddons.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libgssapi_krb5.so.2 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libX11-xcb.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5XcbQpa.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_demangle_internal.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5DBus.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-image.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_civil_time.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libicuuc.so.67 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libmng.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_strings.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_malloc_internal.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5WaylandClient.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_time.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libmd.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libicudata.so.67 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libjpeg.so.62 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Gui.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5Archive.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libgcrypt.so.20 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libidn2.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libgraphite2.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_spinlock_wait.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libffi.so.7 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libdbus-1.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5IconThemes.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libk5crypto.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-xfixes.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-xinerama.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libkrb5support.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5ItemViews.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libicui18n.so.67 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libgmp.so.10 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libavif.so.9 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_symbolize.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libIlmImf-2_5.so.25 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libwebpmux.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_stacktrace.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-glx.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5GuiAddons.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Core.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libfam.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-util.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_log_severity.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libbrotlicommon.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libpng16.so.16 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5PrintSupport.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/liblzma.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libwebp.so.6 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Qml.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Xml.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libhogweed.so.6 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libpcre2-16.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-render.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_synchronization.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libavahi-client.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libkrb5.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libImath-2_5.so.25 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5I18n.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libsystemd.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5ConfigGui.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_debugging_internal.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-xkb.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libavahi-common.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-shape.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-sync.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libdav1d.so.4 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5Codecs.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5QmlModels.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libtiff.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libdouble-conversion.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_time_zone.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/liblz4.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5WidgetsAddons.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libXrender.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libXdmcp.so.6 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Widgets.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_raw_logging_internal.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libmariadb.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libKF5AuthCore.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libIlmThread-2_5.so.25 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libHalf-2_5.so.25 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-render-util.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libsqlite3.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libpcre.so.3 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libgnutls.so.30 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-xinput.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libxcb-keysyms.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libXau.so.6 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libQt5Network.so.5 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libssl.so.1.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/liblcms2.so.2 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libgav1.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libabsl_strings_internal.so.20200923 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libbz2.so.1.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libwayland-client.so.0 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/lib/libatomic.so.1 used for determining architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech/usr/bin/qelectrotech used for determining architecture x86_64
Using architecture x86_64
App name for filename: QElectroTech_0.9-DEV-r7275
/media/backup6/download/qet_git_test/appdir/qelectrotech should be packaged as QElectroTech_0.9-DEV-r7275-x86_64.AppImage
Generating squashfs...
Size of the embedded runtime: 157624 bytes
mksquashfs commandline: /tmp/.mount_linuxdypHMDi/usr/bin/../lib/appimagekit/mksquashfs /media/backup6/download/qet_git_test/appdir/qelectrotech QElectroTech_0.9-DEV-r7275-x86_64.AppImage -offset 157624 -comp gzip -root-owned -noappend -mkfs-fixed-time 0
Parallel mksquashfs: Using 48 processors
Creating 4.0 filesystem on QElectroTech_0.9-DEV-r7275-x86_64.AppImage, block size 131072.
[=====================================================================================================================================================================================================================================================================================================================================================================================/] 10825/10825 100%
Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
compressed data, compressed metadata, compressed fragments, compressed xattrs
duplicates are removed
Filesystem size 61386.60 Kbytes (59.95 Mbytes)
26.25% of uncompressed filesystem size (233898.23 Kbytes)
Inode table size 101164 bytes (98.79 Kbytes)
28.65% of uncompressed inode table size (353160 bytes)
Directory table size 105986 bytes (103.50 Kbytes)
33.90% of uncompressed directory table size (312672 bytes)
Number of duplicate files found 184
Number of inodes 10855
Number of files 9634
Number of fragments 607
Number of symbolic links 1
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 1220
Number of ids (unique uids + gids) 1
Number of uids 1
root (0)
Number of gids 1
root (0)
Embedding ELF...
Marking the AppImage as executable...
Embedding MD5 digest
Success
Please consider submitting your AppImage to AppImageHub, the crowd-sourced
central directory of available AppImages, by opening a pull request
at https://github.com/AppImage/appimage.github.io
+ rm qelectrotech/AppRun
+ sed -i 's/QElectroTech_0.9-DEV.*/QElectroTech_0.9-DEV-r7280/' qelectrotech/qelectrotech.desktop
+ cp AppRun qelectrotech/
+ rm QElectroTech_0.9-DEV-r7275-x86_64.AppImage
+ ARCH=x86_64
+ ./appimagetool-x86_64.AppImage qelectrotech
appimagetool, continuous build (commit 758f8e7), build 1771 built on 2018-07-10 10:44:25 UTC
/media/backup6/download/qet_git_test/appdir/qelectrotech/qelectrotech.desktop: warning: key "Keywords" in group "Desktop Entry" is a reserved key for KDE
Using architecture x86_64
/media/backup6/download/qet_git_test/appdir/qelectrotech should be packaged as QElectroTech_0.9-DEV-r7280-x86_64.AppImage
WARNING: AppStream upstream metadata is missing, please consider creating it
in usr/share/metainfo/qelectrotech.appdata.xml
Please see https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps
for more information or use the generator at http://output.jsbin.com/qoqukof.
Generating squashfs...
Parallel mksquashfs: Using 48 processors
Creating 4.0 filesystem on QElectroTech_0.9-DEV-r7280-x86_64.AppImage, block size 131072.
[=====================================================================================================================================================================================================================================================================================================================================================================================/] 10826/10826 100%
Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
compressed data, compressed metadata, compressed fragments, compressed xattrs
duplicates are removed
Filesystem size 61386.11 Kbytes (59.95 Mbytes)
26.24% of uncompressed filesystem size (233898.40 Kbytes)
Inode table size 101112 bytes (98.74 Kbytes)
28.63% of uncompressed inode table size (353148 bytes)
Directory table size 105919 bytes (103.44 Kbytes)
33.88% of uncompressed directory table size (312672 bytes)
Number of duplicate files found 184
Number of inodes 10855
Number of files 9635
Number of fragments 607
Number of symbolic links 0
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 1220
Number of ids (unique uids + gids) 1
Number of uids 1
root (0)
Number of gids 1
root (0)
Embedding ELF...
Marking the AppImage as executable...
Embedding MD5 digest
Success
Please consider submitting your AppImage to AppImageHub, the crowd-sourced
central directory of available AppImages, by opening a pull request
at https://github.com/AppImage/appimage.github.io
+ chmod -x QElectroTech_0.9-DEV-r7280-x86_64.AppImage
[07:01:36] laurent@debian:/media/backup6/download/qet_git_test$
2,429 2021-05-17 20:27:49
Re: QElectroTech howto found on the WWW (53 replies, posted in Videos howto)
2,430 2021-05-17 20:06:09
Re: Individual, setup-dependent differences:snap an ppa packages [ver 0.9] (7 replies, posted in EN : Help, suggestions, discussions, ...)
I build AppImage for Bionic (GLIBC 2.27) :
https://download.qelectrotech.org/qet/b … BC%202.27/
2,431 2021-05-17 19:40:52
Re: Individual, setup-dependent differences:snap an ppa packages [ver 0.9] (7 replies, posted in EN : Help, suggestions, discussions, ...)
Yes for AppImage you need to upgrade to latest Ubuntu LTS.
https://qelectrotech.org/forum/viewtopi … 381#p14381
2,432 2021-05-17 19:10:20
Re: Individual, setup-dependent differences:snap an ppa packages [ver 0.9] (7 replies, posted in EN : Help, suggestions, discussions, ...)
Snap Installation:
Built with Qt 5.12.3 - Date : May 15 2021 : 17:57:00
Run with Qt 5.12.3 using 12 thread(s)
PPA Installation:
Built with Qt 5.9.5 - Date : May 15 2021 : 20:03:54
Run with Qt 5.9.5 using 12 thread(s)
If you want new Qt libs version upgrade your Ubuntu version to latest.
or use AppImage.
2,433 2021-05-17 19:04:18
Re: New version available (1.2.4) (28 replies, posted in Terminal block generator)
I dont know, there aren't any PySimpleGUI Debian/Ubuntu package to add in snap.
https://qelectrotech.org/forum/viewtopi … 959#p14959
2,434 2021-05-17 11:18:56
Re: New version available (1.2.4) (28 replies, posted in Terminal block generator)
I packaged new qet_tb_generator 1.2.5 for debian and Ubuntu PPA.
2,435 2021-05-17 00:07:45
Re: QElectroTech howto found on the WWW (53 replies, posted in Videos howto)
2,436 2021-05-16 22:25:13
Re: New version available (1.2.4) (28 replies, posted in Terminal block generator)
For now if you want 1.17 version on Debian, Ubuntu use this after remove my debian qet_tb_generator-1.2.4 deb package:
sudo pip3 install qet-tb-generator==1.1.7
time to find the bug
2,437 2021-05-16 11:50:58
Re: New version available (1.2.4) (28 replies, posted in Terminal block generator)
Same error with pip3 install.
pip3 install --upgrade qet_tb_generator
Collecting qet_tb_generator
Downloading qet_tb_generator-1.2.4-py3-none-any.whl (61 kB)
|████████████████████████████████| 61 kB 1.9 MB/s
Installing collected packages: qet-tb-generator
WARNING: The script qet_tb_generator is installed in '/home/laurent/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed qet-tb-generator-1.2.4
12:16:32 DEBUG Getting cable number connected to terminal 104 at page VANNES GUILLOTINES ENTRÉES CUVIERS STOCKAGE PATE [qetproject._getCableNum:266]
12:16:32 DEBUG Getting cable number connected to terminal 105 at page VANNES GUILLOTINES ENTRÉES CUVIERS STOCKAGE PATE [qetproject._getCableNum:266]
12:16:32 DEBUG Cols: 20 Col size: 60 Row size: 80 X position: 870 Y Position: 740 [qetproject._getXRefByCoord:351]
12:16:32 DEBUG Getting cable number connected to terminal 106 at page VANNES GUILLOTINES ENTRÉES CUVIERS STOCKAGE PATE [qetproject._getCableNum:266]
12:16:32 DEBUG Getting cable number connected to terminal 107 at page VANNES GUILLOTINES ENTRÉES CUVIERS STOCKAGE PATE [qetproject._getCableNum:266]
12:16:32 DEBUG Cols: 20 Col size: 60 Row size: 80 X position: 370 Y Position: 480 [qetproject._getXRefByCoord:351]
12:16:32 DEBUG Getting cable number connected to terminal 108 at page VANNES GUILLOTINES ENTRÉES CUVIERS STOCKAGE PATE [qetproject._getCableNum:266]
12:16:32 DEBUG Getting cable number connected to terminal 109 at page VANNES GUILLOTINES ENTRÉES CUVIERS STOCKAGE PATE [qetproject._getCableNum:266]
12:16:32 DEBUG Cols: 20 Col size: 60 Row size: 80 X position: 580 Y Position: 760 [qetproject._getXRefByCoord:351]
12:16:32 INFO Deleted temp file /tmp/tmp1_9ujrbe [qetproject.__init__:141]
Traceback (most recent call last):
File "/usr/local/bin/qet_tb_generator", line 8, in <module>
sys.exit(main())
File "/home/laurent/.local/lib/python3.9/site-packages/src/main.py", line 870, in main
load_settings(window)
File "/home/laurent/.local/lib/python3.9/site-packages/src/main.py", line 623, in load_settings
set_default_settings()
TypeError: set_default_settings() missing 1 required positional argument: 'window'
2,438 2021-05-16 11:45:28
Re: New version available (1.2.4) (28 replies, posted in Terminal block generator)
[11:39:47] laurent@debian:~$ qelectrotech
11:44:27 INFO QET Terminal Block Generator - v1.2.4 [main.main:840]
11:44:27 INFO Using the file: /home/laurent/Qet-svn/git/qet/examples/industrial.qet [main.get_QET_fullpath:189]
11:44:27 INFO Generate temp file /tmp/tmp3ho96a4v [qetproject.__init__:104]
11:44:27 INFO Atribute 'folioSheetQuantity' doesn't exist. Assuming 0 [qetproject.__init__:124]
11:44:27 DEBUG Getting cable number connected to terminal 25 at page Emergency Stop Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 26 at page Emergency Stop Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 300 Y Position: 430 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 49 at page Emergency Stop Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 50 at page Emergency Stop Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 380 Y Position: 430 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 51 at page Emergency Stop Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 52 at page Emergency Stop Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 340 Y Position: 430 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 53 at page Emergency Stop Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 54 at page Emergency Stop Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 260 Y Position: 430 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 1 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 2 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 240 Y Position: 190 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 5 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 6 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 300 Y Position: 190 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 7 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 8 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 480 Y Position: 190 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 13 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 14 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 420 Y Position: 190 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 17 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 18 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 360 Y Position: 190 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 33 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 34 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 120 Y Position: 190 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 35 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 36 at page VX Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 180 Y Position: 190 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 3 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 4 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 100 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 18 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 19 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 660 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 20 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 21 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 710 Y Position: 180 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 22 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 23 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 120 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 60 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 61 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 66 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 67 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 300 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 70 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 71 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 140 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 72 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 73 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 960 Y Position: 180 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 75 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 76 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 350 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 81 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 82 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 180 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 83 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 84 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 1010 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 86 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 87 at page V1 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 860 Y Position: 180 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 4 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 5 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 350 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 7 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 8 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 120 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 11 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 12 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 660 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 13 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 14 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 100 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 16 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 17 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 710 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 18 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 19 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 300 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 21 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 22 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 860 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 34 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 35 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 36 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 37 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 140 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 72 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 73 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 1010 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 75 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 76 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 960 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 84 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 85 at page V2 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 0 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 1 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 300 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 2 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 3 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 350 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 5 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 6 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 960 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 10 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 11 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 100 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 25 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 26 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 710 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 27 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 28 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 31 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 32 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 33 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 34 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 140 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 39 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 40 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 860 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 73 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 74 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 1010 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 76 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 77 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 660 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 84 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 85 at page V3 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 120 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 15 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 16 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 140 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 17 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 18 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 710 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 54 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 55 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 56 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 57 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 120 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 60 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 61 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 660 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 62 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 63 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 1010 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 64 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 65 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 960 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 67 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 68 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 300 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 70 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 71 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 100 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 77 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 78 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 860 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 81 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 82 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 85 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 86 at page V4 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 350 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 13 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 14 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 660 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 15 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 16 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 350 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 17 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 18 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 21 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 22 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 710 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 23 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 24 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 120 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 31 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 32 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 100 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 34 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 35 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 1010 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 36 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 37 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 300 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 40 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 41 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 140 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 44 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 45 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 860 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 83 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 84 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 960 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 85 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 86 at page V5 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 14 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 15 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 710 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 20 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 21 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 300 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 22 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 23 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 100 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 27 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 28 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 860 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 32 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 33 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 38 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 39 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 41 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 42 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 120 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 44 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 45 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 1010 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 46 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 47 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 660 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 49 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 50 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 960 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 51 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 52 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 350 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 86 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 87 at page V6 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 140 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 12 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 13 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 960 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 14 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 15 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 350 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 17 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 18 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 1010 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 25 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 26 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 27 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 28 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 140 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 31 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 32 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 760 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 34 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 35 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 300 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 36 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 37 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 710 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 39 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 40 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 120 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 43 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 44 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 860 Y Position: 200 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 45 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 46 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 100 Y Position: 270 [qetproject._getXRefByCoord:351]
11:44:27 DEBUG Getting cable number connected to terminal 47 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Getting cable number connected to terminal 48 at page V7 Gate Control Circuit [qetproject._getCableNum:266]
11:44:27 DEBUG Cols: 18 Col size: 60 Row size: 80 X position: 660 Y Position: 500 [qetproject._getXRefByCoord:351]
11:44:27 INFO Deleted temp file /tmp/tmp3ho96a4v [qetproject.__init__:141]
Traceback (most recent call last):
File "/usr/local/bin/qet_tb_generator", line 8, in <module>
sys.exit(main())
File "/usr/lib/python3/dist-packages/src/main.py", line 870, in main
load_settings(window)
File "/usr/lib/python3/dist-packages/src/main.py", line 623, in load_settings
set_default_settings()
TypeError: set_default_settings() missing 1 required positional argument: 'window'
2,439 2021-05-16 11:43:19
Re: New version available (1.2.4) (28 replies, posted in Terminal block generator)
Thanks Unalcalde.
I packaged qet_tb_generator for debian and Ubuntu PPA, but
qet_tb_generator
Traceback (most recent call last):
File "/usr/local/bin/qet_tb_generator", line 5, in <module>
from src.main import main
File "/usr/lib/python3/dist-packages/src/main.py", line 98, in <module>
import PySimpleGUI as sg
ModuleNotFoundError: No module named 'PySimpleGUI'We need to install PySimpleGUI by pip3, because no Debian package and no libs are available now.
[11:34:22] laurent@debian:~$ pip3 install --upgrade PySimpleGUI
Collecting PySimpleGUI
Downloading PySimpleGUI-4.41.2-py3-none-any.whl (348 kB)
|████████████████████████████████| 348 kB 2.1 MB/s
Installing collected packages: PySimpleGUI
2,440 2021-05-15 10:49:06
Re: Label text overlapping with reference text [ver 0.9] (4 replies, posted in EN : Help, suggestions, discussions, ...)
2,441 2021-05-14 14:09:36
Re: Nouveautés de la version de développement 0.9 (236 replies, posted in News)
Speed improvement
- Log -----------------------------------------------------------------
commit 71636ba87480ec61bc720d2efaa3c143d18efbd5
Merge: 0aea48b dd51819
Author: joshua <Joshua@>
Date: Fri May 14 13:39:33 2021 +0200
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
commit 0aea48bdaa7cfc50619c80c19ce5d318c5970ce4
Author: joshua <Joshua@qelectrotech.org>
Date: Fri May 14 13:38:59 2021 +0200
Open project is a litle more faster
In the methods readDiagramsXml we call addDiagram for each diagrams
loaded from xml, inside the addDiagram method we call the method
updateDiagramsFolioData() and to finish this method operate a loop for
each existing diagram.
Then when we load a project from xml of
10 folios, loop inside updateDiagramsFolioData() is called 55 time.
50 folios, loop inside updateDiagramsFolioData() is called 1275 time.
100 folios, loop inside updateDiagramsFolioData() is called 5050 time.
Now instead of call addDiagram, we add diagram directly inside the
methods readDiagramsXml and call the method updateDiagramsFolioData()
only once when all diagrams are loaded.
- Log -----------------------------------------------------------------
commit fd9ab47041bc0f1265badf41bf54bd0f8ea7f652
Author: joshua <Joshua@>
Date: Fri May 14 15:47:10 2021 +0200
Load project from xml is a little more faster
Like previous commit, in the method loadDiadrams() we call the method
diagramAdded(), in this method we call rebuildDiagramsMap()
updateAllTabsTitle() and these methods operate a loop for each existing
DiagramView.
Now loadDiagrams don't call diagramAdded (which must be used only when
user add a diagram during the use of QElectroTech) but make operations
itself and when all DiagramView are added, call rebuildDiagramsMap()
updateAllTabsTitle() only once.
- Log -----------------------------------------------------------------
commit 21c35bc7446264e26dad831dfdac6fec1e7d1d6c
Author: joshua <Joshua@>
Date: Fri May 14 16:15:49 2021 +0200
Minor improvement at element picture creation
Call once the uuid() method of element location instead of four (and so
parse once time the xml) to store the uuid/picture and uuid/primitive to
hash.
2,442 2021-05-12 18:11:17
Re: [Résolu] Sous windows-10 : ouvrir plusieurs fenêtre distinctes de QEt (14 replies, posted in FR : Aide, suggestions, discussions, ...)
Penses à faire des backups régulier de tes projets, car avec cette version tu n'es pas à l'abri d'une bourde.
2,443 2021-05-12 13:11:36
Re: [Résolu] Sous windows-10 : ouvrir plusieurs fenêtre distinctes de QEt (14 replies, posted in FR : Aide, suggestions, discussions, ...)
Je t'ai compilé la branche no_single_application pour Windows ou tu pourras lancer une instance de QET sur chaque écran, tu l'as trouveras ici :
https://download.qelectrotech.org/qet/s … plication/
Par contre évite de travailler sur le même projet avec plusieurs instances, ça va pas le faire.
2,444 2021-05-12 12:56:23
Re: [Résolu] Sous windows-10 : ouvrir plusieurs fenêtre distinctes de QEt (14 replies, posted in FR : Aide, suggestions, discussions, ...)
2,445 2021-05-12 12:54:05
Re: [Résolu] Sous windows-10 : ouvrir plusieurs fenêtre distinctes de QEt (14 replies, posted in FR : Aide, suggestions, discussions, ...)
Effectivement, les fenêtres ne peuvent pas sortir de la fenêtre principale, on ne peux plus les détacher sur un autre écran, faudrait tester avec d'anciennes versions, il me semble que c'étais possible avant.
2,446 2021-05-12 12:39:22
Re: [Résolu] Sous windows-10 : ouvrir plusieurs fenêtre distinctes de QEt (14 replies, posted in FR : Aide, suggestions, discussions, ...)
Si tu veux un projet sur chaque écran, il te faut passer du mode onglets au mode fenêtre. Voir dans la config de QET ->apparence.
Tu aurais du rester sous Linux, QET est bien plus rapide.
En principe avec deux écrans on détache les widgets panel d’élément, sélection, etc sur le premier écran ça permet d'avoir l’éditeur de folio en plein écran sur le second.
2,447 2021-05-12 12:05:46
Re: [Résolu] Sous windows-10 : ouvrir plusieurs fenêtre distinctes de QEt (14 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour,
tu ne peux lancer qu'une seule instance de QET à la fois, par contre tu peux détacher sur les autres écrans les docks, widgets, menu etc.
2,448 2021-05-10 11:22:43
Re: Arch package for 0.8 stable? (13 replies, posted in EN : Help, suggestions, discussions, ...)
@xenotek : If you want Flatpak package use my 0.9 repo to get this new feature.
You can go there without worries, 0.9-dev work very well.
2,449 2021-05-09 12:24:11
Re: QElectroTech howto found on the WWW (53 replies, posted in Videos howto)
2,450 2021-05-08 15:56:26
Re: Redimensionner un objet. (2 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour,
le plus simple est de rajouter une image en fond de folio pour ton plan, sinon pour redimensionner les symboles, soit on joue sur les dimensions du folio, soit on rajuste les symboles.
