mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add ability to reset the settings
This may be a bit crude and it doesn't actually FULLY reset the settings (as for example the column widths will still be maintained), but it's a good start, I think. Fixes #552 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
81b268d4ba
commit
dd96b03d22
3 changed files with 58 additions and 18 deletions
|
@ -21,6 +21,7 @@ public
|
|||
slots:
|
||||
void buttonClicked(QAbstractButton *button);
|
||||
void on_chooseFile_clicked();
|
||||
void on_resetSettings_clicked();
|
||||
void syncSettings();
|
||||
void loadSettings();
|
||||
void restorePrefs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue