Subversion Repositories public

Rev

Rev 283 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
283 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>wmsCapabilitiesWidgetBase</class>
4
 <widget class="QDialog" name="wmsCapabilitiesWidgetBase">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
285 andreas 9
    <width>941</width>
10
    <height>579</height>
283 andreas 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Capabilities</string>
15
  </property>
16
  <property name="locale">
17
   <locale language="English" country="UnitedStates"/>
18
  </property>
19
  <layout class="QGridLayout" name="gridLayout_2">
285 andreas 20
   <item row="0" column="0">
21
    <widget class="QGroupBox" name="groupBox_4">
283 andreas 22
     <property name="title">
285 andreas 23
      <string>Service</string>
283 andreas 24
     </property>
285 andreas 25
     <layout class="QGridLayout" name="gridLayout_5">
283 andreas 26
      <item row="0" column="0">
285 andreas 27
       <widget class="QLabel" name="label_12">
283 andreas 28
        <property name="text">
285 andreas 29
         <string>Name</string>
283 andreas 30
        </property>
31
       </widget>
32
      </item>
33
      <item row="0" column="2">
285 andreas 34
       <widget class="KLineEdit" name="edName">
283 andreas 35
        <property name="readOnly">
36
         <bool>true</bool>
37
        </property>
38
       </widget>
39
      </item>
285 andreas 40
      <item row="1" column="1" colspan="2">
41
       <widget class="KLineEdit" name="edTitle">
42
        <property name="readOnly">
43
         <bool>true</bool>
44
        </property>
45
       </widget>
46
      </item>
47
      <item row="2" column="0">
48
       <widget class="QLabel" name="label_14">
49
        <property name="text">
50
         <string>Abstract</string>
51
        </property>
52
        <property name="alignment">
53
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
54
        </property>
55
       </widget>
56
      </item>
57
      <item row="2" column="1" colspan="2">
58
       <widget class="KTextEdit" name="txAbstract">
59
        <property name="textInteractionFlags">
60
         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
61
        </property>
62
       </widget>
63
      </item>
283 andreas 64
      <item row="1" column="0">
285 andreas 65
       <widget class="QLabel" name="label_13">
283 andreas 66
        <property name="text">
285 andreas 67
         <string>Title</string>
283 andreas 68
        </property>
69
       </widget>
70
      </item>
285 andreas 71
      <item row="3" column="0">
72
       <widget class="QLabel" name="label_15">
73
        <property name="text">
74
         <string>Online ressource</string>
75
        </property>
76
       </widget>
77
      </item>
78
      <item row="3" column="1" colspan="2">
79
       <widget class="KLineEdit" name="edOnline">
283 andreas 80
        <property name="readOnly">
81
         <bool>true</bool>
82
        </property>
83
       </widget>
84
      </item>
285 andreas 85
     </layout>
86
    </widget>
87
   </item>
88
   <item row="0" column="1" rowspan="2" colspan="2">
89
    <widget class="Line" name="line">
90
     <property name="orientation">
91
      <enum>Qt::Vertical</enum>
92
     </property>
93
    </widget>
94
   </item>
95
   <item row="0" column="3">
96
    <widget class="QGroupBox" name="groupBox">
97
     <property name="title">
98
      <string>Contact person primary</string>
99
     </property>
100
     <layout class="QGridLayout" name="gridLayout">
101
      <item row="0" column="0">
102
       <widget class="QLabel" name="label">
103
        <property name="text">
104
         <string>Contact person</string>
105
        </property>
106
       </widget>
107
      </item>
108
      <item row="0" column="1">
109
       <widget class="KLineEdit" name="edPerson">
110
        <property name="acceptDrops">
111
         <bool>false</bool>
112
        </property>
283 andreas 113
        <property name="readOnly">
114
         <bool>true</bool>
115
        </property>
116
       </widget>
117
      </item>
285 andreas 118
      <item row="1" column="0">
119
       <widget class="QLabel" name="label_2">
120
        <property name="text">
121
         <string>Contact organisation</string>
122
        </property>
123
       </widget>
124
      </item>
125
      <item row="1" column="1">
126
       <widget class="KLineEdit" name="edOrg">
127
        <property name="readOnly">
128
         <bool>true</bool>
129
        </property>
130
       </widget>
131
      </item>
283 andreas 132
      <item row="2" column="0">
285 andreas 133
       <widget class="QLabel" name="label_3">
283 andreas 134
        <property name="text">
285 andreas 135
         <string>Voice telephone</string>
283 andreas 136
        </property>
137
       </widget>
138
      </item>
285 andreas 139
      <item row="2" column="1">
140
       <widget class="KLineEdit" name="edPhone">
141
        <property name="readOnly">
142
         <bool>true</bool>
143
        </property>
144
       </widget>
145
      </item>
146
      <item row="3" column="0">
147
       <widget class="QLabel" name="label_4">
148
        <property name="text">
149
         <string>Facsimile telephone</string>
150
        </property>
151
       </widget>
152
      </item>
153
      <item row="3" column="1">
154
       <widget class="KLineEdit" name="edFax">
155
        <property name="readOnly">
156
         <bool>true</bool>
157
        </property>
158
       </widget>
159
      </item>
160
      <item row="4" column="0">
161
       <widget class="QLabel" name="label_5">
162
        <property name="text">
163
         <string>Electronic mail address</string>
164
        </property>
165
       </widget>
166
      </item>
167
      <item row="4" column="1">
168
       <widget class="KLineEdit" name="edMail">
169
        <property name="readOnly">
170
         <bool>true</bool>
171
        </property>
172
       </widget>
173
      </item>
174
      <item row="5" column="0">
175
       <widget class="QLabel" name="label_16">
176
        <property name="text">
177
         <string>Address</string>
178
        </property>
179
       </widget>
180
      </item>
181
      <item row="6" column="0">
182
       <widget class="QLabel" name="label_17">
183
        <property name="text">
184
         <string>City</string>
185
        </property>
186
       </widget>
187
      </item>
188
      <item row="7" column="0">
189
       <widget class="QLabel" name="label_18">
190
        <property name="text">
191
         <string>State or province</string>
192
        </property>
193
       </widget>
194
      </item>
195
      <item row="8" column="0">
196
       <widget class="QLabel" name="label_19">
197
        <property name="text">
198
         <string>Post code</string>
199
        </property>
200
       </widget>
201
      </item>
202
      <item row="9" column="0">
203
       <widget class="QLabel" name="label_20">
204
        <property name="text">
205
         <string>Country</string>
206
        </property>
207
       </widget>
208
      </item>
209
      <item row="5" column="1">
210
       <widget class="KLineEdit" name="edAddress">
211
        <property name="readOnly">
212
         <bool>true</bool>
213
        </property>
214
       </widget>
215
      </item>
216
      <item row="6" column="1">
217
       <widget class="KLineEdit" name="edCity">
218
        <property name="readOnly">
219
         <bool>true</bool>
220
        </property>
221
       </widget>
222
      </item>
223
      <item row="7" column="1">
224
       <widget class="KLineEdit" name="edState">
225
        <property name="readOnly">
226
         <bool>true</bool>
227
        </property>
228
       </widget>
229
      </item>
230
      <item row="8" column="1">
231
       <widget class="KLineEdit" name="edPostCode">
232
        <property name="readOnly">
233
         <bool>true</bool>
234
        </property>
235
       </widget>
236
      </item>
237
      <item row="9" column="1">
238
       <widget class="KLineEdit" name="edCountry">
239
        <property name="readOnly">
240
         <bool>true</bool>
241
        </property>
242
       </widget>
243
      </item>
283 andreas 244
     </layout>
245
    </widget>
246
   </item>
285 andreas 247
   <item row="1" column="0">
283 andreas 248
    <widget class="QGroupBox" name="groupBox_3">
249
     <property name="title">
250
      <string>Get map</string>
251
     </property>
252
     <layout class="QGridLayout" name="gridLayout_4">
253
      <item row="0" column="0">
254
       <widget class="QLabel" name="label_8">
255
        <property name="text">
256
         <string>Get</string>
257
        </property>
258
       </widget>
259
      </item>
260
      <item row="0" column="1" colspan="2">
261
       <widget class="KLineEdit" name="edMapGet">
262
        <property name="readOnly">
263
         <bool>true</bool>
264
        </property>
265
       </widget>
266
      </item>
267
      <item row="1" column="0">
268
       <widget class="QLabel" name="label_9">
269
        <property name="text">
270
         <string>Post</string>
271
        </property>
272
       </widget>
273
      </item>
274
      <item row="1" column="1" colspan="2">
275
       <widget class="KLineEdit" name="edMapPost">
276
        <property name="readOnly">
277
         <bool>true</bool>
278
        </property>
279
       </widget>
280
      </item>
281
      <item row="2" column="0">
282
       <widget class="QLabel" name="label_10">
283
        <property name="text">
284
         <string>Formats</string>
285
        </property>
286
       </widget>
287
      </item>
288
      <item row="2" column="1" rowspan="2">
289
       <widget class="KListWidget" name="liFormats">
290
        <property name="selectionMode">
291
         <enum>QAbstractItemView::NoSelection</enum>
292
        </property>
293
       </widget>
294
      </item>
295
      <item row="3" column="0">
296
       <spacer name="verticalSpacer">
297
        <property name="orientation">
298
         <enum>Qt::Vertical</enum>
299
        </property>
300
        <property name="sizeHint" stdset="0">
301
         <size>
302
          <width>20</width>
303
          <height>123</height>
304
         </size>
305
        </property>
306
       </spacer>
307
      </item>
308
     </layout>
309
    </widget>
310
   </item>
285 andreas 311
   <item row="1" column="3">
312
    <widget class="QGroupBox" name="groupBox_2">
283 andreas 313
     <property name="title">
285 andreas 314
      <string>Get capabilities</string>
283 andreas 315
     </property>
285 andreas 316
     <layout class="QGridLayout" name="gridLayout_3">
283 andreas 317
      <item row="0" column="0">
285 andreas 318
       <widget class="QLabel" name="label_6">
283 andreas 319
        <property name="text">
285 andreas 320
         <string>Get</string>
283 andreas 321
        </property>
322
       </widget>
323
      </item>
285 andreas 324
      <item row="0" column="2" colspan="2">
325
       <widget class="KLineEdit" name="edCapabilitiesGet">
283 andreas 326
        <property name="readOnly">
327
         <bool>true</bool>
328
        </property>
329
       </widget>
330
      </item>
331
      <item row="1" column="0">
285 andreas 332
       <widget class="QLabel" name="label_7">
283 andreas 333
        <property name="text">
285 andreas 334
         <string>Post</string>
283 andreas 335
        </property>
336
       </widget>
337
      </item>
285 andreas 338
      <item row="1" column="2" colspan="2">
339
       <widget class="KLineEdit" name="edCapabilitiesPost">
283 andreas 340
        <property name="readOnly">
341
         <bool>true</bool>
342
        </property>
343
       </widget>
344
      </item>
285 andreas 345
      <item row="2" column="2" colspan="2">
346
       <widget class="KLineEdit" name="edFormat">
283 andreas 347
        <property name="readOnly">
348
         <bool>true</bool>
349
        </property>
350
       </widget>
351
      </item>
285 andreas 352
      <item row="2" column="0">
353
       <widget class="QLabel" name="label_11">
283 andreas 354
        <property name="text">
285 andreas 355
         <string>Format</string>
283 andreas 356
        </property>
357
       </widget>
358
      </item>
285 andreas 359
      <item row="3" column="2">
360
       <widget class="KListWidget" name="liFeatures">
361
        <property name="selectionMode">
362
         <enum>QAbstractItemView::NoSelection</enum>
283 andreas 363
        </property>
364
       </widget>
365
      </item>
285 andreas 366
      <item row="3" column="0">
367
       <widget class="QLabel" name="label_21">
283 andreas 368
        <property name="text">
285 andreas 369
         <string>Features</string>
283 andreas 370
        </property>
285 andreas 371
        <property name="alignment">
372
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
283 andreas 373
        </property>
374
       </widget>
375
      </item>
285 andreas 376
      <item row="3" column="3">
377
       <widget class="KListWidget" name="liDate"/>
378
      </item>
283 andreas 379
     </layout>
380
    </widget>
381
   </item>
285 andreas 382
   <item row="5" column="0" colspan="2">
383
    <spacer name="horizontalSpacer_2">
384
     <property name="orientation">
385
      <enum>Qt::Horizontal</enum>
386
     </property>
387
     <property name="sizeHint" stdset="0">
388
      <size>
389
       <width>430</width>
390
       <height>22</height>
391
      </size>
392
     </property>
393
    </spacer>
394
   </item>
395
   <item row="5" column="3">
396
    <widget class="KPushButton" name="pbCancel">
397
     <property name="text">
398
      <string>Cancel</string>
399
     </property>
400
    </widget>
401
   </item>
283 andreas 402
  </layout>
403
 </widget>
404
 <customwidgets>
405
  <customwidget>
406
   <class>KListWidget</class>
407
   <extends>QListWidget</extends>
408
   <header>klistwidget.h</header>
409
  </customwidget>
410
  <customwidget>
411
   <class>KPushButton</class>
412
   <extends>QPushButton</extends>
413
   <header>kpushbutton.h</header>
414
  </customwidget>
415
  <customwidget>
416
   <class>KLineEdit</class>
417
   <extends>QLineEdit</extends>
418
   <header>klineedit.h</header>
419
  </customwidget>
285 andreas 420
  <customwidget>
421
   <class>KTextEdit</class>
422
   <extends>QTextEdit</extends>
423
   <header>ktextedit.h</header>
424
  </customwidget>
283 andreas 425
 </customwidgets>
426
 <tabstops>
285 andreas 427
  <tabstop>edName</tabstop>
428
  <tabstop>edTitle</tabstop>
429
  <tabstop>txAbstract</tabstop>
430
  <tabstop>edOnline</tabstop>
431
  <tabstop>edMapGet</tabstop>
432
  <tabstop>edMapPost</tabstop>
433
  <tabstop>liFormats</tabstop>
283 andreas 434
  <tabstop>edPerson</tabstop>
435
  <tabstop>edOrg</tabstop>
436
  <tabstop>edPhone</tabstop>
437
  <tabstop>edFax</tabstop>
438
  <tabstop>edMail</tabstop>
285 andreas 439
  <tabstop>edAddress</tabstop>
440
  <tabstop>edCity</tabstop>
441
  <tabstop>edState</tabstop>
442
  <tabstop>edPostCode</tabstop>
443
  <tabstop>edCountry</tabstop>
283 andreas 444
  <tabstop>edCapabilitiesGet</tabstop>
445
  <tabstop>edCapabilitiesPost</tabstop>
446
  <tabstop>edFormat</tabstop>
285 andreas 447
  <tabstop>liFeatures</tabstop>
448
  <tabstop>liDate</tabstop>
283 andreas 449
  <tabstop>pbCancel</tabstop>
450
 </tabstops>
451
 <resources/>
452
 <connections>
453
  <connection>
454
   <sender>pbCancel</sender>
455
   <signal>clicked()</signal>
456
   <receiver>wmsCapabilitiesWidgetBase</receiver>
457
   <slot>accept()</slot>
458
   <hints>
459
    <hint type="sourcelabel">
460
     <x>460</x>
461
     <y>587</y>
462
    </hint>
463
    <hint type="destinationlabel">
464
     <x>517</x>
465
     <y>566</y>
466
    </hint>
467
   </hints>
468
  </connection>
469
 </connections>
470
</ui>