2015-03-05 20:35:35 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>659</width>
|
|
|
|
<height>508</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2015-03-24 02:29:27 +01:00
|
|
|
<widget class="QEmuScreen" name="EmuScreen">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-03-05 20:35:35 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>659</width>
|
2016-11-22 19:08:23 +01:00
|
|
|
<height>25</height>
|
2015-03-05 20:35:35 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
2016-11-22 19:08:23 +01:00
|
|
|
<addaction name="actionPower_ON"/>
|
2015-03-05 20:35:35 +01:00
|
|
|
<addaction name="actionNew"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="actionSave"/>
|
2015-08-24 20:05:37 +02:00
|
|
|
<addaction name="actionSaveAs"/>
|
2015-03-05 20:35:35 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
2016-07-11 20:13:57 +02:00
|
|
|
<widget class="QMenu" name="menuSD_Card">
|
|
|
|
<property name="title">
|
|
|
|
<string>SD Card</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionInsert_SD_Card_Image"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionEject_SD_Card_Image"/>
|
|
|
|
</widget>
|
2015-03-05 20:35:35 +01:00
|
|
|
<addaction name="menuFile"/>
|
2016-07-11 20:13:57 +02:00
|
|
|
<addaction name="menuSD_Card"/>
|
2015-03-05 20:35:35 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionOpen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSave">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNew">
|
|
|
|
<property name="text">
|
|
|
|
<string>New</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Exit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-08-24 20:05:37 +02:00
|
|
|
<action name="actionSaveAs">
|
|
|
|
<property name="text">
|
|
|
|
<string>SaveAs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-07-11 20:13:57 +02:00
|
|
|
<action name="actionInsert_SD_Card_Image">
|
|
|
|
<property name="text">
|
|
|
|
<string>Insert SD Card Image...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEject_SD_Card_Image">
|
|
|
|
<property name="text">
|
|
|
|
<string>Eject SD Card Image...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-11-22 19:08:23 +01:00
|
|
|
<action name="actionPower_ON">
|
|
|
|
<property name="text">
|
|
|
|
<string>Power ON</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-03-05 20:35:35 +01:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>QEmuScreen</class>
|
|
|
|
<extends>QGraphicsView</extends>
|
|
|
|
<header>qemuscreen.h</header>
|
|
|
|
<slots>
|
|
|
|
<slot>setScreenSize(int,int)</slot>
|
|
|
|
</slots>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>actionExit</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>199</x>
|
|
|
|
<y>149</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|