diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-05 09:19:15 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-05 09:19:15 -0500 |
commit | 91f5fb04b90c738b6534edf88b8e738080630d19 (patch) | |
tree | c9fa4ddd066b0eb097b9d3de77707345027cc105 /lumina-config/lumina-config.pro | |
parent | Oops, forgot to add the new Lumina theme definitions into the "None" theme (s... (diff) | |
download | lumina-91f5fb04b90c738b6534edf88b8e738080630d19.tar.gz lumina-91f5fb04b90c738b6534edf88b8e738080630d19.tar.bz2 lumina-91f5fb04b90c738b6534edf88b8e738080630d19.zip |
Add a new dialog for prompting the user to select a plugin (of any type). Also ensure that these custom dialogs are centered on the parent window.
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 2ddce0ed..472b2182 100644 --- a/lumina-config/lumina-config.pro +++ b/lumina-config/lumina-config.pro @@ -18,20 +18,23 @@ SOURCES += main.cpp \ mainUI.cpp \ LPlugins.cpp \ ColorDialog.cpp \ - ThemeDialog.cpp + ThemeDialog.cpp \ + GetPluginDialog.cpp HEADERS += mainUI.h \ LPlugins.h \ KeyCatch.h \ AppDialog.h \ ColorDialog.h \ - ThemeDialog.h + ThemeDialog.h \ + GetPluginDialog.h FORMS += mainUI.ui \ KeyCatch.ui \ AppDialog.ui \ ColorDialog.ui \ - ThemeDialog.ui + ThemeDialog.ui \ + GetPluginDialog.ui # RESOURCES+= lumina-config.qrc |