manager/mainwindow.ui

631 lines
17 KiB
Plaintext
Raw Normal View History

2012-01-22 18:45:41 +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>
2012-03-27 10:59:44 +02:00
<width>769</width>
<height>385</height>
2012-01-22 18:45:41 +01:00
</rect>
</property>
<property name="sizePolicy">
2012-03-28 12:45:31 +02:00
<sizepolicy hsizetype="Fixed" vsizetype="Maximum">
2012-01-22 18:45:41 +01:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2012-01-28 12:25:35 +01:00
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
2012-01-22 18:45:41 +01:00
<property name="windowTitle">
2012-01-23 19:04:58 +01:00
<string>Qubes VM Manager</string>
2012-01-22 18:45:41 +01:00
</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>
2012-01-22 18:45:41 +01:00
<widget class="QWidget" name="centralwidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
2012-03-26 11:48:49 +02:00
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
2012-01-22 18:45:41 +01:00
</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">
2012-03-26 11:48:49 +02:00
<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">
2012-01-22 18:45:41 +01:00
<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>
2012-01-22 18:45:41 +01:00
</size>
</property>
2012-01-28 12:25:35 +01:00
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
2012-01-28 12:25:35 +01:00
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="verticalScrollBarPolicy">
2012-03-28 12:45:31 +02:00
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
2012-01-22 18:45:41 +01:00
<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>
2012-01-22 18:45:41 +01:00
</property>
<property name="gridStyle">
<enum>Qt::NoPen</enum>
2012-01-22 18:45:41 +01:00
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="cornerButtonEnabled">
<bool>false</bool>
</property>
<property name="rowCount">
2012-03-27 10:59:44 +02:00
<number>10</number>
2012-01-22 18:45:41 +01:00
</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/>
2012-03-27 10:59:44 +02:00
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string/>
</property>
</column>
<column>
<property name="text">
<string/>
</property>
</column>
2012-01-22 18:45:41 +01:00
<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>
2012-01-22 18:45:41 +01:00
</column>
<column>
<property name="text">
<string>Template</string>
</property>
<property name="toolTip">
<string>VM's template</string>
</property>
2012-01-22 18:45:41 +01:00
</column>
<column>
<property name="text">
<string>NetVM</string>
</property>
<property name="toolTip">
<string>VM's netVM</string>
</property>
2012-01-22 18:45:41 +01:00
</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>
2012-01-22 18:45:41 +01:00
</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>
2012-01-22 18:45:41 +01:00
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2012-03-27 10:59:44 +02:00
<width>769</width>
2012-01-22 18:45:41 +01:00
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuOptions">
<property name="title">
<string>Options</string>
</property>
2012-01-31 17:29:00 +01:00
<addaction name="action_global_settings"/>
<addaction name="action_backup"/>
<addaction name="action_restore"/>
2012-01-22 18:45:41 +01:00
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
<addaction name="action_vm_type"/>
<addaction name="action_label"/>
<addaction name="action_name"/>
<addaction name="action_state"/>
<addaction name="action_template"/>
<addaction name="action_netvm"/>
<addaction name="action_cpu"/>
<addaction name="action_cpu_graph"/>
<addaction name="action_mem"/>
<addaction name="action_mem_graph"/>
2012-01-22 18:45:41 +01:00
</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>
2012-01-22 18:45:41 +01:00
<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"/>
2012-01-22 18:45:41 +01:00
<addaction name="action_resumevm"/>
<addaction name="action_pausevm"/>
<addaction name="action_shutdownvm"/>
<addaction name="separator"/>
2012-01-28 12:25:35 +01:00
<addaction name="action_settings"/>
2012-01-22 18:45:41 +01:00
<addaction name="action_editfwrules"/>
<addaction name="action_appmenus"/>
<addaction name="action_updatevm"/>
<addaction name="action_set_keyboard_layout"/>
2012-01-22 18:45:41 +01:00
<addaction name="separator"/>
<addaction name="action_global_settings"/>
<addaction name="action_backup"/>
<addaction name="action_restore"/>
<addaction name="separator"/>
<addaction name="action_showallvms"/>
2012-01-22 18:45:41 +01:00
</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">
2012-04-18 18:59:51 +02:00
<string>Remove AppVM</string>
2012-01-22 18:45:41 +01:00
</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">
2012-04-22 18:32:50 +02:00
<string>Start/Resume selected VM</string>
2012-01-22 18:45:41 +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">
<string>Pause VM</string>
</property>
<property name="toolTip">
2012-04-22 18:32:50 +02:00
<string>Pause selected VM</string>
2012-01-22 18:45:41 +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">
<string>Shutdown VM</string>
</property>
<property name="toolTip">
2012-04-22 18:32:50 +02:00
<string>Shutdown selected VM</string>
2012-01-22 18:45:41 +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>
2012-01-22 18:45:41 +01:00
</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">
2012-04-22 18:32:50 +02:00
<bool>false</bool>
2012-01-22 18:45:41 +01:00
</property>
<property name="icon">
2012-01-28 12:25:35 +01:00
<iconset resource="resources.qrc">
<normaloff>:/show-all-running.png</normaloff>
<selectedoff>:/showallvms.png</selectedoff>:/show-all-running.png</iconset>
2012-01-22 18:45:41 +01:00
</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>
2012-01-22 18:45:41 +01:00
</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="action_options">
2012-01-22 18:45:41 +01:00
<property name="text">
<string>Options</string>
</property>
</action>
<action name="action_view">
2012-01-22 18:45:41 +01:00
<property name="text">
<string>View</string>
</property>
</action>
<action name="action_cpu">
2012-01-22 18:45:41 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>CPU</string>
</property>
</action>
<action name="action_cpu_graph">
2012-01-22 18:45:41 +01:00
<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="action_mem">
2012-01-22 18:45:41 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>MEM</string>
</property>
</action>
<action name="action_mem_graph">
2012-01-22 18:45:41 +01:00
<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="action_template">
2012-01-22 18:45:41 +01:00
<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">
2012-01-22 18:45:41 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>NetVM</string>
</property>
</action>
2012-01-28 12:25:35 +01:00
<action name="action_settings">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/settings.png</normaloff>:/settings.png</iconset>
2012-01-28 12:25:35 +01:00
</property>
<property name="text">
2012-04-18 18:59:51 +02:00
<string>VM settings</string>
2012-01-28 12:25:35 +01:00
</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>
2012-01-31 17:29:00 +01:00
<action name="action_global_settings">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/global-settings.png</normaloff>:/global-settings.png</iconset>
</property>
2012-01-31 17:29:00 +01:00
<property name="text">
<string>Global settings</string>
</property>
</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>
2012-04-22 18:32:50 +02:00
<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>
<action name="action_vm_type">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Type</string>
</property>
<property name="toolTip">
<string>VM Type</string>
</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>Name</string>
</property>
</action>
2012-01-22 18:45:41 +01:00
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>