Switched to using QStateMachine.
[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_2">
18     <item>
19      <widget class="QPushButton" name="networkButton">
20       <property name="text">
21        <string>PushButton</string>
22       </property>
23      </widget>
24     </item>
25     <item>
26      <widget class="QStackedWidget" name="stackedWidget">
27       <property name="currentIndex">
28        <number>0</number>
29       </property>
30       <widget class="QWidget" name="infoPage">
31        <layout class="QVBoxLayout" name="verticalLayout">
32         <property name="margin">
33          <number>0</number>
34         </property>
35         <item>
36          <widget class="QTextEdit" name="textEdit">
37           <property name="enabled">
38            <bool>false</bool>
39           </property>
40          </widget>
41         </item>
42        </layout>
43       </widget>
44      </widget>
45     </item>
46    </layout>
47   </widget>
48   <widget class="QMenuBar" name="menuBar">
49    <property name="geometry">
50     <rect>
51      <x>0</x>
52      <y>0</y>
53      <width>200</width>
54      <height>25</height>
55     </rect>
56    </property>
57    <widget class="QMenu" name="menuSetup">
58     <property name="title">
59      <string>MainMenu</string>
60     </property>
61     <addaction name="actionSetup"/>
62    </widget>
63    <addaction name="menuSetup"/>
64   </widget>
65   <action name="actionSetup">
66    <property name="text">
67     <string>Setup</string>
68    </property>
69   </action>
70   <action name="actionConnect">
71    <property name="checkable">
72     <bool>true</bool>
73    </property>
74    <property name="text">
75     <string>Connect</string>
76    </property>
77   </action>
78  </widget>
79  <layoutdefault spacing="6" margin="11"/>
80  <resources/>
81  <connections/>
82 </ui>