mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-11 03:39:59 +02:00
Add a combo box to change the QPicture scale of element picture
This is a test commit to see if we can fix the wrong scale of element in some screen size.: Add a QComboBox into the QToolBar of the diagram editor to change the current scale factor of the element QPicture.
This commit is contained in:
@@ -95,6 +95,7 @@ class Element : public QetGraphicsItem
|
||||
|
||||
|
||||
public:
|
||||
static void setPictureScale(qreal scale);
|
||||
QList<Terminal *> terminals() const;
|
||||
QList<Conductor *> conductors() const;
|
||||
QList<QPair<Terminal *,Terminal *>> AlignedFreeTerminals() const;
|
||||
|
||||
Reference in New Issue
Block a user