mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-05 06:19:59 +02:00
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:
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user