mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-19 22:42:23 -05:00
Toolbar and tool buttons style. (#2357)
* Toolbar and tool buttons style. - Add ability to change toolbar state and tool buttons style via application settings widget. - Save/restore toolbar state on app start/finish. - Resolves #2343. * Implicitly convert enum to QVariant
This commit is contained in:
parent
f8c6c9f72c
commit
d09ca076dc
5 changed files with 134 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ private slots:
|
|||
void reject();
|
||||
void enableAutoSaveOnExit(bool checked);
|
||||
void enableSystray(bool checked);
|
||||
void enableToolbarSettings(bool checked);
|
||||
|
||||
private:
|
||||
QWidget* const m_secWidget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue