~ubuntu-branches/ubuntu/utopic/youker-assistant/utopic-proposed

« back to all changes in this revision

Viewing changes to src/tray.ui

  • Committer: Package Import Robot
  • Author(s): Kobe Lee (kylinkobe)
  • Date: 2013-09-18 16:22:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130918162214-6nqyjyf3cd3ynqky
Tags: 0.2.1-0ubuntu1
* Modify the mouse events of MonitorBall.
* Add reset button for clear pages.
* Add policykit for apt clear in sudodbus.
* Fixed the bug about software status and add masklayer.
* Rewrite the code of system information.
* Add some signals and slots.
* Fixed the bug about Software signals(LP: #1226389).
* Modify KThread and add base.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>520</width>
10
 
    <height>350</height>
 
9
    <width>84</width>
 
10
    <height>35</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
16
16
  <property name="styleSheet">
17
17
   <string notr="true"/>
18
18
  </property>
 
19
  <widget class="QLabel" name="uplabel">
 
20
   <property name="geometry">
 
21
    <rect>
 
22
     <x>20</x>
 
23
     <y>-1</y>
 
24
     <width>31</width>
 
25
     <height>20</height>
 
26
    </rect>
 
27
   </property>
 
28
   <property name="styleSheet">
 
29
    <string notr="true">font: 6pt &quot;文泉驿微米黑&quot;;</string>
 
30
   </property>
 
31
   <property name="text">
 
32
    <string>10K/s</string>
 
33
   </property>
 
34
  </widget>
 
35
  <widget class="QLabel" name="downlabel">
 
36
   <property name="geometry">
 
37
    <rect>
 
38
     <x>20</x>
 
39
     <y>14</y>
 
40
     <width>31</width>
 
41
     <height>20</height>
 
42
    </rect>
 
43
   </property>
 
44
   <property name="styleSheet">
 
45
    <string notr="true">font: 6pt &quot;文泉驿微米黑&quot;;</string>
 
46
   </property>
 
47
   <property name="text">
 
48
    <string>20K/s</string>
 
49
   </property>
 
50
  </widget>
 
51
  <widget class="QLabel" name="ratiolabel">
 
52
   <property name="geometry">
 
53
    <rect>
 
54
     <x>54</x>
 
55
     <y>6</y>
 
56
     <width>31</width>
 
57
     <height>20</height>
 
58
    </rect>
 
59
   </property>
 
60
   <property name="styleSheet">
 
61
    <string notr="true">font: 9pt &quot;文泉驿微米黑&quot;;</string>
 
62
   </property>
 
63
   <property name="text">
 
64
    <string>0%</string>
 
65
   </property>
 
66
  </widget>
19
67
 </widget>
20
68
 <resources/>
21
69
 <connections/>