mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
280 lines
7.3 KiB
XML
280 lines
7.3 KiB
XML
<?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>1016</width>
|
|
<height>598</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: black;</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item alignment="Qt::AlignTop">
|
|
<widget class="QEmuScreen" name="EmuScreen">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>528</width>
|
|
<height>364</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>528</width>
|
|
<height>364</height>
|
|
</size>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>464</width>
|
|
<height>340</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>464</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="baseSize">
|
|
<size>
|
|
<width>464</width>
|
|
<height>700</height>
|
|
</size>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/bitmap/bitmap/keyboard.png) 0 0 0 0 repeat stretch;
|
|
border-width: 0px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1016</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionPower_ON"/>
|
|
<addaction name="actionNew"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionOpen"/>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="actionSaveAs"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionExit"/>
|
|
</widget>
|
|
<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>
|
|
<widget class="QMenu" name="menuHardware">
|
|
<property name="title">
|
|
<string>Hardware</string>
|
|
</property>
|
|
<addaction name="actionSimulate_Alarm"/>
|
|
<addaction name="actionTake_Screenshot"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuStack">
|
|
<property name="title">
|
|
<string>Stack</string>
|
|
</property>
|
|
<addaction name="actionCopy_Level_1"/>
|
|
<addaction name="actionCut_Level_1"/>
|
|
<addaction name="actionPaste_to_Level_1"/>
|
|
<addaction name="actionSave_Level_1_As"/>
|
|
<addaction name="actionOpen_file_to_Level_1"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuStack"/>
|
|
<addaction name="menuSD_Card"/>
|
|
<addaction name="menuHardware"/>
|
|
</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>
|
|
<action name="actionSaveAs">
|
|
<property name="text">
|
|
<string>SaveAs</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<action name="actionPower_ON">
|
|
<property name="text">
|
|
<string>Power ON</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSimulate_Alarm">
|
|
<property name="text">
|
|
<string>Simulate Alarm</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionTake_Screenshot">
|
|
<property name="text">
|
|
<string>Take Screenshot</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCopy_Level_1">
|
|
<property name="text">
|
|
<string>Copy Level 1</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCut_Level_1">
|
|
<property name="text">
|
|
<string>Cut Level 1</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPaste_to_Level_1">
|
|
<property name="text">
|
|
<string>Paste to Level 1</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave_Level_1_As">
|
|
<property name="text">
|
|
<string>Save Level 1 As...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpen_file_to_Level_1">
|
|
<property name="text">
|
|
<string>Open file to Level 1...</string>
|
|
</property>
|
|
</action>
|
|
</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>
|