2017-12-20 22:33:39 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VmManagerWindow</class>
<widget class="QMainWindow" name="VmManagerWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2018-01-28 20:38:40 +01:00
<width>1100</width>
<height>600</height>
2017-12-20 22:33:39 +01:00
</rect>
</property>
<property name="sizePolicy">
2018-01-28 20:38:40 +01:00
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
2017-12-20 22:33:39 +01:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
<property name="windowTitle">
2018-01-08 03:01:02 +01:00
<string>Qube Manager</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="windowIcon">
<iconset theme="qubes-manager">
2020-03-24 16:51:54 +01:00
<normaloff>.</normaloff>.</iconset>
2017-12-20 22:33:39 +01:00
</property>
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<widget class="QWidget" name="centralwidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item row="0" column="0">
<layout class="QHBoxLayout" name="searchContainer">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Search:</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
2020-07-30 02:40:40 +02:00
<widget class="QTableView" name="table">
2017-12-20 22:33:39 +01:00
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>200</width>
<height>30</height>
</size>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::NoPen</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="cornerButtonEnabled">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<row>
<property name="text">
<string>Nowy wiersz</string>
</property>
</row>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string/>
</property>
</column>
<column>
<property name="text">
<string/>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
<property name="toolTip">
2018-01-28 20:26:29 +01:00
<string>Qube name</string>
2017-12-20 22:33:39 +01:00
</property>
</column>
<column>
<property name="text">
<string>State</string>
</property>
<property name="toolTip">
<string>Update info</string>
</property>
</column>
<column>
<property name="text">
<string>Template</string>
</property>
<property name="toolTip">
2018-01-28 20:26:29 +01:00
<string>Qube template</string>
2017-12-20 22:33:39 +01:00
</property>
</column>
<column>
<property name="text">
<string>NetVM</string>
</property>
<property name="toolTip">
2018-01-28 20:26:29 +01:00
<string>Qube netVM</string>
2017-12-20 22:33:39 +01:00
</property>
</column>
<column>
<property name="text">
2019-04-03 18:47:15 +02:00
<string>Disk
usage</string>
2017-12-20 22:33:39 +01:00
</property>
</column>
<column>
<property name="text">
<string>Internal</string>
</property>
</column>
<column>
<property name="text">
<string>IP</string>
</property>
</column>
<column>
<property name="text">
2019-04-03 18:47:15 +02:00
<string>Include
in backups</string>
2017-12-20 22:33:39 +01:00
</property>
</column>
<column>
<property name="text">
<string>Last backup</string>
</property>
</column>
2019-03-29 18:50:01 +01:00
<column>
<property name="text">
2019-07-08 00:05:13 +02:00
<string>Default DisposableVM
Template</string>
2019-04-03 18:47:15 +02:00
</property>
</column>
<column>
<property name="text">
2019-07-08 00:05:13 +02:00
<string>DisposableVM
Template</string>
2019-03-29 18:50:01 +01:00
</property>
</column>
2019-08-08 17:19:35 +02:00
<column>
<property name="text">
<string>Virtualization Mode</string>
</property>
</column>
2017-12-20 22:33:39 +01:00
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2018-01-28 20:38:40 +01:00
<width>1100</width>
2020-03-24 16:51:54 +01:00
<height>24</height>
2017-12-20 22:33:39 +01:00
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<widget class="QMenu" name="menu_system">
<property name="title">
<string>&System</string>
</property>
<addaction name="action_global_settings"/>
<addaction name="action_show_network"/>
2018-11-09 15:51:22 +01:00
<addaction name="action_manage_templates"/>
2017-12-20 22:33:39 +01:00
<addaction name="action_backup"/>
<addaction name="action_restore"/>
2018-03-10 20:04:57 +01:00
<addaction name="action_exit"/>
2017-12-20 22:33:39 +01:00
</widget>
<widget class="QMenu" name="menu_view">
<property name="title">
<string>&View</string>
</property>
</widget>
<widget class="QMenu" name="menu_vm">
<property name="title">
2018-01-08 03:01:02 +01:00
<string>&Qube</string>
2017-12-20 22:33:39 +01:00
</property>
<widget class="QMenu" name="logs_menu">
<property name="title">
<string>&Logs</string>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/log.png</normaloff>:/log.png</iconset>
</property>
</widget>
<addaction name="action_createvm"/>
<addaction name="action_removevm"/>
<addaction name="action_clonevm"/>
<addaction name="separator"/>
<addaction name="action_resumevm"/>
<addaction name="action_pausevm"/>
<addaction name="action_shutdownvm"/>
<addaction name="action_restartvm"/>
<addaction name="action_killvm"/>
<addaction name="separator"/>
<addaction name="action_settings"/>
<addaction name="action_editfwrules"/>
<addaction name="action_appmenus"/>
<addaction name="action_updatevm"/>
<addaction name="action_run_command_in_vm"/>
2020-03-24 16:51:54 +01:00
<addaction name="action_open_console"/>
2017-12-20 22:33:39 +01:00
<addaction name="action_set_keyboard_layout"/>
<addaction name="separator"/>
<addaction name="logs_menu"/>
</widget>
<widget class="QMenu" name="menu_about">
<property name="title">
<string>&About</string>
</property>
<addaction name="action_about_qubes"/>
</widget>
<addaction name="menu_system"/>
<addaction name="menu_vm"/>
<addaction name="menu_view"/>
<addaction name="menu_about"/>
</widget>
2018-01-10 01:54:30 +01:00
<widget class="QToolBar" name="toolbar">
2018-01-28 20:38:40 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2017-12-20 22:33:39 +01:00
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="allowedAreas">
<set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
</property>
<property name="floatable">
<bool>false</bool>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="action_createvm"/>
<addaction name="action_removevm"/>
<addaction name="separator"/>
<addaction name="action_resumevm"/>
<addaction name="action_pausevm"/>
<addaction name="action_shutdownvm"/>
<addaction name="action_restartvm"/>
<addaction name="separator"/>
<addaction name="action_settings"/>
<addaction name="action_editfwrules"/>
<addaction name="action_appmenus"/>
<addaction name="action_updatevm"/>
<addaction name="action_set_keyboard_layout"/>
2020-03-24 16:51:54 +01:00
<addaction name="action_open_console"/>
2017-12-20 22:33:39 +01:00
<addaction name="separator"/>
<addaction name="action_global_settings"/>
<addaction name="action_backup"/>
<addaction name="action_restore"/>
<addaction name="separator"/>
</widget>
<action name="action_createvm">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>Create &new qube</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Create a new qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_removevm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/removevm.png</normaloff>:/removevm.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>&Delete qube</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Remove an existing qube (must be stopped first)</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_resumevm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>Start/Resu&me qube</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Start/Resume selected qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_pausevm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/pausevm.png</normaloff>:/pausevm.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>&Pause qube</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-07-12 22:10:06 +02:00
<string><p>Pause selected qube</p><p>Stops all CPU activity in the selected VM until the VM is unpaused. This action does not change how much memory is allocated to the VM. (EXPERIMENTAL)</p></string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_shutdownvm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>&Shutdown qube</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Shutdown selected qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_restartvm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/restartvm.png</normaloff>:/restartvm.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>Restar&t qube</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Restart selected qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_appmenus">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/apps.png</normaloff>:/apps.png</iconset>
</property>
<property name="text">
<string>Add/remove app s&hortcuts</string>
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Add/remove app shortcuts for this qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_updatevm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/updateable.png</normaloff>:/updateable.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>&Update qube</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Update qube system</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_editfwrules">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>Edit qube &firewall rules</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Edit qube firewall rules</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_showgraphs">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/showcpuload.png</normaloff>:/showcpuload.png</iconset>
</property>
<property name="text">
<string>Show graphs</string>
</property>
<property name="toolTip">
<string>Show Graphs</string>
</property>
</action>
<action name="action_options">
<property name="text">
<string>Options</string>
</property>
</action>
<action name="action_view">
<property name="text">
<string>View</string>
</property>
</action>
<action name="action_template">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&Template</string>
</property>
</action>
<action name="action_netvm">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&NetVM</string>
</property>
</action>
<action name="action_settings">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/settings.png</normaloff>:/settings.png</iconset>
</property>
<property name="text">
2018-01-08 03:01:02 +01:00
<string>Qube s&ettings</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-08 03:01:02 +01:00
<string>Qube Settings</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_restore">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/restore.png</normaloff>:/restore.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>&Restore qubes from backup</string>
2018-01-08 03:01:02 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Restore qubes from backup</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_backup">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/backup.png</normaloff>:/backup.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>&Backup qubes</string>
2018-01-08 03:01:02 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Backup qubes</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_global_settings">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/global-settings.png</normaloff>:/global-settings.png</iconset>
</property>
<property name="text">
<string>&Global settings</string>
</property>
</action>
<action name="action_show_network">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/networking.png</normaloff>:/networking.png</iconset>
</property>
<property name="text">
<string>&Qubes Network</string>
</property>
2018-01-08 02:46:41 +01:00
<property name="visible">
<bool>false</bool>
</property>
2017-12-20 22:33:39 +01:00
</action>
<action name="action_state">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&State</string>
</property>
</action>
<action name="action_killvm">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/killvm.png</normaloff>:/killvm.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>&Kill qube</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Kill selected qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_set_keyboard_layout">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/kbd-layout.png</normaloff>:/kbd-layout.png</iconset>
</property>
<property name="text">
<string>Set keyboard la&yout</string>
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Set keyboard layout per qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_vm_type">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>T&ype</string>
</property>
<property name="toolTip">
2018-01-08 03:01:02 +01:00
<string>Qube Type</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_label">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&Label</string>
</property>
</action>
<action name="action_name">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>N&ame</string>
</property>
</action>
<action name="action_toolbar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Show tool bar</string>
</property>
</action>
<action name="action_menubar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Show menu bar</string>
</property>
</action>
<action name="action_about_qubes">
<property name="icon">
<iconset theme="qubes-manager">
2020-03-24 16:51:54 +01:00
<normaloff>.</normaloff>.</iconset>
2017-12-20 22:33:39 +01:00
</property>
<property name="text">
<string>&Qubes OS</string>
</property>
</action>
<action name="action_size_on_disk">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Si&ze</string>
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Size on disk</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_run_command_in_vm">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/run-command.png</normaloff>:/run-command.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>&Run command in qube</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Run command in the specified qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_clonevm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/templatevm.png</normaloff>:/templatevm.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>&Clone qube</string>
2018-01-08 03:01:02 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Clone qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_internal">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Inte&rnal</string>
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Is an internal qube</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_startvm_tools_install">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
</property>
<property name="text">
2018-01-23 20:32:13 +01:00
<string>Start qube for Window Tools installation</string>
2017-12-20 22:33:39 +01:00
</property>
<property name="toolTip">
2018-01-23 20:32:13 +01:00
<string>Start qube for Window Tools installation</string>
2017-12-20 22:33:39 +01:00
</property>
</action>
<action name="action_ip">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&IP</string>
</property>
</action>
<action name="action_backups">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Include in &backups</string>
</property>
</action>
<action name="action_last_backup">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Last back&up</string>
</property>
</action>
<action name="action_search">
<property name="text">
<string>Search</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
</action>
2018-03-10 20:04:57 +01:00
<action name="action_exit">
<property name="text">
<string>&Exit Qube Manager</string>
</property>
</action>
2018-11-09 15:51:22 +01:00
<action name="action_manage_templates">
<property name="text">
<string>Manage templates for qubes</string>
</property>
<property name="toolTip">
<string>Launch a tool that allows multiple templates to be changed at once</string>
</property>
</action>
2019-04-03 18:47:15 +02:00
<action name="action_dispvm_template">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
2019-07-08 00:05:13 +02:00
<string>Default DisposableVM Template</string>
2019-04-03 18:47:15 +02:00
</property>
<property name="toolTip">
2019-07-08 00:05:13 +02:00
<string><html><head/><body><p>Default DisposableVM Template<br/><br/>Which qube should be used by default as a template for DisposableVMs started from this one? DisposableVMs will inherit their template's configuration and installed programs.</p></body></html></string>
2019-04-03 18:47:15 +02:00
</property>
</action>
<action name="action_is_dvm_template">
2019-03-29 18:50:01 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
2019-07-08 00:05:13 +02:00
<string>DisposableVM Template</string>
2019-03-29 18:50:01 +01:00
</property>
<property name="toolTip">
2019-07-08 00:05:13 +02:00
<string><html><head/><body><p>DisposableVM Template</p><p><br/></p><p>Allows using this qube as a template for DisposableVMs. The DisposableVMs will inherit the VM's state (configuration, installed programs etc.), but their state will not persist between restarts. </p></body></html></string>
2019-03-29 18:50:01 +01:00
</property>
</action>
2019-08-08 17:19:35 +02:00
<action name="action_virt_mode">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Virtualization Mode</string>
</property>
</action>
2020-03-24 16:51:54 +01:00
<action name="action_open_console">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/log.png</normaloff>
<normalon>:/log.png</normalon>:/log.png</iconset>
</property>
<property name="text">
<string>Open console in qube</string>
</property>
<property name="toolTip">
<string>Open a secure Xen console in the qube. Useful chiefly for debugging purposes: for normal operation, use "Run Terminal" from the Domains widget. </string>
</property>
</action>
2017-12-20 22:33:39 +01:00
</widget>
<resources>
<include location="../resources.qrc"/>
</resources>
<connections/>
</ui>