vlp-27 Moving kernel to use QtDesigner files. Important note: need to use uic-qt4...
[vlp.git] / data / kernel / dialogs / connect.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>connectDialog</class>
4  <widget class="QDialog" name="connectDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>259</width>
10     <height>105</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Connect</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QLabel" name="label">
21        <property name="text">
22         <string>Address</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QLineEdit" name="lineEdit"/>
28      </item>
29     </layout>
30    </item>
31    <item>
32     <widget class="QDialogButtonBox" name="buttonBox">
33      <property name="standardButtons">
34       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
35      </property>
36     </widget>
37    </item>
38   </layout>
39  </widget>
40  <resources/>
41  <connections/>
42 </ui>