diff options
author | Ken Moore <ken@pcbsd.org> | 2015-06-26 17:25:33 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-06-26 17:25:33 -0400 |
commit | b51101672a050deb996c18e58d5a3dd0a880b158 (patch) | |
tree | 68a06041718d63e45e128cfc7a29786e2d917e33 /lumina-config/lumina-config.pro | |
parent | Some quick cleanup in the LSession.cpp file and update the port files (diff) | |
download | lumina-b51101672a050deb996c18e58d5a3dd0a880b158.tar.gz lumina-b51101672a050deb996c18e58d5a3dd0a880b158.tar.bz2 lumina-b51101672a050deb996c18e58d5a3dd0a880b158.zip |
Add a new PanelWidget to lumina-config. This allows the user to add more than 2 panels to each screen, and panels can be removed individually (not just the last one).
Diffstat (limited to 'lumina-config/lumina-config.pro')
-rw-r--r-- | lumina-config/lumina-config.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lumina-config/lumina-config.pro b/lumina-config/lumina-config.pro index 472b2182..284cd0a4 100644 --- a/lumina-config/lumina-config.pro +++ b/lumina-config/lumina-config.pro @@ -19,7 +19,8 @@ SOURCES += main.cpp \ LPlugins.cpp \ ColorDialog.cpp \ ThemeDialog.cpp \ - GetPluginDialog.cpp + GetPluginDialog.cpp \ + PanelWidget.cpp HEADERS += mainUI.h \ LPlugins.h \ @@ -27,14 +28,16 @@ HEADERS += mainUI.h \ AppDialog.h \ ColorDialog.h \ ThemeDialog.h \ - GetPluginDialog.h + GetPluginDialog.h \ + PanelWidget.h FORMS += mainUI.ui \ KeyCatch.ui \ AppDialog.ui \ ColorDialog.ui \ ThemeDialog.ui \ - GetPluginDialog.ui + GetPluginDialog.ui \ + PanelWidget.ui # RESOURCES+= lumina-config.qrc |