mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-29 08:49:59 +02:00
%seq is not hardcoded anymore. Autonums with the same formula are not conflicted anymore.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4577 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -134,7 +134,8 @@ class Element : public QetGraphicsItem {
|
||||
//about the herited class like contactelement for know
|
||||
// kind of contact (simple tempo) or number of contact show by the element.
|
||||
QString assignVariables (QString, Element *);
|
||||
void assignSeq ();
|
||||
QString assignSeq (QString);
|
||||
void setSeq ();
|
||||
void setPrefix(QString);
|
||||
QString getPrefix();
|
||||
|
||||
@@ -199,6 +200,9 @@ class Element : public QetGraphicsItem {
|
||||
private:
|
||||
bool m_mouse_over;
|
||||
QString m_prefix;
|
||||
QStringList seq_unit;
|
||||
QStringList seq_ten;
|
||||
QStringList seq_hundred;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user