source: trunk/demos/sqlbrowser/qsqlconnectiondialog.ui@ 372

Last change on this file since 372 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 5.9 KB
Line 
1<ui version="4.0" >
2 <author></author>
3 <comment></comment>
4 <exportmacro></exportmacro>
5 <class>QSqlConnectionDialogUi</class>
6 <widget class="QDialog" name="QSqlConnectionDialogUi" >
7 <property name="geometry" >
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>315</width>
12 <height>302</height>
13 </rect>
14 </property>
15 <property name="windowTitle" >
16 <string>Connect...</string>
17 </property>
18 <layout class="QVBoxLayout" >
19 <property name="margin" >
20 <number>8</number>
21 </property>
22 <property name="spacing" >
23 <number>6</number>
24 </property>
25 <item>
26 <widget class="QGroupBox" name="connGroupBox" >
27 <property name="title" >
28 <string>Connection settings</string>
29 </property>
30 <layout class="QGridLayout" >
31 <property name="margin" >
32 <number>8</number>
33 </property>
34 <property name="spacing" >
35 <number>6</number>
36 </property>
37 <item row="0" column="1" >
38 <widget class="QComboBox" name="comboDriver" />
39 </item>
40 <item row="2" column="0" >
41 <widget class="QLabel" name="textLabel4" >
42 <property name="text" >
43 <string>&amp;Username:</string>
44 </property>
45 <property name="buddy" >
46 <cstring>editUsername</cstring>
47 </property>
48 </widget>
49 </item>
50 <item row="0" column="0" >
51 <widget class="QLabel" name="textLabel2" >
52 <property name="text" >
53 <string>D&amp;river</string>
54 </property>
55 <property name="buddy" >