Re: scaling-factor for Drawing of front view

Joshua wrote:

Add the new element type : thumbnail
This type must be used for element who goal is to display a
thumbnail/front view of an element, notably used for cabinet contents
view and placement.
https://git.tuxfamily.org/qet/qet.git/c … f4ed73a9ed

I added the type "thumbnail" (vignette in french) you can use it now.
Presently we can do nothing more with thumbnail type than simple type, but the element is marked as thumbnail and ready for future.

@Joshua:
I tried to add thumbnail checkbox for exclude these items in BOM with no result, I saw with database export these items type is always Simple..
We need to create Element::Thumbnail
To be continued..

https://download.qelectrotech.org/qet/forum_img_2/BOM1.png
https://download.qelectrotech.org/qet/forum_img_2/BOM2.png
https://download.qelectrotech.org/qet/forum_img_2/BOM3.png

Post's attachments

Attachment icon 0002.patch 7.08 kb, 93 downloads since 2022-05-15 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: scaling-factor for Drawing of front view

@Joshua:

+/**
+ * @brief Element::linkTypeToString
+ * \deprecated use instead ElementData::typeToString
+ * \todo remove this function
+ * @return

Maybe this issue will be caused by

m_insert_elements_query.bindValue(":type", elmt->linkTypeToString());

If I comment is work ... and db see correct element_type... thumbnail instead simple ..

https://download.qelectrotech.org/qet/forum_img_2/BOM4_bug.png
https://download.qelectrotech.org/qet/forum_img_2/BOM5_bug.png

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: scaling-factor for Drawing of front view

Hallo alle zusammen nomicons/smile

Die Grundlegende Idee finde ich soweit gut.
Nur ein Problem ist, wir nutzen die Symbole auch für Zuweisung als Master/Slave.
Ich hänge mal eine PDF an. Aber gut, sonst stellen wir das um auf Schaltplansymbole.

Die "Miniaturansichten" kommen dann immer ans Ende der Schaltpläne, als Übersicht.

Aber wie gesagt, das ist kein Problem, dann passen wir unsere Arbeitsweise etwas an und gut ist. So ein Symbol ist ja schnell erstellt nomicons/smile

Post's attachments

Attachment icon Projekt.pdf 18.3 kb, 137 downloads since 2022-05-29 

Re: scaling-factor for Drawing of front view

Hallo Andreas,

als Problem würde ich das auch nicht ansehen:
Für eine saubere Trennung von Schaltplan und Aufbaubild braucht ihr sowieso jeweils eigene Schaltplan-Symbole für die KNX-Module, weil die Aufbaubilder bekannterweise keine Anschlüsse haben.... nomicons/wink

Für die Verknüpfung von Schaltplansymbol und Front-Ansicht hat Joshua ja schon für eine spätere Version von QET eine Lösung in Aussicht gestellt. Und für die Aufteilung eines komplexeren Gerätes in mehrere Schaltplansymbole gibt es auch bereits Feature-Wishes in anderen Threads hier im Forum.


via Online-Translator:
I wouldn't consider that a problem either:
For a clean separation of the schematic and the front view, you need separate schematic symbols for the KNX modules anyway, because the front views do not have any terminals... nomicons/wink

Joshua has already promised a solution for linking the schematic symbol and the front view in a later version of QET. And for the division of complex devicee into more than one schematic symbols, there are already feature wishes in other threads here in the forum.

30 (edited by a.funke 2022-05-30 22:53:07)

Re: scaling-factor for Drawing of front view

Servus,

War nur eben Praktisch und einfach nomicons/grin

Nein, etwas den Arbeitsweg angepasst und gut ist. Man muss mit dem Programm arbeiten und es verstehen, dann lernt man es zu schätzen und zu nutzen nomicons/smile

Ja ich bin echt auf die nächsten Versionen gespannt. Lesen schon immer etwas mit im Forum. Besonders auf das Klemmenplanmodul.

Translator:

Servus

It was just practical and simple nomicons/grin

No, something adapted the way to work and is good. You have to work with the program and understand it, then you learn to appreciate and use it nomicons/smile

Yes, I'm really looking forward to the next versions. Always read something in the forum. Especially on the terminal diagram module.

Re: scaling-factor for Drawing of front view

Nomenclature now use properly the element type 'thumbnail'.
https://git.tuxfamily.org/qet/qet.git/c … fb7d45445e

Développeur QElectroTech