zz_configDialog.h

changeset 68
c637b172d565
parent 54
60f328f352c9
child 70
e6b8dab8f81a
--- a/zz_configDialog.h	Mon Mar 25 01:04:20 2013 +0200
+++ b/zz_configDialog.h	Mon Mar 25 15:20:56 2013 +0200
@@ -29,12 +29,13 @@
 	
 public:
 	QLabel* qLDrawPathLabel;
-	QLabel* qGLBackgroundLabel, *qGLForegroundLabel, *qGLLineThicknessLabel;
+	QLabel* qGLBackgroundLabel, *qGLForegroundLabel, *qGLForegroundAlphaLabel;
+	QLabel* qGLLineThicknessLabel;
 	QLineEdit* qLDrawPath;
 	QPushButton* qLDrawPathFindButton;
 	QPushButton* qGLBackgroundButton, *qGLForegroundButton;
 	QCheckBox* qLVColorize, *qGLColorBFC;
-	QSlider* qGLLineThickness;
+	QSlider* qGLForegroundAlpha, *qGLLineThickness;
 	
 	QDialogButtonBox* qButtons;
 	

mercurial