src/platform/qt/Window.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GBAWindow</class>
4 <widget class="QMainWindow" name="GBAWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>240</width>
10 <height>160</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="baseSize">
20 <size>
21 <width>240</width>
22 <height>160</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>GBA</string>
27 </property>
28 <widget class="QWidget" name="centralwidget">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="baseSize">
36 <size>
37 <width>240</width>
38 <height>160</height>
39 </size>
40 </property>
41 </widget>
42 <widget class="QMenuBar" name="menubar">
43 <property name="geometry">
44 <rect>
45 <x>0</x>
46 <y>0</y>
47 <width>240</width>
48 <height>22</height>
49 </rect>
50 </property>
51 <property name="defaultUp">
52 <bool>false</bool>
53 </property>
54 <widget class="QMenu" name="menuFile">
55 <property name="title">
56 <string>File</string>
57 </property>
58 <addaction name="actionOpen"/>
59 </widget>
60 <addaction name="menuFile"/>
61 </widget>
62 <action name="actionOpen">
63 <property name="text">
64 <string>Open</string>
65 </property>
66 <property name="shortcut">
67 <string>Ctrl+O</string>
68 </property>
69 </action>
70 </widget>
71 <resources/>
72 <connections/>
73</ui>