Added code to connect to the XBMC server.
[simple-xmbc-rem] / src / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>200</width>
10     <height>320</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>XBMC Net Movies RC</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <widget class="QPushButton" name="testButton">
20       <property name="enabled">
21        <bool>false</bool>
22       </property>
23       <property name="text">
24        <string>test</string>
25       </property>
26      </widget>
27     </item>
28     <item>
29      <widget class="QTextEdit" name="textEdit">
30       <property name="enabled">
31        <bool>false</bool>
32       </property>
33      </widget>
34     </item>
35    </layout>
36   </widget>
37   <widget class="QMenuBar" name="menuBar">
38    <property name="geometry">
39     <rect>
40      <x>0</x>
41      <y>0</y>
42      <width>200</width>
43      <height>25</height>
44     </rect>
45    </property>
46    <widget class="QMenu" name="menuSetup">
47     <property name="title">
48      <string>MainMenu</string>
49     </property>
50     <addaction name="actionSetup"/>
51     <addaction name="actionConnect"/>
52    </widget>
53    <addaction name="menuSetup"/>
54   </widget>
55   <action name="actionSetup">
56    <property name="text">
57     <string>Setup</string>
58    </property>
59   </action>
60   <action name="actionConnect">
61    <property name="checkable">
62     <bool>true</bool>
63    </property>
64    <property name="text">
65     <string>Connect</string>
66    </property>
67   </action>
68  </widget>
69  <layoutdefault spacing="6" margin="11"/>
70  <resources/>
71  <connections/>
72 </ui>