zz_configDialog.h

changeset 53
170cdffe1056
parent 52
d71226763607
child 54
60f328f352c9
--- a/zz_configDialog.h	Wed Mar 20 23:06:30 2013 +0200
+++ b/zz_configDialog.h	Wed Mar 20 23:46:37 2013 +0200
@@ -29,11 +29,12 @@
 	
 public:
 	QLabel* qLDrawPathLabel;
-	QLabel* qGLBackgroundLabel, *qGLForegroundLabel;
+	QLabel* qGLBackgroundLabel, *qGLForegroundLabel, *qGLLineThicknessLabel;
 	QLineEdit* qLDrawPath;
 	QPushButton* qLDrawPathFindButton;
 	QPushButton* qGLBackgroundButton, *qGLForegroundButton;
 	QCheckBox* qLVColorize;
+	QSlider* qGLLineThickness;
 	
 	QDialogButtonBox* qButtons;
 	

mercurial