565 lines
15 KiB
XML
565 lines
15 KiB
XML
<?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>
|
|
<width>821</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::DefaultContextMenu</enum>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Qubes VM Manager</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="resources.qrc">
|
|
<normaloff>:/qubes.png</normaloff>:/qubes.png</iconset>
|
|
</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="Maximum" vsizetype="Maximum">
|
|
<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="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QTableWidget" name="table">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<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::ActionsContextMenu</enum>
|
|
</property>
|
|
<property name="acceptDrops">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</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>
|
|
<property name="rowCount">
|
|
<number>4</number>
|
|
</property>
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
<number>150</number>
|
|
</attribute>
|
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
|
<number>150</number>
|
|
</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/>
|
|
<column>
|
|
<property name="text">
|
|
<string>Name</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>VM name</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Upd</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Update info</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Template</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>VM's template</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>NetVM</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>VM's netVM</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>CPU</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>CPU Graph</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>CPU usage graph</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>MEM</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>MEM Graph</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Memory usage graph</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Update Info</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Block Devices</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>821</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuOptions">
|
|
<property name="title">
|
|
<string>Options</string>
|
|
</property>
|
|
<addaction name="action_global_settings"/>
|
|
<addaction name="action_backup"/>
|
|
<addaction name="action_restore"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuView">
|
|
<property name="title">
|
|
<string>View</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuColumns_visibility">
|
|
<property name="title">
|
|
<string>Columns visibility</string>
|
|
</property>
|
|
<addaction name="actionUpd"/>
|
|
<addaction name="actionTemplate"/>
|
|
<addaction name="actionNetVM"/>
|
|
<addaction name="actionCPU"/>
|
|
<addaction name="actionCPU_Graph"/>
|
|
<addaction name="actionMEM"/>
|
|
<addaction name="actionMEM_Graph"/>
|
|
<addaction name="actionUpdate_Info"/>
|
|
<addaction name="actionBlock_Devices"/>
|
|
</widget>
|
|
<addaction name="menuColumns_visibility"/>
|
|
</widget>
|
|
<addaction name="menuOptions"/>
|
|
<addaction name="menuView"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar">
|
|
<property name="windowTitle">
|
|
<string>toolBar</string>
|
|
</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="separator"/>
|
|
<addaction name="action_removevm"/>
|
|
<addaction name="action_resumevm"/>
|
|
<addaction name="action_pausevm"/>
|
|
<addaction name="action_shutdownvm"/>
|
|
<addaction name="action_settings"/>
|
|
<addaction name="action_editfwrules"/>
|
|
<addaction name="action_appmenus"/>
|
|
<addaction name="action_updatevm"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_showallvms"/>
|
|
</widget>
|
|
<action name="action_createvm">
|
|
<property name="icon">
|
|
<iconset resource="resources.qrc">
|
|
<normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Create AppVM</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Create a new AppVM</string>
|
|
</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">
|
|
<string>remove AppVM</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Remove an existing AppVM (must be stopped first)</string>
|
|
</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">
|
|
<string>Start/Resume VM</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Start/Resume a VM</string>
|
|
</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">
|
|
<string>Pause VM</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Pause a running VM</string>
|
|
</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">
|
|
<string>Shutdown VM</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Shutdown a running VM</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_appmenus">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources.qrc">
|
|
<normaloff>:/appsprefs.png</normaloff>:/appsprefs.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Select VM applications</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Select applications present in menu for this VM</string>
|
|
</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">
|
|
<string>Update VM</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Update VM system</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_showallvms">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources.qrc">
|
|
<normaloff>:/showallvms.png</normaloff>
|
|
<selectedoff>:/showallvms.png</selectedoff>:/showallvms.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show/Hide inactive VMs</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show/Hide inactive VMs</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_editfwrules">
|
|
<property name="icon">
|
|
<iconset resource="resources.qrc">
|
|
<normaloff>:/newfirewall.png</normaloff>:/newfirewall.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Edit VM Firewall rules</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit VM Firewall rules</string>
|
|
</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="actionOptions">
|
|
<property name="text">
|
|
<string>Options</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionView">
|
|
<property name="text">
|
|
<string>View</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCPU">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>CPU</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCPU_Graph">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>CPU Graph</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMEM">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>MEM</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMEM_Graph">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>MEM Graph</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionTemplate">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Template</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNetVM">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>NetVM</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBlock_Devices">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Block Devices</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUpdate_Info">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Update Info</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_settings">
|
|
<property name="icon">
|
|
<iconset resource="resources.qrc">
|
|
<normaloff>:/root.png</normaloff>:/root.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Settings</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>VM Settings</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_restore">
|
|
<property name="text">
|
|
<string>Restore VMs from backup</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_backup">
|
|
<property name="text">
|
|
<string>Backup VMs</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_global_settings">
|
|
<property name="text">
|
|
<string>Global settings</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUpd">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Upd</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="resources.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|