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>&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&river</string>
|
---|
54 | </property>
|
---|
55 | <property name="buddy" >
|
---|
56 | <cstring>comboDriver</cstring>
|
---|
57 | </property>
|
---|
58 | </widget>
|
---|
59 | </item>
|
---|
60 | <item row="1" column="1" >
|
---|
61 | <widget class="QLineEdit" name="editDatabase" />
|
---|
62 | </item>
|
---|
63 | <item row="5" column="1" >
|
---|
64 | <widget class="QSpinBox" name="portSpinBox" >
|
---|
65 | <property name="specialValueText" >
|
---|
66 | <string>Default</string>
|
---|
67 | </property>
|
---|
68 | <property name="maximum" >
|
---|
69 | <number>65535</number>
|
---|
70 | </property>
|
---|
71 | <property name="minimum" >
|
---|
72 | <number>-1</number>
|
---|
73 | </property>
|
---|
74 | <property name="value" >
|
---|
75 | <number>-1</number>
|
---|
76 | </property>
|
---|
77 | </widget>
|
---|
78 | </item>
|
---|
79 | <item row="1" column="0" >
|
---|
80 | <widget class="QLabel" name="textLabel3" >
|
---|
81 | <property name="text" >
|
---|
82 | <string>Database Name:</string>
|
---|
83 | </property>
|
---|
84 | <property name="buddy" >
|
---|
85 | <cstring>editDatabase</cstring>
|
---|
86 | </property>
|
---|
87 | </widget>
|
---|
88 | </item>
|
---|
89 | <item row="3" column="1" >
|
---|
90 | <widget class="QLineEdit" name="editPassword" >
|
---|
91 | <property name="echoMode" >
|
---|
92 | <enum>QLineEdit::Password</enum>
|
---|
93 | </property>
|
---|
94 | </widget>
|
---|
95 | </item>
|
---|
96 | <item row="2" column="1" >
|
---|
97 | <widget class="QLineEdit" name="editUsername" />
|
---|
98 | </item>
|
---|
99 | <item row="4" column="1" >
|
---|
100 | <widget class="QLineEdit" name="editHostname" />
|
---|
101 | </item>
|
---|
102 | <item row="4" column="0" >
|
---|
103 | <widget class="QLabel" name="textLabel5" >
|
---|
104 | <property name="text" >
|
---|
105 | <string>&Hostname:</string>
|
---|
106 | </property>
|
---|
|
---|