38afdfc083179be853c1d33e9d45265b66ae00a1
[someplayer] / src / ui / 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>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>someplayer</string>
15   </property>
16   <widget class="QWidget" name="centralWidget"/>
17   <widget class="QMenuBar" name="menuBar">
18    <property name="geometry">
19     <rect>
20      <x>0</x>
21      <y>0</y>
22      <width>800</width>
23      <height>23</height>
24     </rect>
25    </property>
26    <widget class="QMenu" name="menuFile">
27     <property name="title">
28      <string>File</string>
29     </property>
30     <addaction name="actionOpen"/>
31    </widget>
32    <addaction name="menuFile"/>
33   </widget>
34   <action name="actionOpen">
35    <property name="text">
36     <string>Open media</string>
37    </property>
38   </action>
39   <action name="actionQuit">
40    <property name="text">
41     <string>Quit</string>
42    </property>
43   </action>
44  </widget>
45  <layoutdefault spacing="6" margin="11"/>
46  <resources/>
47  <connections>
48   <connection>
49    <sender>actionQuit</sender>
50    <signal>triggered()</signal>
51    <receiver>MainWindow</receiver>
52    <slot>close()</slot>
53    <hints>
54     <hint type="sourcelabel">
55      <x>-1</x>
56      <y>-1</y>
57     </hint>
58     <hint type="destinationlabel">
59      <x>399</x>
60      <y>239</y>
61     </hint>
62    </hints>
63   </connection>
64  </connections>
65 </ui>