~ubuntu-branches/ubuntu/saucy/hplip/saucy-proposed

« back to all changes in this revision

Viewing changes to ui4/upgradedialog_base.ui

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-26 11:20:39 UTC
  • mfrom: (1.5.6) (31.1.3 precise)
  • Revision ID: package-import@ubuntu.com-20120526112039-bevxczegxnbyr5m7
Tags: 3.12.4-1
* New upstream release
* Switch to source/format 3.0 (quilt) - drop dpatch
* Refreshed debian/patches
* dh_autoreconf debian/autogen.sh & set local-options single-debian-patch
* Update to debian/compat -> 9
* Fix "hardened build flags" patch from Moritz - thanks (Closes: #667828)
* Fix "duplex descriptor uninitialized" patch from Matej (Closes: #583273)
* Fix "please migrate to kde-runtime" patch from Pino (Closes: #666544)

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>MainWindow</class>
 
4
 <widget class="QMainWindow" name="MainWindow">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>369</width>
 
10
    <height>239</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>MainWindow</string>
 
15
  </property>
 
16
  <widget class="QWidget" name="centralwidget">
 
17
   <widget class="QPushButton" name="pushButton_2">
 
18
    <property name="geometry">
 
19
     <rect>
 
20
      <x>270</x>
 
21
      <y>160</y>
 
22
      <width>91</width>
 
23
      <height>31</height>
 
24
     </rect>
 
25
    </property>
 
26
    <property name="text">
 
27
     <string>OK</string>
 
28
    </property>
 
29
   </widget>
 
30
   <widget class="QPushButton" name="pushButton">
 
31
    <property name="geometry">
 
32
     <rect>
 
33
      <x>159</x>
 
34
      <y>160</y>
 
35
      <width>96</width>
 
36
      <height>31</height>
 
37
     </rect>
 
38
    </property>
 
39
    <property name="text">
 
40
     <string>Cancel</string>
 
41
    </property>
 
42
   </widget>
 
43
   <widget class="QRadioButton" name="radioButton">
 
44
    <property name="geometry">
 
45
     <rect>
 
46
      <x>10</x>
 
47
      <y>65</y>
 
48
      <width>181</width>
 
49
      <height>22</height>
 
50
     </rect>
 
51
    </property>
 
52
    <property name="text">
 
53
     <string>Download and Install</string>
 
54
    </property>
 
55
   </widget>
 
56
   <widget class="QRadioButton" name="radioButton_2">
 
57
    <property name="geometry">
 
58
     <rect>
 
59
      <x>8</x>
 
60
      <y>96</y>
 
61
      <width>141</width>
 
62
      <height>22</height>
 
63
     </rect>
 
64
    </property>
 
65
    <property name="text">
 
66
     <string>Remind me after</string>
 
67
    </property>
 
68
   </widget>
 
69
   <widget class="QRadioButton" name="radioButton_3">
 
70
    <property name="geometry">
 
71
     <rect>
 
72
      <x>9</x>
 
73
      <y>126</y>
 
74
      <width>161</width>
 
75
      <height>22</height>
 
76
     </rect>
 
77
    </property>
 
78
    <property name="text">
 
79
     <string>Don't remind again</string>
 
80
    </property>
 
81
   </widget>
 
82
   <widget class="QSpinBox" name="spinBox">
 
83
    <property name="geometry">
 
84
     <rect>
 
85
      <x>152</x>
 
86
      <y>94</y>
 
87
      <width>55</width>
 
88
      <height>27</height>
 
89
     </rect>
 
90
    </property>
 
91
    <property name="minimum">
 
92
     <number>1</number>
 
93
    </property>
 
94
    <property name="maximum">
 
95
     <number>365</number>
 
96
    </property>
 
97
    <property name="value">
 
98
     <number>30</number>
 
99
    </property>
 
100
   </widget>
 
101
   <widget class="QLabel" name="label">
 
102
    <property name="geometry">
 
103
     <rect>
 
104
      <x>211</x>
 
105
      <y>98</y>
 
106
      <width>67</width>
 
107
      <height>21</height>
 
108
     </rect>
 
109
    </property>
 
110
    <property name="text">
 
111
     <string>days</string>
 
112
    </property>
 
113
   </widget>
 
114
   <widget class="QLabel" name="label_2">
 
115
    <property name="geometry">
 
116
     <rect>
 
117
      <x>10</x>
 
118
      <y>10</y>
 
119
      <width>351</width>
 
120
      <height>51</height>
 
121
     </rect>
 
122
    </property>
 
123
    <property name="text">
 
124
     <string>New version of HPLIP-X.X.X is available.
 
125
Do you want to install</string>
 
126
    </property>
 
127
   </widget>
 
128
  </widget>
 
129
  <widget class="QMenuBar" name="menubar">
 
130
   <property name="geometry">
 
131
    <rect>
 
132
     <x>0</x>
 
133
     <y>0</y>
 
134
     <width>369</width>
 
135
     <height>27</height>
 
136
    </rect>
 
137
   </property>
 
138
  </widget>
 
139
  <widget class="QStatusBar" name="statusbar"/>
 
140
 </widget>
 
141
 <resources/>
 
142
 <connections/>
 
143
</ui>