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