aboutsummaryrefslogtreecommitdiff
path: root/src/settingswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingswidget.h')
-rw-r--r--src/settingswidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settingswidget.h b/src/settingswidget.h
index 6f0fa4a..d7353ec 100644
--- a/src/settingswidget.h
+++ b/src/settingswidget.h
@@ -41,6 +41,9 @@ public slots:
void appLockSetChecked(bool checked);
void setCurrentPasswordText(QString str);
void loadDictionaries(QStringList dictionaries);
+protected slots:
+ bool eventFilter(QObject *obj, QEvent *event);
+ void closeEvent(QCloseEvent *event);
private slots:
QString cachePath();
QString persistentStoragePath();
@@ -94,6 +97,9 @@ private slots:
void on_zoomReset_clicked();
+ bool isChildOf(QObject *Of, QObject *self);
+ void on_startMinimized_toggled(bool checked);
+
private:
Ui::SettingsWidget *ui;
QString engineCachePath,enginePersistentStoragePath;