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

« back to all changes in this revision

Viewing changes to src/progressdialog.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:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>ProgressDialog</class>
 
4
 <widget class="QDialog" name="ProgressDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>292</width>
 
10
    <height>54</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Dialog</string>
 
15
  </property>
 
16
  <widget class="QLabel" name="label">
 
17
   <property name="geometry">
 
18
    <rect>
 
19
     <x>10</x>
 
20
     <y>5</y>
 
21
     <width>271</width>
 
22
     <height>17</height>
 
23
    </rect>
 
24
   </property>
 
25
   <property name="styleSheet">
 
26
    <string notr="true">font: 10pt &quot;文泉驿微米黑&quot;;</string>
 
27
   </property>
 
28
  </widget>
 
29
  <widget class="QLabel" name="label_2">
 
30
   <property name="geometry">
 
31
    <rect>
 
32
     <x>120</x>
 
33
     <y>32</y>
 
34
     <width>67</width>
 
35
     <height>17</height>
 
36
    </rect>
 
37
   </property>
 
38
   <property name="text">
 
39
    <string/>
 
40
   </property>
 
41
  </widget>
 
42
 </widget>
 
43
 <resources/>
 
44
 <connections/>
 
45
</ui>