mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-07 22:22:33 +01:00
The title block template editor now displays a tooltip with the edited template's minimum and maximum widths.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1540 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -59,6 +59,10 @@ class TitleBlockTemplate : public QObject {
|
||||
int rowsCount() const;
|
||||
QList<int> columnsWidth(int) const;
|
||||
QList<int> rowsHeights() const;
|
||||
int columnTypeCount(QET::TitleBlockColumnLength);
|
||||
int columnTypeTotal(QET::TitleBlockColumnLength);
|
||||
int minimumWidth();
|
||||
int maximumWidth();
|
||||
int width(int);
|
||||
int height() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user