~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-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 MONITORWIDGET_H
22
22
 
23
23
#include <QWidget>
24
 
#include <QHBoxLayout>
25
 
#include <QLabel>
26
 
#include "computerpage.h"
27
24
#include "../component/scrollwidget.h"
28
25
#include <QMap>
29
26
#include <QVariant>
 
27
 
30
28
class SystemDispatcher;
31
29
 
32
30
class MonitorWidget : public QWidget
42
40
 
43
41
private:
44
42
    ScrollWidget *scroll_widget;
45
 
//    ComputerPage *page;
46
43
    QMap<QString, QVariant> monitor_info_map;
47
44
    QMap<QString, QVariant> tmp_info_map;
48
45
    SystemDispatcher *systemproxy;