mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-09 23:39:58 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user