add menu
[fpv.git] / qtosd / qtosd.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>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <item row="0" column="0">
19      <widget class="QSlider" name="pitchSlider">
20       <property name="minimum">
21        <number>-180</number>
22       </property>
23       <property name="maximum">
24        <number>180</number>
25       </property>
26       <property name="orientation">
27        <enum>Qt::Vertical</enum>
28       </property>
29      </widget>
30     </item>
31     <item row="1" column="1">
32      <widget class="QSlider" name="rollSlider">
33       <property name="minimum">
34        <number>-180</number>
35       </property>
36       <property name="maximum">
37        <number>180</number>
38       </property>
39       <property name="orientation">
40        <enum>Qt::Horizontal</enum>
41       </property>
42      </widget>
43     </item>
44     <item row="2" column="1">
45      <widget class="QSlider" name="yawSlider">
46       <property name="maximum">
47        <number>360</number>
48       </property>
49       <property name="value">
50        <number>180</number>
51       </property>
52       <property name="orientation">
53        <enum>Qt::Horizontal</enum>
54       </property>
55      </widget>
56     </item>
57    </layout>
58   </widget>
59   <widget class="QMenuBar" name="menuBar">
60    <property name="geometry">
61     <rect>
62      <x>0</x>
63      <y>0</y>
64      <width>400</width>
65      <height>23</height>
66     </rect>
67    </property>
68    <widget class="QMenu" name="menuFile">
69     <property name="title">
70      <string>File</string>
71     </property>
72     <addaction name="actionExit"/>
73    </widget>
74    <widget class="QMenu" name="menuDevices">
75     <property name="title">
76      <string>Devices</string>
77     </property>
78    </widget>
79    <addaction name="menuFile"/>
80    <addaction name="menuDevices"/>
81   </widget>
82   <widget class="QToolBar" name="mainToolBar">
83    <attribute name="toolBarArea">
84     <enum>TopToolBarArea</enum>
85    </attribute>
86    <attribute name="toolBarBreak">
87     <bool>false</bool>
88    </attribute>
89   </widget>
90   <widget class="QStatusBar" name="statusBar"/>
91   <action name="actionExit">
92    <property name="text">
93     <string>Exit</string>
94    </property>
95   </action>
96  </widget>
97  <layoutdefault spacing="6" margin="11"/>
98  <resources/>
99  <connections/>
100 </ui>