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

« back to all changes in this revision

Viewing changes to info/monitorwidget.h

  • Committer: Package Import Robot
  • Author(s): Kobe Lee (kylinkobe)
  • Date: 2015-07-24 15:44:32 UTC
  • mfrom: (1.1.14) (15.1.1 wily-proposed)
  • Revision ID: package-import@ubuntu.com-20150724154432-bvd3wz7qbbqcchwe
Tags: 2.0.3-0ubuntu1
* Deal with situation when the scanning garbage is empty.
* Display hardware manufacturer logo.
* Add Gio.Settings notify for Unity and Mate settings.
* Make interface switching more smoothly.
* Adjust the layout of interface.
* Beautify skin center, menu, info module and setting module.
* Rewrite skin center, aboutdialog and animation.
* Add upgrade function.
* Delete debug logs and command history.
* Rewrite camera module and replace pygame with opencv.
* Make dash blur experimental normal(LP: #1430118).
* Modify custom skin filter(LP: #1475074).
* Modify cleanerdetailwidget.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    Q_OBJECT
33
33
public:
34
34
    explicit MonitorWidget(QWidget *parent = 0, SystemDispatcher *proxy = 0);
35
 
    int initData();
 
35
    void initData();
 
36
    bool getStatus();
36
37
 
37
38
signals:
38
39
 
43
44
    QMap<QString, QVariant> monitor_info_map;
44
45
    QMap<QString, QVariant> tmp_info_map;
45
46
    SystemDispatcher *systemproxy;
46
 
    int vgaNum;
 
47
    bool dataOK;
47
48
};
48
49
 
49
50
#endif // MONITORWIDGET_H