~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/tonewconnectionui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2010-09-27 10:06:11 UTC
  • mfrom: (1.2.11 upstream) (3.3.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100927100611-mx7828o8qomjdqgd
Tags: 2.1.3-1
* New Upstream version 2.1.3
* Bumped Standards-Version to 3.9.1, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>661</width>
10
 
    <height>579</height>
 
9
    <width>587</width>
 
10
    <height>592</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
15
15
  </property>
16
16
  <layout class="QGridLayout" name="gridLayout">
17
17
   <item row="0" column="0" colspan="2">
18
 
    <layout class="QVBoxLayout" name="verticalLayout">
19
 
     <item>
20
 
      <layout class="QHBoxLayout" name="horizontalLayout">
21
 
       <item>
22
 
        <widget class="QLabel" name="TextLabel2">
23
 
         <property name="sizePolicy">
24
 
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
25
 
           <horstretch>0</horstretch>
26
 
           <verstretch>0</verstretch>
27
 
          </sizepolicy>
28
 
         </property>
29
 
         <property name="toolTip">
30
 
          <string>A list of previous connections. Select to bring over to the right.</string>
31
 
         </property>
32
 
         <property name="text">
33
 
          <string>Previous &amp;connections</string>
34
 
         </property>
35
 
         <property name="wordWrap">
36
 
          <bool>false</bool>
37
 
         </property>
38
 
         <property name="buddy">
39
 
          <cstring>Previous</cstring>
40
 
         </property>
41
 
        </widget>
42
 
       </item>
43
 
       <item>
44
 
        <spacer name="horizontalSpacer">
 
18
    <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="2,1">
 
19
     <item>
 
20
      <layout class="QVBoxLayout" name="verticalLayout">
 
21
       <item>
 
22
        <layout class="QHBoxLayout" name="horizontalLayout">
 
23
         <item>
 
24
          <widget class="QLabel" name="TextLabel2">
 
25
           <property name="sizePolicy">
 
26
            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
27
             <horstretch>0</horstretch>
 
28
             <verstretch>0</verstretch>
 
29
            </sizepolicy>
 
30
           </property>
 
31
           <property name="toolTip">
 
32
            <string>A list of previous connections. Select to bring over to the right.</string>
 
33
           </property>
 
34
           <property name="text">
 
35
            <string>Previous &amp;connections</string>
 
36
           </property>
 
37
           <property name="wordWrap">
 
38
            <bool>false</bool>
 
39
           </property>
 
40
           <property name="buddy">
 
41
            <cstring>Previous</cstring>
 
42
           </property>
 
43
          </widget>
 
44
         </item>
 
45
         <item>
 
46
          <spacer name="horizontalSpacer">
 
47
           <property name="orientation">
 
48
            <enum>Qt::Horizontal</enum>
 
49
           </property>
 
50
           <property name="sizeHint" stdset="0">
 
51
            <size>
 
52
             <width>40</width>
 
53
             <height>20</height>
 
54
            </size>
 
55
           </property>
 
56
          </spacer>
 
57
         </item>
 
58
         <item>
 
59
          <widget class="QLabel" name="label">
 
60
           <property name="text">
 
61
            <string>Se&amp;arch:</string>
 
62
           </property>
 
63
           <property name="buddy">
 
64
            <cstring>searchEdit</cstring>
 
65
           </property>
 
66
          </widget>
 
67
         </item>
 
68
         <item>
 
69
          <widget class="QLineEdit" name="searchEdit"/>
 
70
         </item>
 
71
        </layout>
 
72
       </item>
 
73
       <item>
 
74
        <widget class="QTableView" name="Previous">
 
75
         <property name="sizePolicy">
 
76
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
 
77
           <horstretch>0</horstretch>
 
78
           <verstretch>0</verstretch>
 
79
          </sizepolicy>
 
80
         </property>
 
81
         <property name="editTriggers">
 
82
          <set>QAbstractItemView::NoEditTriggers</set>
 
83
         </property>
 
84
         <property name="dragDropOverwriteMode">
 
85
          <bool>false</bool>
 
86
         </property>
 
87
         <property name="dragDropMode">
 
88
          <enum>QAbstractItemView::NoDragDrop</enum>
 
89
         </property>
 
90
         <property name="alternatingRowColors">
 
91
          <bool>true</bool>
 
92
         </property>
 
93
         <property name="selectionMode">
 
94
          <enum>QAbstractItemView::SingleSelection</enum>
 
95
         </property>
 
96
         <property name="selectionBehavior">
 
97
          <enum>QAbstractItemView::SelectRows</enum>
 
98
         </property>
 
99
         <property name="showGrid">
 
100
          <bool>false</bool>
 
101
         </property>
 
102
         <property name="sortingEnabled">
 
103
          <bool>true</bool>
 
104
         </property>
 
105
        </widget>
 
106
       </item>
 
107
      </layout>
 
108
     </item>
 
109
     <item>
 
110
      <layout class="QVBoxLayout" name="verticalLayout_3">
 
111
       <item>
 
112
        <widget class="QLabel" name="ProviderLabel">
 
113
         <property name="sizePolicy">
 
114
          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
115
           <horstretch>0</horstretch>
 
116
           <verstretch>0</verstretch>
 
117
          </sizepolicy>
 
118
         </property>
 
119
         <property name="text">
 
120
          <string>Connection pro&amp;vider</string>
 
121
         </property>
 
122
         <property name="wordWrap">
 
123
          <bool>false</bool>
 
124
         </property>
 
125
         <property name="buddy">
 
126
          <cstring>Provider</cstring>
 
127
         </property>
 
128
        </widget>
 
129
       </item>
 
130
       <item>
 
131
        <widget class="QComboBox" name="Provider">
 
132
         <property name="sizePolicy">
 
133
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
134
           <horstretch>0</horstretch>
 
135
           <verstretch>0</verstretch>
 
136
          </sizepolicy>
 
137
         </property>
 
138
        </widget>
 
139
       </item>
 
140
       <item>
 
141
        <widget class="QLabel" name="UsernameLabel">
 
142
         <property name="sizePolicy">
 
143
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
144
           <horstretch>0</horstretch>
 
145
           <verstretch>0</verstretch>
 
146
          </sizepolicy>
 
147
         </property>
 
148
         <property name="toolTip">
 
149
          <string>Username to connect with</string>
 
150
         </property>
 
151
         <property name="text">
 
152
          <string>&amp;Username</string>
 
153
         </property>
 
154
         <property name="wordWrap">
 
155
          <bool>false</bool>
 
156
         </property>
 
157
         <property name="buddy">
 
158
          <cstring>Username</cstring>
 
159
         </property>
 
160
        </widget>
 
161
       </item>
 
162
       <item>
 
163
        <widget class="QLineEdit" name="Username">
 
164
         <property name="sizePolicy">
 
165
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
166
           <horstretch>0</horstretch>
 
167
           <verstretch>0</verstretch>
 
168
          </sizepolicy>
 
169
         </property>
 
170
         <property name="minimumSize">
 
171
          <size>
 
172
           <width>200</width>
 
173
           <height>0</height>
 
174
          </size>
 
175
         </property>
 
176
        </widget>
 
177
       </item>
 
178
       <item>
 
179
        <widget class="QLabel" name="PasswordLabel">
 
180
         <property name="sizePolicy">
 
181
          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
182
           <horstretch>0</horstretch>
 
183
           <verstretch>0</verstretch>
 
184
          </sizepolicy>
 
185
         </property>
 
186
         <property name="toolTip">
 
187
          <string>Password to connect with.</string>
 
188
         </property>
 
189
         <property name="text">
 
190
          <string>&amp;Password</string>
 
191
         </property>
 
192
         <property name="wordWrap">
 
193
          <bool>false</bool>
 
194
         </property>
 
195
         <property name="buddy">
 
196
          <cstring>Password</cstring>
 
197
         </property>
 
198
        </widget>
 
199
       </item>
 
200
       <item>
 
201
        <widget class="QLineEdit" name="Password">
 
202
         <property name="sizePolicy">
 
203
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
204
           <horstretch>0</horstretch>
 
205
           <verstretch>0</verstretch>
 
206
          </sizepolicy>
 
207
         </property>
 
208
         <property name="echoMode">
 
209
          <enum>QLineEdit::Password</enum>
 
210
         </property>
 
211
        </widget>
 
212
       </item>
 
213
       <item>
 
214
        <widget class="QLabel" name="HostLabel">
 
215
         <property name="sizePolicy">
 
216
          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
217
           <horstretch>0</horstretch>
 
218
           <verstretch>0</verstretch>
 
219
          </sizepolicy>
 
220
         </property>
 
221
         <property name="toolTip">
 
222
          <string>Select the database ID to connect to.</string>
 
223
         </property>
 
224
         <property name="text">
 
225
          <string>&amp;Host</string>
 
226
         </property>
 
227
         <property name="wordWrap">
 
228
          <bool>false</bool>
 
229
         </property>
 
230
         <property name="buddy">
 
231
          <cstring>Host</cstring>
 
232
         </property>
 
233
        </widget>
 
234
       </item>
 
235
       <item>
 
236
        <widget class="QComboBox" name="Host">
 
237
         <property name="minimumSize">
 
238
          <size>
 
239
           <width>200</width>
 
240
           <height>0</height>
 
241
          </size>
 
242
         </property>
 
243
         <property name="editable">
 
244
          <bool>true</bool>
 
245
         </property>
 
246
         <property name="autoCompletion">
 
247
          <bool>true</bool>
 
248
         </property>
 
249
         <property name="duplicatesEnabled">
 
250
          <bool>false</bool>
 
251
         </property>
 
252
        </widget>
 
253
       </item>
 
254
       <item>
 
255
        <layout class="QHBoxLayout">
 
256
         <property name="spacing">
 
257
          <number>0</number>
 
258
         </property>
 
259
         <item>
 
260
          <widget class="QLabel" name="PortLabel">
 
261
           <property name="toolTip">
 
262
            <string>Select the database ID to connect to.</string>
 
263
           </property>
 
264
           <property name="text">
 
265
            <string>P&amp;ort</string>
 
266
           </property>
 
267
           <property name="wordWrap">
 
268
            <bool>false</bool>
 
269
           </property>
 
270
           <property name="buddy">
 
271
            <cstring>Port</cstring>
 
272
           </property>
 
273
          </widget>
 
274
         </item>
 
275
         <item>
 
276
          <widget class="QSpinBox" name="Port">
 
277
           <property name="sizePolicy">
 
278
            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
279
             <horstretch>0</horstretch>
 
280
             <verstretch>0</verstretch>
 
281
            </sizepolicy>
 
282
           </property>
 
283
           <property name="maximum">
 
284
            <number>65535</number>
 
285
           </property>
 
286
          </widget>
 
287
         </item>
 
288
        </layout>
 
289
       </item>
 
290
       <item>
 
291
        <widget class="QLabel" name="SchemaLabel">
 
292
         <property name="sizePolicy">
 
293
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
294
           <horstretch>0</horstretch>
 
295
           <verstretch>0</verstretch>
 
296
          </sizepolicy>
 
297
         </property>
 
298
         <property name="toolTip">
 
299
          <string>Schema to switch to</string>
 
300
         </property>
 
301
         <property name="text">
 
302
          <string>&amp;Schema</string>
 
303
         </property>
 
304
         <property name="wordWrap">
 
305
          <bool>false</bool>
 
306
         </property>
 
307
         <property name="buddy">
 
308
          <cstring>Schema</cstring>
 
309
         </property>
 
310
        </widget>
 
311
       </item>
 
312
       <item>
 
313
        <widget class="QLineEdit" name="Schema">
 
314
         <property name="sizePolicy">
 
315
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
316
           <horstretch>0</horstretch>
 
317
           <verstretch>0</verstretch>
 
318
          </sizepolicy>
 
319
         </property>
 
320
         <property name="minimumSize">
 
321
          <size>
 
322
           <width>200</width>
 
323
           <height>0</height>
 
324
          </size>
 
325
         </property>
 
326
        </widget>
 
327
       </item>
 
328
       <item>
 
329
        <widget class="QLabel" name="TextLabel3">
 
330
         <property name="toolTip">
 
331
          <string>Select the database ID to connect to.</string>
 
332
         </property>
 
333
         <property name="text">
 
334
          <string>&amp;Database</string>
 
335
         </property>
 
336
         <property name="wordWrap">
 
337
          <bool>false</bool>
 
338
         </property>
 
339
         <property name="textInteractionFlags">
 
340
          <set>Qt::NoTextInteraction</set>
 
341
         </property>
 
342
         <property name="buddy">
 
343
          <cstring>Database</cstring>
 
344
         </property>
 
345
        </widget>
 
346
       </item>
 
347
       <item>
 
348
        <widget class="QComboBox" name="Database">
 
349
         <property name="sizePolicy">
 
350
          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
351
           <horstretch>0</horstretch>
 
352
           <verstretch>0</verstretch>
 
353
          </sizepolicy>
 
354
         </property>
 
355
         <property name="minimumSize">
 
356
          <size>
 
357
           <width>200</width>
 
358
           <height>0</height>
 
359
          </size>
 
360
         </property>
 
361
         <property name="editable">
 
362
          <bool>true</bool>
 
363
         </property>
 
364
         <property name="autoCompletion">
 
365
          <bool>true</bool>
 
366
         </property>
 
367
         <property name="duplicatesEnabled">
 
368
          <bool>false</bool>
 
369
         </property>
 
370
        </widget>
 
371
       </item>
 
372
       <item>
 
373
        <widget class="QGroupBox" name="OptionGroup">
 
374
         <property name="focusPolicy">
 
375
          <enum>Qt::NoFocus</enum>
 
376
         </property>
 
377
         <property name="title">
 
378
          <string>Options</string>
 
379
         </property>
 
380
         <layout class="QVBoxLayout">
 
381
          <property name="spacing">
 
382
           <number>3</number>
 
383
          </property>
 
384
          <property name="leftMargin">
 
385
           <number>6</number>
 
386
          </property>
 
387
          <property name="topMargin">
 
388
           <number>0</number>
 
389
          </property>
 
390
          <property name="rightMargin">
 
391
           <number>0</number>
 
392
          </property>
 
393
          <property name="bottomMargin">
 
394
           <number>0</number>
 
395
          </property>
 
396
          <item>
 
397
           <widget class="QCheckBox" name="SqlNet">
 
398
            <property name="text">
 
399
             <string>SQL*&amp;Net</string>
 
400
            </property>
 
401
            <property name="checked">
 
402
             <bool>true</bool>
 
403
            </property>
 
404
           </widget>
 
405
          </item>
 
406
          <item>
 
407
           <widget class="QCheckBox" name="SysDba">
 
408
            <property name="text">
 
409
             <string>S&amp;YSDBA</string>
 
410
            </property>
 
411
           </widget>
 
412
          </item>
 
413
          <item>
 
414
           <widget class="QCheckBox" name="SysOper">
 
415
            <property name="text">
 
416
             <string>SYSOP&amp;ER</string>
 
417
            </property>
 
418
           </widget>
 
419
          </item>
 
420
         </layout>
 
421
        </widget>
 
422
       </item>
 
423
       <item>
 
424
        <widget class="QLabel" name="label_2">
 
425
         <property name="text">
 
426
          <string>Color Session Identifier</string>
 
427
         </property>
 
428
        </widget>
 
429
       </item>
 
430
       <item>
 
431
        <widget class="QComboBox" name="colorComboBox"/>
 
432
       </item>
 
433
       <item>
 
434
        <widget class="Line" name="line_2">
45
435
         <property name="orientation">
46
436
          <enum>Qt::Horizontal</enum>
47
437
         </property>
 
438
        </widget>
 
439
       </item>
 
440
       <item>
 
441
        <layout class="QHBoxLayout" name="horizontalLayout_3">
 
442
         <item>
 
443
          <spacer name="horizontalSpacer_3">
 
444
           <property name="orientation">
 
445
            <enum>Qt::Horizontal</enum>
 
446
           </property>
 
447
           <property name="sizeHint" stdset="0">
 
448
            <size>
 
449
             <width>40</width>
 
450
             <height>20</height>
 
451
            </size>
 
452
           </property>
 
453
          </spacer>
 
454
         </item>
 
455
         <item>
 
456
          <widget class="QPushButton" name="testConnectionButton">
 
457
           <property name="text">
 
458
            <string>Test...</string>
 
459
           </property>
 
460
          </widget>
 
461
         </item>
 
462
        </layout>
 
463
       </item>
 
464
       <item>
 
465
        <spacer>
 
466
         <property name="orientation">
 
467
          <enum>Qt::Vertical</enum>
 
468
         </property>
48
469
         <property name="sizeHint" stdset="0">
49
470
          <size>
50
 
           <width>40</width>
51
 
           <height>20</height>
 
471
           <width>20</width>
 
472
           <height>28</height>
52
473
          </size>
53
474
         </property>
54
475
        </spacer>
55
476
       </item>
56
 
       <item>
57
 
        <widget class="QLabel" name="label">
58
 
         <property name="text">
59
 
          <string>Se&amp;arch:</string>
60
 
         </property>
61
 
         <property name="buddy">
62
 
          <cstring>searchEdit</cstring>
63
 
         </property>
64
 
        </widget>
65
 
       </item>
66
 
       <item>
67
 
        <widget class="QLineEdit" name="searchEdit"/>
68
 
       </item>
69
 
      </layout>
70
 
     </item>
71
 
     <item>
72
 
      <widget class="QTableView" name="Previous">
73
 
       <property name="editTriggers">
74
 
        <set>QAbstractItemView::NoEditTriggers</set>
75
 
       </property>
76
 
       <property name="dragDropOverwriteMode">
77
 
        <bool>false</bool>
78
 
       </property>
79
 
       <property name="dragDropMode">
80
 
        <enum>QAbstractItemView::NoDragDrop</enum>
81
 
       </property>
82
 
       <property name="alternatingRowColors">
83
 
        <bool>true</bool>
84
 
       </property>
85
 
       <property name="selectionMode">
86
 
        <enum>QAbstractItemView::SingleSelection</enum>
87
 
       </property>
88
 
       <property name="selectionBehavior">
89
 
        <enum>QAbstractItemView::SelectRows</enum>
90
 
       </property>
91
 
       <property name="showGrid">
92
 
        <bool>false</bool>
93
 
       </property>
94
 
       <property name="sortingEnabled">
95
 
        <bool>true</bool>
96
 
       </property>
97
 
      </widget>
98
 
     </item>
99
 
    </layout>
100
 
   </item>
101
 
   <item row="0" column="2">
102
 
    <layout class="QVBoxLayout">
103
 
     <property name="spacing">
104
 
      <number>2</number>
105
 
     </property>
106
 
     <item>
107
 
      <widget class="QLabel" name="ProviderLabel">
108
 
       <property name="sizePolicy">
109
 
        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
110
 
         <horstretch>0</horstretch>
111
 
         <verstretch>0</verstretch>
112
 
        </sizepolicy>
113
 
       </property>
114
 
       <property name="text">
115
 
        <string>Connection pro&amp;vider</string>
116
 
       </property>
117
 
       <property name="wordWrap">
118
 
        <bool>false</bool>
119
 
       </property>
120
 
       <property name="buddy">
121
 
        <cstring>Provider</cstring>
122
 
       </property>
123
 
      </widget>
124
 
     </item>
125
 
     <item>
126
 
      <widget class="QComboBox" name="Provider">
127
 
       <property name="sizePolicy">
128
 
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
129
 
         <horstretch>0</horstretch>
130
 
         <verstretch>0</verstretch>
131
 
        </sizepolicy>
132
 
       </property>
133
 
      </widget>
134
 
     </item>
135
 
     <item>
136
 
      <widget class="QLabel" name="UsernameLabel">
137
 
       <property name="sizePolicy">
138
 
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
139
 
         <horstretch>0</horstretch>
140
 
         <verstretch>0</verstretch>
141
 
        </sizepolicy>
142
 
       </property>
143
 
       <property name="toolTip">
144
 
        <string>Username to connect with</string>
145
 
       </property>
146
 
       <property name="text">
147
 
        <string>&amp;Username</string>
148
 
       </property>
149
 
       <property name="wordWrap">
150
 
        <bool>false</bool>
151
 
       </property>
152
 
       <property name="buddy">
153
 
        <cstring>Username</cstring>
154
 
       </property>
155
 
      </widget>
156
 
     </item>
157
 
     <item>
158
 
      <widget class="QLineEdit" name="Username">
159
 
       <property name="sizePolicy">
160
 
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
161
 
         <horstretch>0</horstretch>
162
 
         <verstretch>0</verstretch>
163
 
        </sizepolicy>
164
 
       </property>
165
 
       <property name="minimumSize">
166
 
        <size>
167
 
         <width>200</width>
168
 
         <height>0</height>
169
 
        </size>
170
 
       </property>
171
 
      </widget>
172
 
     </item>
173
 
     <item>
174
 
      <widget class="QLabel" name="PasswordLabel">
175
 
       <property name="sizePolicy">
176
 
        <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
177
 
         <horstretch>0</horstretch>
178
 
         <verstretch>0</verstretch>
179
 
        </sizepolicy>
180
 
       </property>
181
 
       <property name="toolTip">
182
 
        <string>Password to connect with.</string>
183
 
       </property>
184
 
       <property name="text">
185
 
        <string>&amp;Password</string>
186
 
       </property>
187
 
       <property name="wordWrap">
188
 
        <bool>false</bool>
189
 
       </property>
190
 
       <property name="buddy">
191
 
        <cstring>Password</cstring>
192
 
       </property>
193
 
      </widget>
194
 
     </item>
195
 
     <item>
196
 
      <widget class="QLineEdit" name="Password">
197
 
       <property name="sizePolicy">
198
 
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
199
 
         <horstretch>0</horstretch>
200
 
         <verstretch>0</verstretch>
201
 
        </sizepolicy>
202
 
       </property>
203
 
       <property name="echoMode">
204
 
        <enum>QLineEdit::Password</enum>
205
 
       </property>
206
 
      </widget>
207
 
     </item>
208
 
     <item>
209
 
      <widget class="QLabel" name="HostLabel">
210
 
       <property name="sizePolicy">
211
 
        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
212
 
         <horstretch>0</horstretch>
213
 
         <verstretch>0</verstretch>
214
 
        </sizepolicy>
215
 
       </property>
216
 
       <property name="toolTip">
217
 
        <string>Select the database ID to connect to.</string>
218
 
       </property>
219
 
       <property name="text">
220
 
        <string>&amp;Host</string>
221
 
       </property>
222
 
       <property name="wordWrap">
223
 
        <bool>false</bool>
224
 
       </property>
225
 
       <property name="buddy">
226
 
        <cstring>Host</cstring>
227
 
       </property>
228
 
      </widget>
229
 
     </item>
230
 
     <item>
231
 
      <widget class="QComboBox" name="Host">
232
 
       <property name="sizePolicy">
233
 
        <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
234
 
         <horstretch>0</horstretch>
235
 
         <verstretch>0</verstretch>
236
 
        </sizepolicy>
237
 
       </property>
238
 
       <property name="minimumSize">
239
 
        <size>
240
 
         <width>200</width>
241
 
         <height>0</height>
242
 
        </size>
243
 
       </property>
244
 
       <property name="editable">
245
 
        <bool>true</bool>
246
 
       </property>
247
 
       <property name="autoCompletion">
248
 
        <bool>true</bool>
249
 
       </property>
250
 
       <property name="duplicatesEnabled">
251
 
        <bool>false</bool>
252
 
       </property>
253
 
      </widget>
254
 
     </item>
255
 
     <item>
256
 
      <widget class="QLabel" name="SchemaLabel">
257
 
       <property name="sizePolicy">
258
 
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
259
 
         <horstretch>0</horstretch>
260
 
         <verstretch>0</verstretch>
261
 
        </sizepolicy>
262
 
       </property>
263
 
       <property name="toolTip">
264
 
        <string>Schema to switch to</string>
265
 
       </property>
266
 
       <property name="text">
267
 
        <string>&amp;Schema</string>
268
 
       </property>
269
 
       <property name="wordWrap">
270
 
        <bool>false</bool>
271
 
       </property>
272
 
       <property name="buddy">
273
 
        <cstring>Schema</cstring>
274
 
       </property>
275
 
      </widget>
276
 
     </item>
277
 
     <item>
278
 
      <widget class="QLineEdit" name="Schema">
279
 
       <property name="sizePolicy">
280
 
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
281
 
         <horstretch>0</horstretch>
282
 
         <verstretch>0</verstretch>
283
 
        </sizepolicy>
284
 
       </property>
285
 
       <property name="minimumSize">
286
 
        <size>
287
 
         <width>200</width>
288
 
         <height>0</height>
289
 
        </size>
290
 
       </property>
291
 
      </widget>
292
 
     </item>
293
 
     <item>
294
 
      <layout class="QHBoxLayout">
295
 
       <property name="spacing">
296
 
        <number>0</number>
297
 
       </property>
298
 
       <item>
299
 
        <widget class="QLabel" name="PortLabel">
300
 
         <property name="toolTip">
301
 
          <string>Select the database ID to connect to.</string>
302
 
         </property>
303
 
         <property name="text">
304
 
          <string>P&amp;ort</string>
305
 
         </property>
306
 
         <property name="wordWrap">
307
 
          <bool>false</bool>
308
 
         </property>
309
 
         <property name="buddy">
310
 
          <cstring>Port</cstring>
311
 
         </property>
312
 
        </widget>
313
 
       </item>
314
 
       <item>
315
 
        <widget class="QSpinBox" name="Port">
316
 
         <property name="maximum">
317
 
          <number>65535</number>
318
 
         </property>
319
 
        </widget>
320
 
       </item>
321
 
      </layout>
322
 
     </item>
323
 
     <item>
324
 
      <widget class="QLabel" name="TextLabel3">
325
 
       <property name="toolTip">
326
 
        <string>Select the database ID to connect to.</string>
327
 
       </property>
328
 
       <property name="text">
329
 
        <string>&amp;Database</string>
330
 
       </property>
331
 
       <property name="wordWrap">
332
 
        <bool>false</bool>
333
 
       </property>
334
 
       <property name="textInteractionFlags">
335
 
        <set>Qt::NoTextInteraction</set>
336
 
       </property>
337
 
       <property name="buddy">
338
 
        <cstring>Database</cstring>
339
 
       </property>
340
 
      </widget>
341
 
     </item>
342
 
     <item>
343
 
      <widget class="QComboBox" name="Database">
344
 
       <property name="sizePolicy">
345
 
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
346
 
         <horstretch>0</horstretch>
347
 
         <verstretch>0</verstretch>
348
 
        </sizepolicy>
349
 
       </property>
350
 
       <property name="minimumSize">
351
 
        <size>
352
 
         <width>200</width>
353
 
         <height>0</height>
354
 
        </size>
355
 
       </property>
356
 
       <property name="editable">
357
 
        <bool>true</bool>
358
 
       </property>
359
 
       <property name="autoCompletion">
360
 
        <bool>true</bool>
361
 
       </property>
362
 
       <property name="duplicatesEnabled">
363
 
        <bool>false</bool>
364
 
       </property>
365
 
      </widget>
366
 
     </item>
367
 
     <item>
368
 
      <widget class="QGroupBox" name="OptionGroup">
369
 
       <property name="focusPolicy">
370
 
        <enum>Qt::NoFocus</enum>
371
 
       </property>
372
 
       <property name="title">
373
 
        <string>Options</string>
374
 
       </property>
375
 
       <layout class="QVBoxLayout">
376
 
        <property name="spacing">
377
 
         <number>3</number>
378
 
        </property>
379
 
        <property name="leftMargin">
380
 
         <number>6</number>
381
 
        </property>
382
 
        <property name="topMargin">
383
 
         <number>0</number>
384
 
        </property>
385
 
        <property name="rightMargin">
386
 
         <number>0</number>
387
 
        </property>
388
 
        <property name="bottomMargin">
389
 
         <number>0</number>
390
 
        </property>
391
 
        <item>
392
 
         <widget class="QCheckBox" name="SqlNet">
393
 
          <property name="text">
394
 
           <string>SQL*&amp;Net</string>
395
 
          </property>
396
 
          <property name="checked">
397
 
           <bool>true</bool>
398
 
          </property>
399
 
         </widget>
400
 
        </item>
401
 
        <item>
402
 
         <widget class="QCheckBox" name="SysDba">
403
 
          <property name="text">
404
 
           <string>S&amp;YSDBA</string>
405
 
          </property>
406
 
         </widget>
407
 
        </item>
408
 
        <item>
409
 
         <widget class="QCheckBox" name="SysOper">
410
 
          <property name="text">
411
 
           <string>SYSOP&amp;ER</string>
412
 
          </property>
413
 
         </widget>
414
 
        </item>
415
 
       </layout>
416
 
      </widget>
417
 
     </item>
418
 
     <item>
419
 
      <widget class="QLabel" name="label_2">
420
 
       <property name="text">
421
 
        <string>Color Session Identifier</string>
422
 
       </property>
423
 
      </widget>
424
 
     </item>
425
 
     <item>
426
 
      <widget class="QComboBox" name="colorComboBox"/>
427
 
     </item>
428
 
     <item>
429
 
      <spacer>
430
 
       <property name="orientation">
431
 
        <enum>Qt::Vertical</enum>
432
 
       </property>
433
 
       <property name="sizeHint" stdset="0">
434
 
        <size>
435
 
         <width>20</width>
436
 
         <height>40</height>
437
 
        </size>
438
 
       </property>
439
 
      </spacer>
 
477
      </layout>
440
478
     </item>
441
479
    </layout>
442
480
   </item>
447
485
     </property>
448
486
    </widget>
449
487
   </item>
450
 
   <item row="1" column="1" colspan="2">
 
488
   <item row="1" column="1">
451
489
    <widget class="QDialogButtonBox" name="ButtonBox">
452
490
     <property name="orientation">
453
491
      <enum>Qt::Horizontal</enum>
484
522
   <slot>accept()</slot>
485
523
   <hints>
486
524
    <hint type="sourcelabel">
487
 
     <x>295</x>
488
 
     <y>432</y>
 
525
     <x>479</x>
 
526
     <y>587</y>
489
527
    </hint>
490
528
    <hint type="destinationlabel">
491
529
     <x>295</x>
500
538
   <slot>reject()</slot>
501
539
   <hints>
502
540
    <hint type="sourcelabel">
503
 
     <x>295</x>
504
 
     <y>432</y>
 
541
     <x>479</x>
 
542
     <y>587</y>
505
543
    </hint>
506
544
    <hint type="destinationlabel">
507
545
     <x>295</x>