src/gldraw.h

changeset 196
47f4f4543152
parent 195
7a776f6b0d2a
child 197
82a868e9e929
--- a/src/gldraw.h	Tue May 14 00:52:20 2013 +0300
+++ b/src/gldraw.h	Tue May 14 01:22:40 2013 +0300
@@ -25,6 +25,7 @@
 #include "common.h"
 #include "ldtypes.h"
 
+class QDialogButtonBox;
 class RadioBox;
 class QDoubleSpinBox;
 class QSpinBox;
@@ -143,16 +144,18 @@
 	double		lheight		() const;
 	GL::Camera	camera		() const;
 	
-public slots:
-	void slot_fpath () const;
-	void slot_help () const;
-	
 private:
 	RadioBox* rb_camera;
 	QPushButton* btn_fpath;
 	QLineEdit* le_fpath;
 	QSpinBox* sb_ofsx, *sb_ofsy;
 	QDoubleSpinBox* dsb_lwidth, *dsb_lheight;
+	QDialogButtonBox* dbb_buttons;
+	
+private slots:
+	void slot_fpath ();
+	void slot_help ();
+	void slot_dimensionsChanged ();
 };
 
 #endif // GLDRAW_H
\ No newline at end of file

mercurial