newrpl/mainwindow.ui

328 lines
8.8 KiB
Text
Raw Normal View History

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>
2017-12-14 19:12:35 +01:00
<width>1076</width>
<height>598</height>
2015-03-05 20:35:35 +01:00
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
2015-03-05 20:35:35 +01:00
<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">
2015-03-24 02:29:27 +01:00
<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>
2015-03-24 02:29:27 +01:00
<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>
2015-03-24 02:29:27 +01:00
</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>
2017-12-14 19:12:35 +01:00
<width>1076</width>
<height>23</height>
2015-03-05 20:35:35 +01:00
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionPower_ON"/>
2015-03-05 20:35:35 +01:00
<addaction name="actionNew"/>
<addaction name="separator"/>
<addaction name="actionOpen"/>
<addaction name="actionSave"/>
<addaction name="actionSaveAs"/>
2015-03-05 20:35:35 +01:00
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuHardware">
<property name="title">
<string>Hardware</string>
</property>
<addaction name="actionConnect_to_calc"/>
2017-12-14 19:12:35 +01:00
<addaction name="actionUSB_Remote_ARCHIVE_to_file"/>
<addaction name="actionRemote_USBRESTORE_from_file"/>
<addaction name="separator"/>
<addaction name="actionInsert_SD_Card_Image"/>
<addaction name="actionEject_SD_Card_Image"/>
<addaction name="separator"/>
<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>
2015-03-05 20:35:35 +01:00
<addaction name="menuFile"/>
<addaction name="menuStack"/>
<addaction name="menuHardware"/>
2015-03-05 20:35:35 +01:00
</widget>
<widget class="QStatusBar" name="statusBar"/>
2017-12-14 19:12:35 +01:00
<widget class="QDockWidget" name="USBDockSelect">
<property name="allowedAreas">
<set>Qt::BottomDockWidgetArea|Qt::TopDockWidgetArea</set>
</property>
<property name="windowTitle">
<string>USB Connection</string>
</property>
<attribute name="dockWidgetArea">
<number>4</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QToolButton" name="usbconnectButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="text">
<string>[ Select a USB device ]</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
2015-03-05 20:35:35 +01:00
<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>
2017-11-23 17:03:49 +01:00
<action name="actionConnect_to_calc">
<property name="text">
2017-12-14 19:12:35 +01:00
<string>USB Connections...</string>
2017-11-23 17:03:49 +01:00
</property>
</action>
<action name="actionSend_Stack_Level_1">
<property name="text">
<string>Send Stack Level 1...</string>
</property>
</action>
2017-12-14 19:12:35 +01:00
<action name="actionUSB_Remote_ARCHIVE_to_file">
2017-11-23 17:03:49 +01:00
<property name="text">
2017-12-14 19:12:35 +01:00
<string>Remote USBARCHIVE to file...</string>
2017-11-23 17:03:49 +01:00
</property>
</action>
2017-12-14 19:12:35 +01:00
<action name="actionRemote_USBRESTORE_from_file">
2017-11-23 17:03:49 +01:00
<property name="text">
2017-12-14 19:12:35 +01:00
<string>Remote USBRESTORE from file...</string>
2017-11-23 17:03:49 +01:00
</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>