33 |
33 |
34 class AddObjectDialog : public QDialog { |
34 class AddObjectDialog : public QDialog { |
35 Q_OBJECT |
35 Q_OBJECT |
36 |
36 |
37 public: |
37 public: |
38 AddObjectDialog (const LDObjectType_e type, LDObject* obj, QWidget* parent = null); |
38 AddObjectDialog (const LDObject::Type type, LDObject* obj, QWidget* parent = null); |
39 static void staticDialog (const LDObjectType_e type, LDObject* obj); |
39 static void staticDialog (const LDObject::Type type, LDObject* obj); |
40 |
40 |
41 QLabel* lb_typeIcon; |
41 QLabel* lb_typeIcon; |
42 |
42 |
43 // Comment line edit |
43 // Comment line edit |
44 QLineEdit* le_comment; |
44 QLineEdit* le_comment; |