~ubuntu-branches/ubuntu/vivid/youker-assistant/vivid

« back to all changes in this revision

Viewing changes to src/updatedialog.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>UpdateDialog</class>
 
4
 <widget class="QDialog" name="UpdateDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>329</width>
 
10
    <height>195</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Dialog</string>
 
15
  </property>
 
16
  <widget class="QLabel" name="btn_close">
 
17
   <property name="geometry">
 
18
    <rect>
 
19
     <x>7</x>
 
20
     <y>10</y>
 
21
     <width>26</width>
 
22
     <height>20</height>
 
23
    </rect>
 
24
   </property>
 
25
   <property name="text">
 
26
    <string/>
 
27
   </property>
 
28
  </widget>
 
29
  <widget class="QPushButton" name="okButton">
 
30
   <property name="geometry">
 
31
    <rect>
 
32
     <x>50</x>
 
33
     <y>157</y>
 
34
     <width>94</width>
 
35
     <height>29</height>
 
36
    </rect>
 
37
   </property>
 
38
   <property name="styleSheet">
 
39
    <string notr="true">border-image: url(:/pixmap/image/ok.png);
 
40
font: 11pt &quot;文泉驿微米黑&quot;;</string>
 
41
   </property>
 
42
   <property name="text">
 
43
    <string>确定</string>
 
44
   </property>
 
45
  </widget>
 
46
  <widget class="QLabel" name="displaylabel">
 
47
   <property name="geometry">
 
48
    <rect>
 
49
     <x>5</x>
 
50
     <y>89</y>
 
51
     <width>311</width>
 
52
     <height>51</height>
 
53
    </rect>
 
54
   </property>
 
55
   <property name="styleSheet">
 
56
    <string notr="true">border-image: url(:/pixmap/image/message.png);</string>
 
57
   </property>
 
58
   <property name="text">
 
59
    <string/>
 
60
   </property>
 
61
   <property name="pixmap">
 
62
    <pixmap resource="pixmap.qrc">:/pixmap/image/message.png</pixmap>
 
63
   </property>
 
64
  </widget>
 
65
  <widget class="QLabel" name="label">
 
66
   <property name="geometry">
 
67
    <rect>
 
68
     <x>5</x>
 
69
     <y>55</y>
 
70
     <width>291</width>
 
71
     <height>16</height>
 
72
    </rect>
 
73
   </property>
 
74
   <property name="text">
 
75
    <string>服务提醒:</string>
 
76
   </property>
 
77
  </widget>
 
78
  <widget class="QPushButton" name="closeButton">
 
79
   <property name="geometry">
 
80
    <rect>
 
81
     <x>188</x>
 
82
     <y>156</y>
 
83
     <width>94</width>
 
84
     <height>29</height>
 
85
    </rect>
 
86
   </property>
 
87
   <property name="styleSheet">
 
88
    <string notr="true">border-image: url(:/pixmap/image/quit.png);
 
89
font: 11pt &quot;文泉驿微米黑&quot;;</string>
 
90
   </property>
 
91
   <property name="text">
 
92
    <string>取消</string>
 
93
   </property>
 
94
  </widget>
 
95
  <widget class="QFrame" name="frame">
 
96
   <property name="geometry">
 
97
    <rect>
 
98
     <x>0</x>
 
99
     <y>0</y>
 
100
     <width>329</width>
 
101
     <height>195</height>
 
102
    </rect>
 
103
   </property>
 
104
   <property name="styleSheet">
 
105
    <string notr="true">border-image: url(:/pixmap/image/dialog-bg.png);</string>
 
106
   </property>
 
107
   <property name="frameShape">
 
108
    <enum>QFrame::StyledPanel</enum>
 
109
   </property>
 
110
   <property name="frameShadow">
 
111
    <enum>QFrame::Raised</enum>
 
112
   </property>
 
113
  </widget>
 
114
  <zorder>frame</zorder>
 
115
  <zorder>btn_close</zorder>
 
116
  <zorder>okButton</zorder>
 
117
  <zorder>displaylabel</zorder>
 
118
  <zorder>label</zorder>
 
119
  <zorder>closeButton</zorder>
 
120
 </widget>
 
121
 <resources>
 
122
  <include location="pixmap.qrc"/>
 
123
 </resources>
 
124
 <connections/>
 
125
</ui>