src/dialogs.h

changeset 315
cb0c23f35e2b
parent 274
d232fe4d88a6
child 329
76db02dc7f60
equal deleted inserted replaced
314:fd3711a5457a 315:cb0c23f35e2b
129 void slot_tryConfigure (); 129 void slot_tryConfigure ();
130 void slot_exit (); 130 void slot_exit ();
131 }; 131 };
132 132
133 // ============================================================================= 133 // =============================================================================
134 class NewPartDialog : public QDialog {
135 public:
136 enum { CCAL, NonCA, NoLicense };
137 enum { CCW, CW, NoWinding };
138
139 explicit NewPartDialog (QWidget* parent = null, Qt::WindowFlags f = 0);
140 static void StaticDialog ();
141
142 QLabel* lb_brickIcon, *lb_name, *lb_author, *lb_license, *lb_BFC;
143 QLineEdit* le_name, *le_author;
144 RadioBox* rb_license, *rb_BFC;
145 };
146
147 // =============================================================================
148 class RotationPointDialog : public QDialog { 134 class RotationPointDialog : public QDialog {
149 Q_OBJECT 135 Q_OBJECT
150 136
151 public: 137 public:
152 explicit RotationPointDialog (QWidget* parent = null, Qt::WindowFlags f = 0); 138 explicit RotationPointDialog (QWidget* parent = null, Qt::WindowFlags f = 0);

mercurial