2024-06-08 13:25:09 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>VMManagerMainWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="VMManagerMainWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>900</width>
|
|
|
|
|
<height>600</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>MainWindow</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget"/>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>900</width>
|
2025-05-31 23:45:43 +06:00
|
|
|
<height>21</height>
|
2024-06-08 13:25:09 -04:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuTools">
|
|
|
|
|
<property name="title">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>&Tools</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<addaction name="actionPreferences"/>
|
|
|
|
|
<addaction name="actionCheck_for_updates"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
|
<property name="title">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>&File</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<addaction name="actionNew_Machine"/>
|
2025-07-11 15:12:11 +06:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionExit"/>
|
2024-06-08 13:25:09 -04:00
|
|
|
</widget>
|
2025-07-27 04:31:13 +05:00
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>&Help</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionDocumentation"/>
|
|
|
|
|
<addaction name="actionAbout_86Box"/>
|
|
|
|
|
<addaction name="actionAbout_Qt"/>
|
|
|
|
|
</widget>
|
2024-06-08 13:25:09 -04:00
|
|
|
<addaction name="menuFile"/>
|
|
|
|
|
<addaction name="menuTools"/>
|
2025-07-27 04:31:13 +05:00
|
|
|
<addaction name="menuHelp"/>
|
2024-06-08 13:25:09 -04:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
2025-07-30 23:39:59 +05:00
|
|
|
<property name="autoFillBackground">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2024-06-08 13:25:09 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>toolBar</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="movable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2025-07-30 23:39:59 +05:00
|
|
|
<property name="allowedAreas">
|
|
|
|
|
<set>Qt::TopToolBarArea</set>
|
|
|
|
|
</property>
|
2024-06-08 13:25:09 -04:00
|
|
|
<property name="iconSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16</width>
|
|
|
|
|
<height>16</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolButtonStyle">
|
2025-07-26 01:48:36 +05:00
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
2025-07-27 04:36:21 +05:00
|
|
|
<addaction name="actionNew_Machine"/>
|
|
|
|
|
<addaction name="separator"/>
|
2024-06-08 13:25:09 -04:00
|
|
|
<addaction name="actionStartPause"/>
|
|
|
|
|
<addaction name="actionHard_Reset"/>
|
|
|
|
|
<addaction name="actionForce_Shutdown"/>
|
|
|
|
|
<addaction name="actionCtrl_Alt_Del"/>
|
|
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<action name="actionStartPause">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
|
|
|
|
<normaloff>:/menuicons/qt/icons/run.ico</normaloff>:/menuicons/qt/icons/run.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>&Start</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionHard_Reset">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
|
|
|
|
<normaloff>:/menuicons/qt/icons/hard_reset.ico</normaloff>:/menuicons/qt/icons/hard_reset.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Hard Reset...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionForce_Shutdown">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
|
|
|
|
<normaloff>:/menuicons/qt/icons/acpi_shutdown.ico</normaloff>:/menuicons/qt/icons/acpi_shutdown.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>&Force shutdown</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Force shutdown</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCtrl_Alt_Del">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
|
|
|
|
<normaloff>:/menuicons/qt/icons/send_cad.ico</normaloff>:/menuicons/qt/icons/send_cad.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Ctrl+Alt+Del</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Ctrl+Alt+Del</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcutVisibleInContextMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSettings">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
|
|
|
|
<normaloff>:/menuicons/qt/icons/settings.ico</normaloff>:/menuicons/qt/icons/settings.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Settings...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
2025-07-26 01:48:36 +05:00
|
|
|
<enum>QAction::NoRole</enum>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionNew_Machine">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
|
|
|
|
<normaloff>:/settings/qt/icons/86Box-yellow.ico</normaloff>:/settings/qt/icons/86Box-yellow.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>&New machine...</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>New machine...</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionPreferences">
|
|
|
|
|
<property name="text">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>&Preferences...</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>Preferences...</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
2025-07-26 01:48:36 +05:00
|
|
|
<enum>QAction::PreferencesRole</enum>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionStart">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
|
|
|
|
<normaloff>:/menuicons/qt/icons/run.ico</normaloff>:/menuicons/qt/icons/run.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>&Start</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCheck_for_updates">
|
|
|
|
|
<property name="text">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>&Check for updates...</string>
|
2024-06-08 13:25:09 -04:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2025-07-11 15:12:11 +06:00
|
|
|
<action name="actionExit">
|
|
|
|
|
<property name="text">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>E&xit</string>
|
2025-07-11 15:12:11 +06:00
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
2025-07-26 01:48:36 +05:00
|
|
|
<enum>QAction::QuitRole</enum>
|
2025-07-11 15:12:11 +06:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2025-07-27 04:31:13 +05:00
|
|
|
<action name="actionDocumentation">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Documentation...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionAbout_86Box">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&About 86Box...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::AboutRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionAbout_Qt">
|
|
|
|
|
<property name="text">
|
2025-07-27 04:36:21 +05:00
|
|
|
<string>About &Qt</string>
|
2025-07-27 04:31:13 +05:00
|
|
|
</property>
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::AboutQtRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2024-06-08 13:25:09 -04:00
|
|
|
</widget>
|
|
|
|
|
<resources>
|
|
|
|
|
<include location="../qt_resources.qrc"/>
|
|
|
|
|
</resources>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|