src/addObjectDialog.h

changeset 1217
314e12e23c3a
parent 984
a7b6f987d269
child 1222
34def2630300
equal deleted inserted replaced
1216:12f9ea615cbc 1217:314e12e23c3a
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;
56 QLineEdit* le_subfileName; 56 QLineEdit* le_subfileName;
57 QLabel* lb_subfileName; 57 QLabel* lb_subfileName;
58 QLineEdit* le_matrix; 58 QLineEdit* le_matrix;
59 59
60 private: 60 private:
61 void setButtonBackground (QPushButton* button, LDColor color); 61 void setButtonBackground(QPushButton* button, LDColor color);
62 QString currentSubfileName(); 62 QString currentSubfileName();
63 63
64 LDColor m_color; 64 LDColor m_color;
65 65
66 private slots: 66 private slots:

mercurial