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

« back to all changes in this revision

Viewing changes to ui4/systrayframe_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
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>Dialog</class>
3
 
 <widget class="QDialog" name="Dialog" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="Dialog">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>500</width>
9
 
    <height>540</height>
 
9
    <width>476</width>
 
10
    <height>653</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Dialog</string>
14
15
  </property>
15
 
  <layout class="QGridLayout" >
16
 
   <item row="0" column="0" >
17
 
    <widget class="QFrame" name="frame" >
18
 
     <property name="frameShape" >
 
16
  <layout class="QGridLayout">
 
17
   <item row="0" column="1">
 
18
    <widget class="QFrame" name="frame">
 
19
     <property name="frameShape">
19
20
      <enum>QFrame::StyledPanel</enum>
20
21
     </property>
21
 
     <property name="frameShadow" >
 
22
     <property name="frameShadow">
22
23
      <enum>QFrame::Raised</enum>
23
24
     </property>
24
 
     <layout class="QGridLayout" >
25
 
      <item row="0" column="0" >
26
 
       <widget class="QGroupBox" name="groupBox_2" >
27
 
        <property name="title" >
28
 
         <string>System tray icon visibility</string>
29
 
        </property>
30
 
        <layout class="QGridLayout" >
31
 
         <item row="0" column="0" >
32
 
          <widget class="QRadioButton" name="radioButton" >
33
 
           <property name="text" >
34
 
            <string>Always show</string>
35
 
           </property>
36
 
          </widget>
37
 
         </item>
38
 
         <item row="1" column="0" >
39
 
          <widget class="QRadioButton" name="radioButton_2" >
40
 
           <property name="text" >
41
 
            <string>Hide when inactive</string>
42
 
           </property>
43
 
          </widget>
44
 
         </item>
45
 
         <item row="2" column="0" >
46
 
          <widget class="QRadioButton" name="radioButton_3" >
47
 
           <property name="text" >
48
 
            <string>Always hide</string>
49
 
           </property>
50
 
          </widget>
51
 
         </item>
52
 
        </layout>
53
 
       </widget>
54
 
      </item>
55
 
      <item row="0" column="1" >
56
 
       <widget class="QGroupBox" name="groupBox_3" >
57
 
        <property name="title" >
58
 
         <string>System tray icon messages</string>
59
 
        </property>
60
 
        <layout class="QGridLayout" >
61
 
         <item row="0" column="0" >
62
 
          <widget class="QLabel" name="label_2" >
63
 
           <property name="text" >
64
 
            <string>Which messages to show:</string>
65
 
           </property>
66
 
          </widget>
67
 
         </item>
68
 
         <item row="1" column="0" >
69
 
          <widget class="QComboBox" name="MessageShowComboBox" />
70
 
         </item>
71
 
         <item row="2" column="0" >
72
 
          <spacer>
73
 
           <property name="orientation" >
74
 
            <enum>Qt::Vertical</enum>
75
 
           </property>
76
 
           <property name="sizeType" >
77
 
            <enum>QSizePolicy::Minimum</enum>
78
 
           </property>
79
 
           <property name="sizeHint" >
80
 
            <size>
81
 
             <width>20</width>
82
 
             <height>40</height>
83
 
            </size>
84
 
           </property>
85
 
          </spacer>
86
 
         </item>
87
 
        </layout>
88
 
       </widget>
89
 
      </item>
90
 
      <item row="1" column="0" colspan="2" >
91
 
       <widget class="QGroupBox" name="groupBox" >
92
 
        <property name="title" >
93
 
         <string>Monitor button presses on devices</string>
94
 
        </property>
95
 
        <property name="checkable" >
96
 
         <bool>true</bool>
97
 
        </property>
98
 
        <layout class="QGridLayout" >
99
 
         <item row="0" column="0" >
100
 
          <widget class="QLabel" name="label" >
101
 
           <property name="text" >
102
 
            <string>Devices to monitor:</string>
103
 
           </property>
104
 
          </widget>
105
 
         </item>
106
 
         <item row="1" column="0" >
107
 
          <widget class="QListWidget" name="listWidget" />
108
 
         </item>
109
 
        </layout>
110
 
       </widget>
111
 
      </item>
112
 
     </layout>
 
25
     <widget class="QGroupBox" name="groupBox_2">
 
26
      <property name="geometry">
 
27
       <rect>
 
28
        <x>11</x>
 
29
        <y>11</y>
 
30
        <width>201</width>
 
31
        <height>114</height>
 
32
       </rect>
 
33
      </property>
 
34
      <property name="title">
 
35
       <string>System tray icon visibility</string>
 
36
      </property>
 
37
      <layout class="QGridLayout">
 
38
       <item row="0" column="0">
 
39
        <widget class="QRadioButton" name="radioButton">
 
40
         <property name="text">
 
41
          <string>Always show</string>
 
42
         </property>
 
43
        </widget>
 
44
       </item>
 
45
       <item row="1" column="0">
 
46
        <widget class="QRadioButton" name="radioButton_2">
 
47
         <property name="text">
 
48
          <string>Hide when inactive</string>
 
49
         </property>
 
50
        </widget>
 
51
       </item>
 
52
       <item row="2" column="0">
 
53
        <widget class="QRadioButton" name="radioButton_3">
 
54
         <property name="text">
 
55
          <string>Always hide</string>
 
56
         </property>
 
57
        </widget>
 
58
       </item>
 
59
      </layout>
 
60
     </widget>
 
61
     <widget class="QGroupBox" name="groupBox_3">
 
62
      <property name="geometry">
 
63
       <rect>
 
64
        <x>232</x>
 
65
        <y>11</y>
 
66
        <width>197</width>
 
67
        <height>136</height>
 
68
       </rect>
 
69
      </property>
 
70
      <property name="title">
 
71
       <string>System tray icon messages</string>
 
72
      </property>
 
73
      <layout class="QGridLayout">
 
74
       <item row="0" column="0">
 
75
        <widget class="QLabel" name="label_2">
 
76
         <property name="text">
 
77
          <string>Which messages to show:</string>
 
78
         </property>
 
79
        </widget>
 
80
       </item>
 
81
       <item row="1" column="0">
 
82
        <widget class="QComboBox" name="MessageShowComboBox"/>
 
83
       </item>
 
84
       <item row="2" column="0">
 
85
        <spacer>
 
86
         <property name="orientation">
 
87
          <enum>Qt::Vertical</enum>
 
88
         </property>
 
89
         <property name="sizeType">
 
90
          <enum>QSizePolicy::Minimum</enum>
 
91
         </property>
 
92
         <property name="sizeHint" stdset="0">
 
93
          <size>
 
94
           <width>20</width>
 
95
           <height>40</height>
 
96
          </size>
 
97
         </property>
 
98
        </spacer>
 
99
       </item>
 
100
      </layout>
 
101
     </widget>
 
102
     <widget class="QGroupBox" name="groupBox">
 
103
      <property name="geometry">
 
104
       <rect>
 
105
        <x>10</x>
 
106
        <y>385</y>
 
107
        <width>411</width>
 
108
        <height>241</height>
 
109
       </rect>
 
110
      </property>
 
111
      <property name="title">
 
112
       <string>Monitor button presses on devices</string>
 
113
      </property>
 
114
      <property name="checkable">
 
115
       <bool>true</bool>
 
116
      </property>
 
117
      <layout class="QGridLayout">
 
118
       <item row="4" column="0">
 
119
        <widget class="QListWidget" name="listWidget"/>
 
120
       </item>
 
121
       <item row="3" column="0">
 
122
        <widget class="QLabel" name="label">
 
123
         <property name="text">
 
124
          <string>Devices to monitor:</string>
 
125
         </property>
 
126
        </widget>
 
127
       </item>
 
128
      </layout>
 
129
     </widget>
 
130
     <widget class="QGroupBox" name="groupBox_4">
 
131
      <property name="geometry">
 
132
       <rect>
 
133
        <x>10</x>
 
134
        <y>130</y>
 
135
        <width>411</width>
 
136
        <height>231</height>
 
137
       </rect>
 
138
      </property>
 
139
      <property name="title">
 
140
       <string>Update Settings</string>
 
141
      </property>
 
142
      <widget class="QCheckBox" name="checkBox">
 
143
       <property name="geometry">
 
144
        <rect>
 
145
         <x>20</x>
 
146
         <y>20</y>
 
147
         <width>331</width>
 
148
         <height>22</height>
 
149
        </rect>
 
150
       </property>
 
151
       <property name="text">
 
152
        <string>Check for HPLIP Updates</string>
 
153
       </property>
 
154
       <property name="checked">
 
155
        <bool>true</bool>
 
156
       </property>
 
157
      </widget>
 
158
      <widget class="QLabel" name="label_3">
 
159
       <property name="geometry">
 
160
        <rect>
 
161
         <x>50</x>
 
162
         <y>44</y>
 
163
         <width>221</width>
 
164
         <height>17</height>
 
165
        </rect>
 
166
       </property>
 
167
       <property name="text">
 
168
        <string>Repeat Check for Updates every </string>
 
169
       </property>
 
170
      </widget>
 
171
      <widget class="QSpinBox" name="spinBox">
 
172
       <property name="geometry">
 
173
        <rect>
 
174
         <x>270</x>
 
175
         <y>40</y>
 
176
         <width>55</width>
 
177
         <height>27</height>
 
178
        </rect>
 
179
       </property>
 
180
       <property name="minimum">
 
181
        <number>1</number>
 
182
       </property>
 
183
       <property name="maximum">
 
184
        <number>365</number>
 
185
       </property>
 
186
       <property name="value">
 
187
        <number>30</number>
 
188
       </property>
 
189
      </widget>
 
190
      <widget class="QLabel" name="label_4">
 
191
       <property name="geometry">
 
192
        <rect>
 
193
         <x>329</x>
 
194
         <y>45</y>
 
195
         <width>67</width>
 
196
         <height>17</height>
 
197
        </rect>
 
198
       </property>
 
199
       <property name="text">
 
200
        <string>Days</string>
 
201
       </property>
 
202
      </widget>
 
203
      <widget class="QCheckBox" name="checkBox_2">
 
204
       <property name="geometry">
 
205
        <rect>
 
206
         <x>49</x>
 
207
         <y>78</y>
 
208
         <width>301</width>
 
209
         <height>22</height>
 
210
        </rect>
 
211
       </property>
 
212
       <property name="text">
 
213
        <string>Check when ever new version available</string>
 
214
       </property>
 
215
      </widget>
 
216
      <widget class="QTextEdit" name="textEdit">
 
217
       <property name="geometry">
 
218
        <rect>
 
219
         <x>50</x>
 
220
         <y>129</y>
 
221
         <width>331</width>
 
222
         <height>81</height>
 
223
        </rect>
 
224
       </property>
 
225
      </widget>
 
226
      <widget class="QLabel" name="label_5">
 
227
       <property name="geometry">
 
228
        <rect>
 
229
         <x>50</x>
 
230
         <y>107</y>
 
231
         <width>61</width>
 
232
         <height>17</height>
 
233
        </rect>
 
234
       </property>
 
235
       <property name="text">
 
236
        <string>Status:</string>
 
237
       </property>
 
238
      </widget>
 
239
     </widget>
113
240
    </widget>
114
241
   </item>
115
242
  </layout>