edited configuration interface of the plasmoid

This commit is contained in:
arcan1s
2014-07-10 10:44:33 +04:00
parent bf799ce061
commit 2a3011bdef
8 changed files with 817 additions and 801 deletions

View File

@ -25,7 +25,8 @@
#include <Plasma/Label>
#include <QProcess>
#include <ui_configwindow.h>
#include <ui_appearance.h>
#include <ui_widget.h>
class QGraphicsLinearLayout;
@ -93,7 +94,8 @@ private:
void connectToEngine();
void disconnectFromEngine();
// configuration interface
Ui::ConfigWindow uiConfig;
Ui::AppearanceWindow uiAppConfig;
Ui::ConfigWindow uiWidConfig;
// configuration
int autoUpdateInterval;
QMap<QString, bool> bigInterface;