~ubuntu-branches/ubuntu/natty/nuapplet/natty

« back to all changes in this revision

Viewing changes to ui/prefs.ui

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-05-17 15:15:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100517151559-lf4zajscmlwf2yef
Tags: 2.3.0-1
* Imported Upstream version 2.3.0
  Add support for new (>= 2.4) libnuclient API (Closes: #573667)
* Urgency high, RC bug
* Bump standards version to 3.8.4
* Update homepage location
* Update dependencies on libnuclient and libnussl >= 2.4.0

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>AppPreferences</class>
 
4
 <widget class="QDialog" name="AppPreferences">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>492</width>
 
10
    <height>403</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>NuApplet Preferences</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QTabWidget" name="tabWidget">
 
19
     <property name="currentIndex">
 
20
      <number>1</number>
 
21
     </property>
 
22
     <widget class="QWidget" name="tab">
 
23
      <attribute name="title">
 
24
       <string>Authentication</string>
 
25
      </attribute>
 
26
      <layout class="QVBoxLayout" name="verticalLayout_2">
 
27
       <item>
 
28
        <widget class="QGroupBox" name="groupBox">
 
29
         <property name="title">
 
30
          <string>Authentication Server</string>
 
31
         </property>
 
32
         <layout class="QGridLayout" name="gridLayout">
 
33
          <item row="0" column="0">
 
34
           <widget class="QLabel" name="hostnameLabel">
 
35
            <property name="text">
 
36
             <string>Hostname</string>
 
37
            </property>
 
38
           </widget>
 
39
          </item>
 
40
          <item row="0" column="1">
 
41
           <widget class="QLineEdit" name="hostname"/>
 
42
          </item>
 
43
          <item row="1" column="0">
 
44
           <widget class="QLabel" name="portLabel">
 
45
            <property name="text">
 
46
             <string>Port</string>
 
47
            </property>
 
48
           </widget>
 
49
          </item>
 
50
          <item row="1" column="1">
 
51
           <widget class="QLineEdit" name="port"/>
 
52
          </item>
 
53
         </layout>
 
54
        </widget>
 
55
       </item>
 
56
       <item>
 
57
        <spacer name="verticalSpacer">
 
58
         <property name="orientation">
 
59
          <enum>Qt::Vertical</enum>
 
60
         </property>
 
61
         <property name="sizeHint" stdset="0">
 
62
          <size>
 
63
           <width>20</width>
 
64
           <height>40</height>
 
65
          </size>
 
66
         </property>
 
67
        </spacer>
 
68
       </item>
 
69
      </layout>
 
70
     </widget>
 
71
     <widget class="QWidget" name="tab_2">
 
72
      <attribute name="title">
 
73
       <string>Certificates</string>
 
74
      </attribute>
 
75
      <layout class="QVBoxLayout" name="verticalLayout_3">
 
76
       <item>
 
77
        <widget class="QGroupBox" name="groupBox_2">
 
78
         <property name="title">
 
79
          <string>Certificate Authority</string>
 
80
         </property>
 
81
         <layout class="QGridLayout" name="gridLayout_2">
 
82
          <item row="2" column="0">
 
83
           <widget class="QLabel" name="ca_label">
 
84
            <property name="text">
 
85
             <string>Trusted Certificate Authority</string>
 
86
            </property>
 
87
           </widget>
 
88
          </item>
 
89
          <item row="0" column="0">
 
90
           <widget class="QCheckBox" name="cert_verify_remote">
 
91
            <property name="text">
 
92
             <string>Verify remote server certificate</string>
 
93
            </property>
 
94
            <property name="checked">
 
95
             <bool>true</bool>
 
96
            </property>
 
97
           </widget>
 
98
          </item>
 
99
          <item row="1" column="0">
 
100
           <widget class="QCheckBox" name="cert_check_fqdn">
 
101
            <property name="text">
 
102
             <string>Check remote FQDN</string>
 
103
            </property>
 
104
            <property name="checked">
 
105
             <bool>true</bool>
 
106
            </property>
 
107
           </widget>
 
108
          </item>
 
109
          <item row="2" column="1">
 
110
           <widget class="QLabel" name="ca_path">
 
111
            <property name="sizePolicy">
 
112
             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
113
              <horstretch>0</horstretch>
 
114
              <verstretch>0</verstretch>
 
115
             </sizepolicy>
 
116
            </property>
 
117
            <property name="text">
 
118
             <string/>
 
119
            </property>
 
120
           </widget>
 
121
          </item>
 
122
          <item row="2" column="2">
 
123
           <widget class="QPushButton" name="ca_open">
 
124
            <property name="text">
 
125
             <string>...</string>
 
126
            </property>
 
127
           </widget>
 
128
          </item>
 
129
          <item row="3" column="1">
 
130
           <widget class="QLabel" name="crl_path">
 
131
            <property name="text">
 
132
             <string/>
 
133
            </property>
 
134
           </widget>
 
135
          </item>
 
136
          <item row="3" column="2">
 
137
           <widget class="QPushButton" name="crl_open">
 
138
            <property name="text">
 
139
             <string>...</string>
 
140
            </property>
 
141
           </widget>
 
142
          </item>
 
143
          <item row="3" column="0">
 
144
           <widget class="QLabel" name="crl_label">
 
145
            <property name="text">
 
146
             <string>Certificate Revocation List (CRL)</string>
 
147
            </property>
 
148
           </widget>
 
149
          </item>
 
150
         </layout>
 
151
        </widget>
 
152
       </item>
 
153
       <item>
 
154
        <widget class="QGroupBox" name="groupBox_3">
 
155
         <property name="title">
 
156
          <string>Client Certificate</string>
 
157
         </property>
 
158
         <layout class="QGridLayout" name="gridLayout_3">
 
159
          <item row="0" column="0">
 
160
           <widget class="QCheckBox" name="cert_use_client_cert">
 
161
            <property name="text">
 
162
             <string>Send a client certificate</string>
 
163
            </property>
 
164
           </widget>
 
165
          </item>
 
166
          <item row="1" column="0">
 
167
           <widget class="QLabel" name="cert_label">
 
168
            <property name="text">
 
169
             <string>Client Certificate File</string>
 
170
            </property>
 
171
           </widget>
 
172
          </item>
 
173
          <item row="2" column="0">
 
174
           <widget class="QLabel" name="key_label">
 
175
            <property name="text">
 
176
             <string>Client Key File</string>
 
177
            </property>
 
178
           </widget>
 
179
          </item>
 
180
          <item row="3" column="0">
 
181
           <widget class="QCheckBox" name="cert_auth_by_cert">
 
182
            <property name="text">
 
183
             <string>Authenticate using certificate</string>
 
184
            </property>
 
185
           </widget>
 
186
          </item>
 
187
          <item row="1" column="1">
 
188
           <widget class="QLabel" name="cert_path">
 
189
            <property name="sizePolicy">
 
190
             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
191
              <horstretch>0</horstretch>
 
192
              <verstretch>0</verstretch>
 
193
             </sizepolicy>
 
194
            </property>
 
195
            <property name="text">
 
196
             <string/>
 
197
            </property>
 
198
           </widget>
 
199
          </item>
 
200
          <item row="1" column="2">
 
201
           <widget class="QPushButton" name="cert_open">
 
202
            <property name="text">
 
203
             <string>...</string>
 
204
            </property>
 
205
           </widget>
 
206
          </item>
 
207
          <item row="2" column="2">
 
208
           <widget class="QPushButton" name="key_open">
 
209
            <property name="text">
 
210
             <string>...</string>
 
211
            </property>
 
212
           </widget>
 
213
          </item>
 
214
          <item row="2" column="1">
 
215
           <widget class="QLabel" name="key_path">
 
216
            <property name="text">
 
217
             <string/>
 
218
            </property>
 
219
           </widget>
 
220
          </item>
 
221
         </layout>
 
222
        </widget>
 
223
       </item>
 
224
      </layout>
 
225
     </widget>
 
226
     <widget class="QWidget" name="tab_3">
 
227
      <attribute name="title">
 
228
       <string>Advanced</string>
 
229
      </attribute>
 
230
      <layout class="QVBoxLayout" name="verticalLayout_4">
 
231
       <item>
 
232
        <widget class="QGroupBox" name="groupBox_4">
 
233
         <property name="title">
 
234
          <string>Advanced options</string>
 
235
         </property>
 
236
         <layout class="QGridLayout" name="gridLayout_4">
 
237
          <item row="0" column="0">
 
238
           <widget class="QCheckBox" name="checkBox_6">
 
239
            <property name="text">
 
240
             <string>Load plugins</string>
 
241
            </property>
 
242
            <property name="checked">
 
243
             <bool>true</bool>
 
244
            </property>
 
245
           </widget>
 
246
          </item>
 
247
          <item row="1" column="0">
 
248
           <spacer name="verticalSpacer_2">
 
249
            <property name="orientation">
 
250
             <enum>Qt::Vertical</enum>
 
251
            </property>
 
252
            <property name="sizeHint" stdset="0">
 
253
             <size>
 
254
              <width>20</width>
 
255
              <height>40</height>
 
256
             </size>
 
257
            </property>
 
258
           </spacer>
 
259
          </item>
 
260
         </layout>
 
261
        </widget>
 
262
       </item>
 
263
      </layout>
 
264
     </widget>
 
265
    </widget>
 
266
   </item>
 
267
   <item>
 
268
    <widget class="QDialogButtonBox" name="buttonBox">
 
269
     <property name="standardButtons">
 
270
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
271
     </property>
 
272
    </widget>
 
273
   </item>
 
274
  </layout>
 
275
 </widget>
 
276
 <resources/>
 
277
 <connections>
 
278
  <connection>
 
279
   <sender>buttonBox</sender>
 
280
   <signal>accepted()</signal>
 
281
   <receiver>AppPreferences</receiver>
 
282
   <slot>accept()</slot>
 
283
   <hints>
 
284
    <hint type="sourcelabel">
 
285
     <x>384</x>
 
286
     <y>373</y>
 
287
    </hint>
 
288
    <hint type="destinationlabel">
 
289
     <x>367</x>
 
290
     <y>-16</y>
 
291
    </hint>
 
292
   </hints>
 
293
  </connection>
 
294
  <connection>
 
295
   <sender>buttonBox</sender>
 
296
   <signal>rejected()</signal>
 
297
   <receiver>AppPreferences</receiver>
 
298
   <slot>reject()</slot>
 
299
   <hints>
 
300
    <hint type="sourcelabel">
 
301
     <x>452</x>
 
302
     <y>376</y>
 
303
    </hint>
 
304
    <hint type="destinationlabel">
 
305
     <x>410</x>
 
306
     <y>-15</y>
 
307
    </hint>
 
308
   </hints>
 
309
  </connection>
 
310
 </connections>
 
311
</ui>