Update number and name to the editor: Work now!

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2632 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
cfdev
2013-11-21 16:25:56 +00:00
parent ef1d789311
commit f71c4db093
4 changed files with 50 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ class TerminalEditor : public ElementItemEditor {
QLineEdit *qle_x, *qle_y;
QComboBox *orientation;
QLineEdit *qle_number, *qle_name;
QCheckBox *qcheck_name_visible;
// methods
public:
@@ -51,6 +52,7 @@ class TerminalEditor : public ElementItemEditor {
void updateTerminalO();
void updateTerminalNum();
void updateTerminalName();
void updateTerminalNameVisible();
void updateForm();
private: