better handling and display for systray checkbox buttons

This commit is contained in:
Frank Nießen 2015-10-06 21:12:59 +02:00
parent 319edca870
commit c93b12ff05
3 changed files with 74 additions and 17 deletions

View file

@ -51,6 +51,7 @@ private Q_SLOTS:
void saveSettings();
void reject();
void enableAutoSaveOnExit(bool checked);
void enableSystrayMinimizeToTray(bool checked);
private:
QWidget* const m_secWidget;