~ubuntu-branches/ubuntu/wily/youker-assistant/wily

« back to all changes in this revision

Viewing changes to mainui/settingactionwidget.h

  • Committer: Package Import Robot
  • Author(s): Kobe Lee (kylinkobe)
  • Date: 2015-03-13 10:07:56 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20150313100756-9bgbo855p7d2ll5y
Tags: 2.0.1-0ubuntu1
* New upstream release:
  - Decrease CPU occupation.
  - Deal with system information access exceptions.
  - Improve UI.
  - General bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define SETTINGACTIONWIDGET_H
22
22
 
23
23
#include <QWidget>
24
 
#include <QLabel>
25
 
#include <QPushButton>
26
 
#include <QMouseEvent>
27
 
#include <QHBoxLayout>
28
 
#include <QSignalMapper>
29
 
#include <QVBoxLayout>
30
24
#include "../component/kylinbutton.h"
31
 
#include "../component/kylintoolbutton.h"
32
25
#include "../component/systembutton.h"
33
 
#include "../component/loadinglabel.h"
34
 
#include <QStackedWidget>
35
 
 
36
26
#include "../component/settingaction.h"
37
27
 
38
28
class MainWindow;
 
29
class QStackedWidget;
39
30
 
40
31
class SettingActionWidget : public QWidget
41
32
{
57
48
private:
58
49
    QLabel *img_label;
59
50
    QLabel *title_label;
60
 
//    QLabel *description_label;
61
51
    QStackedWidget *stacked_widget;
62
52
    QWidget *main_acion;
63
53
    SettingAction *theme_action;