mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-07 05:46:58 +03:00
Save/restore settings dialog (and instance specific settings) window geometry
This commit is contained in:
parent
7f89da2043
commit
eb4e7d3f67
5 changed files with 38 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue