Blame | Last modification | View Log | Download | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>settingForm</class>
<widget class="QWidget" name="settingForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>180</width>
<height>306</height>
</rect>
</property>
<property name="windowTitle">
<string>Параметры соединения</string>
</property>
<widget class="QWidget" name="verticalLayout">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>171</width>
<height>336</height>
</rect>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Имя базы данных</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Имя пользователя</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Пароль</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_3"/>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Имя сервера</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_5"/>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Применить</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>