Conductor now support variables. (%F, %id, %total, %f and titleblock and project variables). Minor: labels that use %F update when folio field is changed

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4586 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-07-20 21:54:54 +00:00
parent 3a7d210bcb
commit 989905da01
5 changed files with 75 additions and 5 deletions

View File

@@ -92,6 +92,7 @@ class Conductor : public QObject, public QGraphicsPathItem
ConductorSegment *middleSegment();
QPointF posForText(Qt::Orientations &flag);
QString text() const;
QString assignVariables(QString) ;
void setText(const QString &);
public: