27 class ConfigDialog : public QDialog { |
27 class ConfigDialog : public QDialog { |
28 Q_OBJECT |
28 Q_OBJECT |
29 |
29 |
30 public: |
30 public: |
31 QLabel* qLDrawPathLabel; |
31 QLabel* qLDrawPathLabel; |
32 QLabel* qGLBackgroundLabel, *qGLForegroundLabel; |
32 QLabel* qGLBackgroundLabel, *qGLForegroundLabel, *qGLLineThicknessLabel; |
33 QLineEdit* qLDrawPath; |
33 QLineEdit* qLDrawPath; |
34 QPushButton* qLDrawPathFindButton; |
34 QPushButton* qLDrawPathFindButton; |
35 QPushButton* qGLBackgroundButton, *qGLForegroundButton; |
35 QPushButton* qGLBackgroundButton, *qGLForegroundButton; |
36 QCheckBox* qLVColorize; |
36 QCheckBox* qLVColorize; |
|
37 QSlider* qGLLineThickness; |
37 |
38 |
38 QDialogButtonBox* qButtons; |
39 QDialogButtonBox* qButtons; |
39 |
40 |
40 ConfigDialog (ForgeWindow* parent); |
41 ConfigDialog (ForgeWindow* parent); |
41 ~ConfigDialog (); |
42 ~ConfigDialog (); |