diff options
author | Ken Moore <ken@ixsystems.com> | 2017-09-18 16:28:50 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-09-18 16:28:50 -0400 |
commit | 909e7594e9e817c8602e8eade20ac2ade87deb44 (patch) | |
tree | 3fed9ded626f13a26a642bc256ea20bc54bf472e /src-qt5/core-utils/lumina-config/PanelWidget.h | |
parent | Cleanup the stylesheet usage on apps a bit more. (diff) | |
download | lumina-909e7594e9e817c8602e8eade20ac2ade87deb44.tar.gz lumina-909e7594e9e817c8602e8eade20ac2ade87deb44.tar.bz2 lumina-909e7594e9e817c8602e8eade20ac2ade87deb44.zip |
Cleanup the panel profiles quite a bit:
1) Reduce the number of buttons to 1
2) Expand the profiles menu to list profiles, custom profiles, and screens which can be copied
3) For custom profiles and other screens, add a submenu for apply/remove of settings.
Diffstat (limited to 'src-qt5/core-utils/lumina-config/PanelWidget.h')
-rw-r--r-- | src-qt5/core-utils/lumina-config/PanelWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core-utils/lumina-config/PanelWidget.h b/src-qt5/core-utils/lumina-config/PanelWidget.h index f4e67c2d..8854a798 100644 --- a/src-qt5/core-utils/lumina-config/PanelWidget.h +++ b/src-qt5/core-utils/lumina-config/PanelWidget.h @@ -23,7 +23,7 @@ public: ~PanelWidget(); void LoadSettings(QSettings *settings, int Dnum, int Pnum); - void SaveSettings(QSettings *settings); //save the current settings + void SaveSettings(QSettings *settings, QString screenID = ""); //save the current settings int PanelNumber(); void ChangePanelNumber(int newnum); |