<?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>769</width> <height>385</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Maximum"> <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="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> <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="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> <property name="rowCount"> <number>10</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/> <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"> <string>VM name</string> </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"> <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> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>769</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> <addaction name="actionState"/> <addaction name="actionTemplate"/> <addaction name="actionNetVM"/> <addaction name="actionCPU"/> <addaction name="actionCPU_Graph"/> <addaction name="actionMEM"/> <addaction name="actionMEM_Graph"/> </widget> <addaction name="menuOptions"/> <addaction name="menuView"/> </widget> <widget class="QToolBar" name="toolBar"> <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="separator"/> <addaction name="action_settings"/> <addaction name="action_editfwrules"/> <addaction name="action_appmenus"/> <addaction name="action_updatevm"/> <addaction name="action_set_keyboard_layout"/> <addaction name="separator"/> <addaction name="action_global_settings"/> <addaction name="action_backup"/> <addaction name="action_restore"/> <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 selected 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 selected 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 selected VM</string> </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>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>false</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/show-all-running.png</normaloff> <selectedoff>:/showallvms.png</selectedoff>:/show-all-running.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>:/firewall.png</normaloff>:/firewall.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="action_settings"> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/settings.png</normaloff>:/settings.png</iconset> </property> <property name="text"> <string>VM settings</string> </property> <property name="toolTip"> <string>VM Settings</string> </property> </action> <action name="action_restore"> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/restore.png</normaloff>:/restore.png</iconset> </property> <property name="text"> <string>Restore VMs from backup</string> </property> </action> <action name="action_backup"> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/backup.png</normaloff>:/backup.png</iconset> </property> <property name="text"> <string>Backup VMs</string> </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="actionState"> <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"> <string>Kill VM</string> </property> <property name="toolTip"> <string>Kill selected VM</string> </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 layout</string> </property> <property name="toolTip"> <string>Set keyboard layout per VM</string> </property> </action> </widget> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>