mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
379 lines
10 KiB
XML
379 lines
10 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>583</width>
|
|
<height>900</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::StrongFocus</enum>
|
|
</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="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
<widget class="QWidget" name="page">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QEmuScreen" name="EmuScreen">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>66</width>
|
|
<height>46</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>1056</width>
|
|
<height>728</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="KeybImage">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>116</width>
|
|
<height>175</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</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 stretch stretch;
|
|
border-width: 0px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="page_2">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="1" column="0">
|
|
<widget class="QPushButton" name="cancelButton">
|
|
<property name="text">
|
|
<string>PushButton</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QPushButton" name="acceptButton">
|
|
<property name="text">
|
|
<string>PushButton</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QTreeView" name="fileList"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>583</width>
|
|
<height>20</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="menuHardware">
|
|
<property name="title">
|
|
<string>Hardware</string>
|
|
</property>
|
|
<addaction name="actionConnect_to_calc"/>
|
|
<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"/>
|
|
<addaction name="actionShow_LCD_grid"/>
|
|
</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="menuHardware"/>
|
|
</widget>
|
|
<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>
|
|
<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>
|
|
<action name="actionConnect_to_calc">
|
|
<property name="text">
|
|
<string>USB Connections...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSend_Stack_Level_1">
|
|
<property name="text">
|
|
<string>Send Stack Level 1...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUSB_Remote_ARCHIVE_to_file">
|
|
<property name="text">
|
|
<string>Remote USBARCHIVE to file...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRemote_USBRESTORE_from_file">
|
|
<property name="text">
|
|
<string>Remote USBRESTORE from file...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_LCD_grid">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show LCD grid</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>
|