--- a/zz_configDialog.h Tue Mar 19 15:32:16 2013 +0200 +++ b/zz_configDialog.h Tue Mar 19 16:36:08 2013 +0200 @@ -27,15 +27,21 @@ Q_OBJECT public: - QLabel* qLDrawPathLabel; + QLabel* qLDrawPathLabel, *qGLBackgroundLabel; QLineEdit* qLDrawPath; QPushButton* qLDrawPathFindButton; + QPushButton* qGLBackgroundButton; QDialogButtonBox* qButtons; ConfigDialog (ForgeWindow* parent); + ~ConfigDialog (); static void staticDialog (ForgeWindow* window); +private: + void setButtonBackground (QPushButton* qButton, str zValue); + private slots: void slot_findLDrawPath (); + void slot_setGLBackground (); }; \ No newline at end of file