Minor: %prefix is not hardcoded anymore. Zoom in and out with Ctrl + and Ctrl -

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4574 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-07-13 21:25:29 +00:00
parent 7d3e4e18ce
commit ec67d8c408
6 changed files with 37 additions and 5 deletions

View File

@@ -135,6 +135,8 @@ class Element : public QetGraphicsItem {
// kind of contact (simple tempo) or number of contact show by the element.
QString assignVariables (QString, Element *);
void assignSeq ();
void setPrefix(QString);
QString getPrefix();
//ATTRIBUTES
protected:
@@ -196,6 +198,7 @@ class Element : public QetGraphicsItem {
private:
bool m_mouse_over;
QString m_prefix;
};