EditorElement: try to add number and name GUI...so hard! why is it so complicated?!

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2618 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
cfdev
2013-11-16 19:20:15 +00:00
parent f1f5409cbe
commit 44f32ed46e
4 changed files with 79 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ class TerminalEditor : public ElementItemEditor {
PartTerminal *part;
QLineEdit *qle_x, *qle_y;
QComboBox *orientation;
QLineEdit *qle_number, *qle_name;
// methods
public:
@@ -48,6 +49,8 @@ class TerminalEditor : public ElementItemEditor {
void updateTerminalX();
void updateTerminalY();
void updateTerminalO();
void updateTerminalNum();
void updateTerminalName();
void updateForm();
private: