~ubuntu-branches/ubuntu/maverick/datakiosk/maverick

« back to all changes in this revision

Viewing changes to src/datakiosk/src/connectioneditordialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-06-27 22:48:06 UTC
  • Revision ID: james.westby@ubuntu.com-20050627224806-8farkci1dc2onhbs
Tags: upstream-0.7
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>ConnectionEditorDialogBase</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>ConnectionEditorDialogBase</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>343</width>
 
12
            <height>334</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="sizePolicy">
 
16
        <sizepolicy>
 
17
            <hsizetype>1</hsizetype>
 
18
            <vsizetype>1</vsizetype>
 
19
            <horstretch>0</horstretch>
 
20
            <verstretch>0</verstretch>
 
21
        </sizepolicy>
 
22
    </property>
 
23
    <property name="caption">
 
24
        <string>Connection Editor Dialog</string>
 
25
    </property>
 
26
    <property name="sizeGripEnabled">
 
27
        <bool>true</bool>
 
28
    </property>
 
29
    <grid>
 
30
        <property name="name">
 
31
            <cstring>unnamed</cstring>
 
32
        </property>
 
33
        <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="2">
 
34
            <property name="name">
 
35
                <cstring>grp</cstring>
 
36
            </property>
 
37
            <property name="sizePolicy">
 
38
                <sizepolicy>
 
39
                    <hsizetype>5</hsizetype>
 
40
                    <vsizetype>5</vsizetype>
 
41
                    <horstretch>0</horstretch>
 
42
                    <verstretch>0</verstretch>
 
43
                </sizepolicy>
 
44
            </property>
 
45
            <property name="title">
 
46
                <string>Connection Properties</string>
 
47
            </property>
 
48
            <grid>
 
49
                <property name="name">
 
50
                    <cstring>unnamed</cstring>
 
51
                </property>
 
52
                <property name="margin">
 
53
                    <number>11</number>
 
54
                </property>
 
55
                <property name="spacing">
 
56
                    <number>6</number>
 
57
                </property>
 
58
                <widget class="QLabel" row="0" column="0">
 
59
                    <property name="name">
 
60
                        <cstring>TextLabel1</cstring>
 
61
                    </property>
 
62
                    <property name="text">
 
63
                        <string>N&amp;ame:</string>
 
64
                    </property>
 
65
                    <property name="buddy" stdset="0">
 
66
                        <cstring>editName</cstring>
 
67
                    </property>
 
68
                </widget>
 
69
                <widget class="QLabel" row="1" column="0">
 
70
                    <property name="name">
 
71
                        <cstring>TextLabel2_3</cstring>
 
72
                    </property>
 
73
                    <property name="text">
 
74
                        <string>Dri&amp;ver:</string>
 
75
                    </property>
 
76
                    <property name="buddy" stdset="0">
 
77
                        <cstring>comboDriver</cstring>
 
78
                    </property>
 
79
                </widget>
 
80
                <widget class="QLabel" row="6" column="0">
 
81
                    <property name="name">
 
82
                        <cstring>TextLabel1_2</cstring>
 
83
                    </property>
 
84
                    <property name="text">
 
85
                        <string>P&amp;ort:</string>
 
86
                    </property>
 
87
                    <property name="buddy" stdset="0">
 
88
                        <cstring>editPort</cstring>
 
89
                    </property>
 
90
                </widget>
 
91
                <widget class="QLabel" row="2" column="0">
 
92
                    <property name="name">
 
93
                        <cstring>TextLabel3_4</cstring>
 
94
                    </property>
 
95
                    <property name="text">
 
96
                        <string>&amp;Database name:</string>
 
97
                    </property>
 
98
                    <property name="buddy" stdset="0">
 
99
                        <cstring>editDatabase</cstring>
 
100
                    </property>
 
101
                </widget>
 
102
                <widget class="QLabel" row="4" column="0">
 
103
                    <property name="name">
 
104
                        <cstring>TextLabel4_2_2</cstring>
 
105
                    </property>
 
106
                    <property name="text">
 
107
                        <string>&amp;Password:</string>
 
108
                    </property>
 
109
                    <property name="buddy" stdset="0">
 
110
                        <cstring>editPassword</cstring>
 
111
                    </property>
 
112
                </widget>
 
113
                <widget class="QLabel" row="3" column="0">
 
114
                    <property name="name">
 
115
                        <cstring>TextLabel4_2</cstring>
 
116
                    </property>
 
117
                    <property name="text">
 
118
                        <string>&amp;Username:</string>
 
119
                    </property>
 
120
                    <property name="buddy" stdset="0">
 
121
                        <cstring>editUsername</cstring>
 
122
                    </property>
 
123
                </widget>
 
124
                <widget class="QLabel" row="5" column="0">
 
125
                    <property name="name">
 
126
                        <cstring>TextLabel5</cstring>
 
127
                    </property>
 
128
                    <property name="text">
 
129
                        <string>Host&amp;name:</string>
 
130
                    </property>
 
131
                    <property name="buddy" stdset="0">
 
132
                        <cstring>editHostname</cstring>
 
133
                    </property>
 
134
                </widget>
 
135
                <widget class="QLineEdit" row="3" column="1" rowspan="1" colspan="2">
 
136
                    <property name="name">
 
137
                        <cstring>editUsername</cstring>
 
138
                    </property>
 
139
                    <property name="enabled">
 
140
                        <bool>false</bool>
 
141
                    </property>
 
142
                </widget>
 
143
                <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="2">
 
144
                    <property name="name">
 
145
                        <cstring>comboDriver</cstring>
 
146
                    </property>
 
147
                    <property name="enabled">
 
148
                        <bool>false</bool>
 
149
                    </property>
 
150
                    <property name="editable">
 
151
                        <bool>true</bool>
 
152
                    </property>
 
153
                </widget>
 
154
                <widget class="QSpinBox" row="6" column="1" rowspan="1" colspan="2">
 
155
                    <property name="name">
 
156
                        <cstring>editPort</cstring>
 
157
                    </property>
 
158
                    <property name="enabled">
 
159
                        <bool>false</bool>
 
160
                    </property>
 
161
                    <property name="specialValueText">
 
162
                        <string>Default</string>
 
163
                    </property>
 
164
                    <property name="maxValue">
 
165
                        <number>65535</number>
 
166
                    </property>
 
167
                    <property name="minValue">
 
168
                        <number>-1</number>
 
169
                    </property>
 
170
                    <property name="value">
 
171
                        <number>-1</number>
 
172
                    </property>
 
173
                </widget>
 
174
                <widget class="QLineEdit" row="2" column="1" rowspan="1" colspan="2">
 
175
                    <property name="name">
 
176
                        <cstring>editDatabase</cstring>
 
177
                    </property>
 
178
                    <property name="enabled">
 
179
                        <bool>false</bool>
 
180
                    </property>
 
181
                </widget>
 
182
                <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
 
183
                    <property name="name">
 
184
                        <cstring>editName</cstring>
 
185
                    </property>
 
186
                    <property name="enabled">
 
187
                        <bool>false</bool>
 
188
                    </property>
 
189
                </widget>
 
190
                <widget class="QLineEdit" row="4" column="1" rowspan="1" colspan="2">
 
191
                    <property name="name">
 
192
                        <cstring>editPassword</cstring>
 
193
                    </property>
 
194
                    <property name="enabled">
 
195
                        <bool>false</bool>
 
196
                    </property>
 
197
                    <property name="echoMode">
 
198
                        <enum>Password</enum>
 
199
                    </property>
 
200
                </widget>
 
201
                <widget class="QLineEdit" row="5" column="1" rowspan="1" colspan="2">
 
202
                    <property name="name">
 
203
                        <cstring>editHostname</cstring>
 
204
                    </property>
 
205
                    <property name="enabled">
 
206
                        <bool>false</bool>
 
207
                    </property>
 
208
                </widget>
 
209
                <widget class="QPushButton" row="7" column="2">
 
210
                    <property name="name">
 
211
                        <cstring>buttonConnect</cstring>
 
212
                    </property>
 
213
                    <property name="enabled">
 
214
                        <bool>false</bool>
 
215
                    </property>
 
216
                    <property name="text">
 
217
                        <string>&amp;Connect</string>
 
218
                    </property>
 
219
                    <property name="accel">
 
220
                        <string>Alt+C</string>
 
221
                    </property>
 
222
                </widget>
 
223
                <spacer row="7" column="0" rowspan="1" colspan="2">
 
224
                    <property name="name">
 
225
                        <cstring>spacer48</cstring>
 
226
                    </property>
 
227
                    <property name="orientation">
 
228
                        <enum>Horizontal</enum>
 
229
                    </property>
 
230
                    <property name="sizeType">
 
231
                        <enum>Expanding</enum>
 
232
                    </property>
 
233
                    <property name="sizeHint">
 
234
                        <size>
 
235
                            <width>40</width>
 
236
                            <height>20</height>
 
237
                        </size>
 
238
                    </property>
 
239
                </spacer>
 
240
            </grid>
 
241
        </widget>
 
242
        <spacer row="1" column="0">
 
243
            <property name="name">
 
244
                <cstring>Horizontal Spacing2</cstring>
 
245
            </property>
 
246
            <property name="orientation">
 
247
                <enum>Horizontal</enum>
 
248
            </property>
 
249
            <property name="sizeType">
 
250
                <enum>Expanding</enum>
 
251
            </property>
 
252
            <property name="sizeHint">
 
253
                <size>
 
254
                    <width>212</width>
 
255
                    <height>20</height>
 
256
                </size>
 
257
            </property>
 
258
        </spacer>
 
259
        <widget class="QPushButton" row="1" column="1">
 
260
            <property name="name">
 
261
                <cstring>buttonCancel</cstring>
 
262
            </property>
 
263
            <property name="text">
 
264
                <string>&amp;Cancel</string>
 
265
            </property>
 
266
            <property name="accel">
 
267
                <string>Alt+C</string>
 
268
            </property>
 
269
            <property name="autoDefault">
 
270
                <bool>true</bool>
 
271
            </property>
 
272
            <property name="default">
 
273
                <bool>true</bool>
 
274
            </property>
 
275
        </widget>
 
276
    </grid>
 
277
</widget>
 
278
<connections>
 
279
    <connection>
 
280
        <sender>buttonCancel</sender>
 
281
        <signal>pressed()</signal>
 
282
        <receiver>ConnectionEditorDialogBase</receiver>
 
283
        <slot>reject()</slot>
 
284
    </connection>
 
285
    <connection>
 
286
        <sender>buttonConnect</sender>
 
287
        <signal>pressed()</signal>
 
288
        <receiver>ConnectionEditorDialogBase</receiver>
 
289
        <slot>doConnect()</slot>
 
290
    </connection>
 
291
</connections>
 
292
<slots>
 
293
    <slot access="protected">doConnect()</slot>
 
294
</slots>
 
295
<layoutdefaults spacing="6" margin="11"/>
 
296
</UI>