Render README.md in doxygen properly
[vlp.git] / src / kernel / ui / dialogs / ConnectDialog.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>185</width>
10     <height>88</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>IP Address</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <property name="topMargin">
20       <number>10</number>
21      </property>
22      <property name="bottomMargin">
23       <number>10</number>
24      </property>
25      <item>
26       <widget class="QLabel" name="label">
27        <property name="text">
28         <string>Address</string>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <widget class="QLineEdit" name="address"/>
34      </item>
35     </layout>
36    </item>
37    <item>
38     <widget class="QDialogButtonBox" name="buttonBox">
39      <property name="orientation">
40       <enum>Qt::Horizontal</enum>
41      </property>
42      <property name="standardButtons">
43       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
44      </property>
45     </widget>
46    </item>
47   </layout>
48  </widget>
49  <resources/>
50  <connections>
51   <connection>
52    <sender>buttonBox</sender>
53    <signal>accepted()</signal>
54    <receiver>ConnectDialog</receiver>
55    <slot>accept()</slot>
56    <hints>
57     <hint type="sourcelabel">
58      <x>248</x>
59      <y>254</y>
60     </hint>
61     <hint type="destinationlabel">
62      <x>157</x>
63      <y>274</y>
64     </hint>
65    </hints>
66   </connection>
67   <connection>
68    <sender>buttonBox</sender>
69    <signal>rejected()</signal>
70    <receiver>ConnectDialog</receiver>
71    <slot>reject()</slot>
72    <hints>
73     <hint type="sourcelabel">
74      <x>316</x>
75      <y>260</y>
76     </hint>
77     <hint type="destinationlabel">
78      <x>286</x>
79      <y>274</y>
80     </hint>
81    </hints>
82   </connection>
83  </connections>
84 </ui>