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:
Dirk Hohndel 2014-06-25 17:46:51 +08:00
parent 81b268d4ba
commit dd96b03d22
3 changed files with 58 additions and 18 deletions

View file

@ -21,6 +21,7 @@ public
slots:
void buttonClicked(QAbstractButton *button);
void on_chooseFile_clicked();
void on_resetSettings_clicked();
void syncSettings();
void loadSettings();
void restorePrefs();