Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
133 | pingvin | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>settingForm</class> |
||
4 | <widget class="QWidget" name="settingForm"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
9 | <width>180</width> |
||
10 | <height>306</height> |
||
11 | </rect> |
||
12 | </property> |
||
13 | <property name="windowTitle"> |
||
14 | <string>Параметры соединения</string> |
||
15 | </property> |
||
16 | <widget class="QWidget" name="verticalLayout"> |
||
17 | <property name="geometry"> |
||
18 | <rect> |
||
19 | <x>10</x> |
||
20 | <y>10</y> |
||
21 | <width>171</width> |
||
22 | <height>336</height> |
||
23 | </rect> |
||
24 | </property> |
||
25 | <layout class="QVBoxLayout"> |
||
26 | <item> |
||
27 | <widget class="QLabel" name="label"> |
||
28 | <property name="text"> |
||
29 | <string>Имя базы данных</string> |
||
30 | </property> |
||
31 | </widget> |
||
32 | </item> |
||
33 | <item> |
||
34 | <widget class="QLineEdit" name="lineEdit"/> |
||
35 | </item> |
||
36 | <item> |
||
37 | <widget class="QLabel" name="label_2"> |
||
38 | <property name="text"> |
||
39 | <string>Имя пользователя</string> |
||
40 | </property> |
||
41 | </widget> |
||
42 | </item> |
||
43 | <item> |
||
44 | <widget class="QLineEdit" name="lineEdit_2"/> |
||
45 | </item> |
||
46 | <item> |
||
47 | <widget class="QLabel" name="label_3"> |
||
48 | <property name="text"> |
||
49 | <string>Пароль</string> |
||
50 | </property> |
||
51 | </widget> |
||
52 | </item> |
||
53 | <item> |
||
54 | <widget class="QLineEdit" name="lineEdit_3"/> |
||
55 | </item> |
||
56 | <item> |
||
57 | <widget class="QLabel" name="label_5"> |
||
58 | <property name="text"> |
||
59 | <string>Имя сервера</string> |
||
60 | </property> |
||
61 | </widget> |
||
62 | </item> |
||
63 | <item> |
||
64 | <widget class="QLineEdit" name="lineEdit_5"/> |
||
65 | </item> |
||
66 | <item> |
||
67 | <widget class="QPushButton" name="pushButton"> |
||
68 | <property name="text"> |
||
69 | <string>Применить</string> |
||
70 | </property> |
||
71 | </widget> |
||
72 | </item> |
||
73 | <item> |
||
74 | <spacer> |
||
75 | <property name="orientation"> |
||
76 | <enum>Qt::Vertical</enum> |
||
77 | </property> |
||
78 | <property name="sizeHint" stdset="0"> |
||
79 | <size> |
||
80 | <width>20</width> |
||
81 | <height>40</height> |
||
82 | </size> |
||
83 | </property> |
||
84 | </spacer> |
||
85 | </item> |
||
86 | </layout> |
||
87 | </widget> |
||
88 | </widget> |
||
89 | <resources/> |
||
90 | <connections/> |
||
91 | </ui> |