Update Policy now works with conductor autonumberings

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4680 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-09-01 19:41:49 +00:00
parent 47b0fd7f10
commit 30a9aa9cfe
10 changed files with 224 additions and 36 deletions

View File

@@ -131,6 +131,10 @@ class Conductor : public QObject, public QGraphicsPathItem
QStringList seq_hundred;
QStringList seq_hundredfolio;
bool setSeq;
bool freeze_label;
void freezeLabel();
void unfreezeLabel();
QString m_frozen_label;
public slots:
void displayedTextChanged();