mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Element text item group : add new property -> hold to bottom of the page
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5224 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -48,10 +48,11 @@ class DynamicElementTextModel : public QStandardItemModel
|
||||
frame,
|
||||
rotation,
|
||||
textWidth,
|
||||
grp_alignment,
|
||||
grp_rotation,
|
||||
grp_v_adjust,
|
||||
grp_name
|
||||
grpAlignment,
|
||||
grpRotation,
|
||||
grpVAdjust,
|
||||
grpName,
|
||||
grpHoldBottom
|
||||
};
|
||||
|
||||
DynamicElementTextModel(Element *element, QObject *parent = nullptr);
|
||||
@@ -87,6 +88,7 @@ class DynamicElementTextModel : public QStandardItemModel
|
||||
void addTextToGroup(DynamicElementTextItem *deti, ElementTextItemGroup *group);
|
||||
void removeTextFromGroup(DynamicElementTextItem *deti, ElementTextItemGroup *group);
|
||||
void enableSourceText(DynamicElementTextItem *deti, DynamicElementTextItem::TextFrom tf );
|
||||
void enableGroupRotation(ElementTextItemGroup *group);
|
||||
void itemDataChanged(QStandardItem *qsi);
|
||||
void setConnection(DynamicElementTextItem *deti, bool set);
|
||||
void setConnection(ElementTextItemGroup *group, bool set);
|
||||
|
||||
Reference in New Issue
Block a user