Save/restore settings dialog (and instance specific settings) window geometry

This commit is contained in:
Sky
2014-01-02 02:20:34 +00:00
parent 7f89da2043
commit eb4e7d3f67
5 changed files with 38 additions and 4 deletions

View File

@ -41,7 +41,8 @@ public:
void loadSettings(SettingsObject *s);
protected:
virtual void showEvent(QShowEvent *);
virtual void showEvent(QShowEvent *ev);
virtual void closeEvent(QCloseEvent *ev);
private
slots:
@ -64,6 +65,8 @@ slots:
void on_buttonBox_accepted();
void on_buttonBox_rejected();
void on_javaDetectBtn_clicked();
void on_javaTestBtn_clicked();