Tu peux essayer de lancer l'AppImage dans un terminal?
voir s'il affiche une erreur.

./QElectroTech_0.7-r5967-x86_64.AppImage

3,752

(13 replies, posted in Code)

You use multiple screens?

  libqt5printsupport5 a besoin  de libcups2




apt-rdepends libqt5printsupport5 | grep cups
Reading package lists... Done
Building dependency tree        
Reading state information... Done
 Depends: libcups2 (>= 1.4.0)
libcups2

3,754

(29 replies, posted in Code)

Hi Stromie,

great ! I tried your patch and it work well.
If you could keep source code  indentation tabs, like this edited patch. ;-)

3,755

(13 replies, posted in Code)

You can make a picture, what your version and your screen.

Hello, 

link your reports before generate terminal blocks plug-in and you will have wires names.

Bonjour,

le problème ne vient pas de l'AppImage ou du paquet snap, mais doit venir il me semble de ton coté, de mon coté avec l'AppImage j'ai bien la liste de mes imprimantes. Il est possible qu'il  te manque des librairies Cups ?

Je regarderai ça la semaine prochaine, merci du retour.
Sinon tu peux essayer l'export PDF du projet, et l'imprimer par la suite, ou installer la version Snap.

Bonjour,

ta version 0.7 c'est la version Snap ou AppImage, ou deb?

3,760

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

Bonjour,

c'est le même type d’écran sur les deux PC?
Certains ont eut des décalages sur Windows avec des écrans Hidpi connectés sur leur laptop.

Tu peux coller les informations sur ta version, tu la trouveras dans le menu Aide -> A propos.

3,761

(23 replies, posted in News)

Thanks Anthony. nomicons/smile

3,762

(29 replies, posted in Code)

Yes off course is a patch based on old Subversion, please use 

git clone git://git.tuxfamily.org/gitroot/qet/qet.git qet_git

Or fork https://github.com/qelectrotech/qelectr … rce-mirror

3,763

(6 replies, posted in News)

La dépêche sur Linux.fr https://linuxfr.org/news/sortie-de-qelectrotech-0-7.

3,764

(6 replies, posted in News)

====== ChangeLog from 0.6 to 0.7 ======


* Element editor :
* Element informations (manufacturer, reference etc...) can be created directly from the element editor. For that go to the widget "Element Property"
* It is no longer required to have a text field, for save the edited element.
* Improve the behavior with the arrow keys (depending to the current selection  (nothing / one / several).
* Context menu display only enabled actions.
* Added new feature -> alignment.
* Alignment of text field can be edited.
* Added two new actions in context menu for insert or remove point of a selected polygon.
* Rectangle can have rounded corner.
* Polyline: finish the creation of polyline with the last point at the same position of the first point, close the polyline.


* Diagram editor :
* Conductors can now be drawn with two colors.
* Improve High-DPI support on Windows and Linux plateform.
* The code for the resize handles has been almost completely redesigned.
* Dissociate fonts policy and size for independent text item and for summarry pages (foliolist), added a 2 button in config page for open Qfontdialog widget and choose policy for independent text item.
* Add in config page a Qfontdialog widget for change dynamic text size, font family, orientation angle and text length, by default.
* Basic shape add new CustomDashLine style with Dash Pattern (<< 10 << 10 );
* It is now possible to add a text field to an element directly from the diagram.
* Element text item with are now converted to dynamic element text item.
* Element editor, part text can't be edited directly.
* User can export / import the configuration of the texts and texts group of an element.
* Context menu display only enabled actions.
* Added new action in the context menu, multiple paste, check box for autonum the pasted element.
* Multipaste -> improve the conductor autonum, conductors are numerated from top to bottom, and left to right.
* Text of conductor can be placed at top/bottom/left/right of conductor, and text never overlaps the conductor.
* Function for search conductor at the same potential.
When the search function is searching in a terminal element, they search only for the first terminal found, no matter if the terminal element have more than two terminals.
So the list of conductors at the same potential is missing some conductors.
This commit fix it, now the search function search for every terminals of a terminal element.
* When remove an element with several conductors connected to the same terminal, the electrical potential is partially or totally destroyed.
This commit fix it : When element is removed one or several conductors are created (if needed) to conserve the electrical potential.

* Added new feature -> alignment.
* Alignment of text field can be edited.
* Added new context menu action "group the selected texts".
* Widget used to edit text item group can edit the pos of the group.
* Element text item group can now be framed.
* Added two new actions in context menu for insert or remove point of a selected polygon.
* QETshapeItem rectangle can have rounded corner.
* Add in config the possibility to start the numbering of the columns of titleblocks at 0.
* Add new function Search and replace widget Crtl +F
* Diagram properties, Element properties, Independent text item can be changed (and mass changed) through the search and replace widget.
* Added 4 tools for edit the depth (Z value) of items.
* Element panel : elements can be searched by their name but also with by all their informations.
* New free selection style.
* Diagram editor : dock used to edit the shape item, can now edit several items in the same time.
* Dynamic element text item : The font of the dynamic texts can be individually be setted.

* Adding or revoming diagram set project to modified
* When user cleanning an project, set project to modified
* Add a shortcut "Ctrl+Shift+P" to quickly open the dialog used for create the auto numbering rules.
* Add missing StatusTip of some QAction

* When user add a polygon, a message in statusBar show how to finish this shape
* Polyline: finish the creation of polyline with the last point at the same position of the first point, close the polyline.



* Plug-in : Add StatusTip instruction for install and launching DXF plugin depending on the operating system
* when plugin qet-tb-generator"generate terminal blocks and connectors" isn't installed show an QMessageBox instruction now depending on the operating system for install it 
Add in QMessageBox url encoding/decoding for easy download packages

* Elementspanelwidget: adds keyboard shortcuts to quickly move up, down,or move the targeted folio to the beginning of the project
F3 MoveUp
F4 MoveDown
F5 MoveUpTop

* Title block editor :
Added new title block variables %projectpath, %projectfilename, %projecttitle, previous-folio-num and next-folio-num
"%saveddate, %savedtime, %savedfilename and %savedfilepath" they variables should be updated after file save or save as dialog is confirmed,
before file is saved.
* NameList widget : add a combo box for easily paste texts, like the variables for title block.
*  The font of the dynamic text field can be edited.
* The font of the static text field can be edited.
* The color of the static text field can be edited.



* Improve for new qet_tb_generator plug-in : added the full path of the current project as
an argument when calling the plug-in from QET if a project is open.
If not a file dialog is showed to select the QET project.



* QET create a backup file, use to restore the project when a crash occur.
* Use KAutoSaveFile for the backup system, instead of home made function.
* Use of QSAveFile instead a QFile.
* User can enable and edit autosave timer.
* let user define the file system path of the common,custom elements collections, and custom title blocks template.


* QetGraphicsItem, remove the function applyRotation and rotateBy, and use instead the native function of QGraphicsItem : setRotation
* Conductor is an herited class of QGraphicsObject, instead of QObject and QGraphicsPathItem
* Clean (and reduce the size) the class QETDiagramEditor, mostly by replacing the connection syntax "signal -> slot" by "signal -> lambda".
* Replace deprecated QMatrix by QTransform.


* DXF export : fix some double items in dxf file.
* DXF export : add some colors for basic shapes inside dxf.


* Bug fix :
* Fix compilation warning (clang and gcc).

* Fix element text item alignment work well when text rotation != 0.
* Fix crash when the properties of a element text item group
* Fix crash occurred by the conductor and shape "ghost".
* Fix element text alignment work also when font size change.
* fix :
1- When open a .qet by double click on it, QET ask user for open the backup file, of this .qet.
2- On windows, if user open a project from the recent files menu, when close QET the file is deleted   user lose her work.
clear the element texts when paste an element with the option "Do not store the labels of items in the copy paste" enabled.
* elements can't be moved up and left, when there rotation are different than 0.
* minor fix : slave link dialog doesn't display the good label, when the label of master element is build from formula.
* Fix : in some condition, dynamic text are not at the same position when open a project.
* On windows when user drag and drop an element from the common elements collection to the custom elements collection,
the element file stay in read only mode, and so user can't save the element
* Improvement : minimize the unwanted gap of the top right folio of the view (see https://qelectrotech.org/forum/viewtopi … 379#p9379)
* Fix: bug 168
* Fix : when create multiple conductors with the free hand selection, the checking of existing potentiel don't search trought a folio report.
* Fix:  DXF export.
* Minor fix : remove from the element information the html hexadecimal and decimal characters of line feed and carriage return.
* fix : in the diagram editor, when we select several shapes at the same time, the properties widget only apply the change to one shape.
* Bug fix : when user load a project which contains summary pages, project was marked modified (summary was created on the fly and moved from the end on second
position), now the project is no longer marked as amended when user have one or multiples summary pages when loading this project.
* Static text of element are now exported to dxf
* Fix Static text size of element exported to dxf
* Improvement : minimize the unwanted gap of the top right folio of the view
* Fix : when create multiple conductors with the free hand selection, the checking of existing potentiel don't search trought a folio report.
* Don't display gui when qet is launched

3,765

(6 replies, posted in News)

Pour le téléchargement ça ce passe ici en attendant que je mette à jour les liens sur la page officielle :
https://download.qelectrotech.org/qet/tags/20190717

Pour les packageurs mainstream les tarballs se trouvent ici:
https://git.tuxfamily.org/qet/qet.git/tag/?id=0.7.0

Enjoy ! nomicons/smile

3,766

(130 replies, posted in Bar Fourre-tout)

Bonjour Arnaud tu es le bienvenue ici.

Bon soir,

sur la chaîne YouTube, tu trouveras quelques exemples en vidéo :

Pas besoin ici de clore un sujet. ;-)

Il y a quelques exemples de projets ici :
https://download.qelectrotech.org/qet/schemas_pdf/

Hello Stromie,

we thinking is better in project cross-reference settings, Joshua want to guide you.
https://download.qelectrotech.org/qet/forum_img/stromie_patch.png

3,770

(53 replies, posted in News)

Ajouté, Merci.

https://git.tuxfamily.org/qet/qet.git/l … onpage.cpp

Nice, thanks Stromie. ;-)
You're right, look in sources/ui/configpage/generalconfigurationpage.cpp.

Great ! You could send patch?

3,774

(10 replies, posted in Code)

What do you want to do make it in static? For packaging In shared mode, just create a bin directory and copy DLLs them in, like this old example :
https://qelectrotech.org/wiki_new/doc/d … mande_tree

Or use https://doc.qt.io/qt-5/windows-deployment.html

3,775

(10 replies, posted in Code)

Maybe the problem is if KF5 libraries isn't builded with the same Qt version than you compile QET?