renamed the src into simplexbmcremote-0.8.1 to simplify package building
[simple-xmbc-rem] / simplexbmcremote-0.8.1 / setupdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SetupDialog</class>
4  <widget class="QDialog" name="SetupDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>329</width>
10     <height>111</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout">
19      <item>
20       <widget class="QLabel" name="label">
21        <property name="text">
22         <string>XBMC</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <layout class="QFormLayout" name="formLayout">
28        <item row="0" column="0">
29         <widget class="QLabel" name="xbmcServerLabel">
30          <property name="text">
31           <string>Server:</string>
32          </property>
33         </widget>
34        </item>
35        <item row="0" column="1">
36         <widget class="QLineEdit" name="xbmcServerEdit"/>
37        </item>
38        <item row="1" column="0">
39         <widget class="QLabel" name="xbmcPortLabel">
40          <property name="text">
41           <string>Port:</string>
42          </property>
43         </widget>
44        </item>
45        <item row="1" column="1">
46         <widget class="QLineEdit" name="xbmcPortEdit"/>
47        </item>
48       </layout>
49      </item>
50      <item>
51       <spacer name="verticalSpacer">
52        <property name="orientation">
53         <enum>Qt::Vertical</enum>
54        </property>
55        <property name="sizeHint" stdset="0">
56         <size>
57          <width>20</width>
58          <height>40</height>
59         </size>
60        </property>
61       </spacer>
62      </item>
63     </layout>
64    </item>
65    <item>
66     <widget class="QDialogButtonBox" name="buttonBox">
67      <property name="orientation">
68       <enum>Qt::Vertical</enum>
69      </property>
70      <property name="standardButtons">
71       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
72      </property>
73     </widget>
74    </item>
75   </layout>
76  </widget>
77  <resources/>
78  <connections>
79   <connection>
80    <sender>buttonBox</sender>
81    <signal>accepted()</signal>
82    <receiver>SetupDialog</receiver>
83    <slot>accept()</slot>
84    <hints>
85     <hint type="sourcelabel">
86      <x>248</x>
87      <y>254</y>
88     </hint>
89     <hint type="destinationlabel">
90      <x>157</x>
91      <y>274</y>
92     </hint>
93    </hints>
94   </connection>
95   <connection>
96    <sender>buttonBox</sender>
97    <signal>rejected()</signal>
98    <receiver>SetupDialog</receiver>
99    <slot>reject()</slot>
100    <hints>
101     <hint type="sourcelabel">
102      <x>316</x>
103      <y>260</y>
104     </hint>
105     <hint type="destinationlabel">
106      <x>286</x>
107      <y>274</y>
108     </hint>
109    </hints>
110   </connection>
111  </connections>
112 </ui>