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>
|
2012-02-05 18:41:41 +01:00
|
|
|
<property name="windowIcon">
|
2014-07-09 18:21:56 +02:00
|
|
|
<iconset theme="qubes-manager"/>
|
2012-02-05 18:41:41 +01:00
|
|
|
</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">
|
2012-01-24 20:59:44 +01:00
|
|
|
<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>
|
2012-01-24 20:59:44 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2012-03-26 11:48:49 +02:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
|
</property>
|
2012-02-05 18:41:41 +01:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-01-24 20:59:44 +01:00
|
|
|
<item row="0" column="0">
|
2016-12-19 00:11:45 +01:00
|
|
|
<layout class="QHBoxLayout" name="searchContainer">
|
2016-11-25 03:38:39 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2016-11-25 03:25:32 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-11-23 08:49:13 +01:00
|
|
|
</item>
|
|
|
|
<item row="1" 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>
|
2012-01-24 20:59:44 +01:00
|
|
|
<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">
|
2012-02-14 19:00:50 +01:00
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
2012-01-28 12:25:35 +01:00
|
|
|
</property>
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-01-24 20:59:44 +01:00
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-02-08 19:02:35 +01:00
|
|
|
<property name="verticalScrollBarPolicy">
|
2012-03-28 12:45:31 +02:00
|
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
2012-02-08 19:02:35 +01:00
|
|
|
</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">
|
2012-02-05 18:41:41 +01:00
|
|
|
<bool>false</bool>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="gridStyle">
|
2012-02-05 18:41:41 +01:00
|
|
|
<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>
|
2014-03-10 04:27:52 +01:00
|
|
|
<property name="columnCount">
|
2015-03-28 22:57:03 +01:00
|
|
|
<number>15</number>
|
2014-03-10 04:27:52 +01:00
|
|
|
</property>
|
2012-01-22 18:45:41 +01:00
|
|
|
<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/>
|
2012-03-21 13:27:10 +01:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</column>
|
2012-04-23 10:58:26 +02:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</column>
|
2012-01-22 18:45:41 +01:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
2012-02-05 18:41:41 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>VM name</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2012-03-20 22:59:48 +01:00
|
|
|
<string>State</string>
|
2012-02-05 18:41:41 +01:00
|
|
|
</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>
|
2012-02-05 18:41:41 +01:00
|
|
|
<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>
|
2012-02-05 18:41:41 +01:00
|
|
|
<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>
|
2012-02-05 18:41:41 +01:00
|
|
|
<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>
|
2012-02-05 18:41:41 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Memory usage graph</string>
|
|
|
|
</property>
|
2012-01-22 18:45:41 +01:00
|
|
|
</column>
|
2012-04-27 17:04:35 +02:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Size</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2013-03-05 10:40:04 +01:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Internal</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2014-03-10 04:27:52 +01:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>IP</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Backups</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2014-03-10 04:28:30 +01:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Last backup</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2012-01-22 18:45:41 +01:00
|
|
|
</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>
|
2013-03-05 11:21:16 +01:00
|
|
|
<height>20</height>
|
2012-01-22 18:45:41 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-02-15 16:06:54 +01:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
2012-04-26 17:46:41 +02:00
|
|
|
<widget class="QMenu" name="menu_system">
|
2012-01-22 18:45:41 +01:00
|
|
|
<property name="title">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&System</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
2012-01-31 17:29:00 +01:00
|
|
|
<addaction name="action_global_settings"/>
|
2012-01-31 14:29:13 +01:00
|
|
|
<addaction name="action_backup"/>
|
|
|
|
<addaction name="action_restore"/>
|
2012-01-22 18:45:41 +01:00
|
|
|
</widget>
|
2012-04-26 17:46:41 +02:00
|
|
|
<widget class="QMenu" name="menu_view">
|
2012-01-22 18:45:41 +01:00
|
|
|
<property name="title">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&View</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
2012-04-26 16:32:40 +02:00
|
|
|
<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-04-27 17:04:35 +02:00
|
|
|
<addaction name="action_size_on_disk"/>
|
2013-03-05 10:40:04 +01:00
|
|
|
<addaction name="action_internal"/>
|
2014-03-10 04:27:52 +01:00
|
|
|
<addaction name="action_ip"/>
|
|
|
|
<addaction name="action_backups"/>
|
2014-03-10 04:28:30 +01:00
|
|
|
<addaction name="action_last_backup"/>
|
2012-04-26 17:46:41 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_toolbar"/>
|
|
|
|
<addaction name="action_menubar"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_showallvms"/>
|
2013-03-05 11:21:16 +01:00
|
|
|
<addaction name="action_showinternalvms"/>
|
2016-12-14 23:29:44 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_search"/>
|
2012-01-22 18:45:41 +01:00
|
|
|
</widget>
|
2012-04-26 17:46:41 +02:00
|
|
|
<widget class="QMenu" name="menu_vm">
|
|
|
|
<property name="title">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>V&M</string>
|
2012-04-26 17:46:41 +02:00
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="logs_menu">
|
|
|
|
<property name="title">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Logs</string>
|
2012-04-26 17:46:41 +02:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/log.png</normaloff>:/log.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="blk_menu">
|
|
|
|
<property name="title">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Attach/detach &block devices</string>
|
2012-04-26 17:46:41 +02:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/mount.png</normaloff>:/mount.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<addaction name="action_createvm"/>
|
|
|
|
<addaction name="action_removevm"/>
|
2012-07-12 13:32:45 +02:00
|
|
|
<addaction name="action_clonevm"/>
|
2012-04-26 17:46:41 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_resumevm"/>
|
|
|
|
<addaction name="action_pausevm"/>
|
|
|
|
<addaction name="action_shutdownvm"/>
|
2016-06-05 21:19:18 +02:00
|
|
|
<addaction name="action_restartvm"/>
|
2012-04-26 17:46:41 +02:00
|
|
|
<addaction name="action_killvm"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_settings"/>
|
|
|
|
<addaction name="action_editfwrules"/>
|
|
|
|
<addaction name="action_appmenus"/>
|
|
|
|
<addaction name="action_updatevm"/>
|
2012-05-11 12:50:45 +02:00
|
|
|
<addaction name="action_run_command_in_vm"/>
|
2012-04-26 17:46:41 +02:00
|
|
|
<addaction name="action_set_keyboard_layout"/>
|
2012-11-06 06:50:14 +01:00
|
|
|
<addaction name="action_toggle_audio_input"/>
|
2012-04-26 17:46:41 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="logs_menu"/>
|
|
|
|
<addaction name="blk_menu"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_about">
|
|
|
|
<property name="title">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&About</string>
|
2012-04-26 17:46:41 +02:00
|
|
|
</property>
|
|
|
|
<addaction name="action_about_qubes"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menu_system"/>
|
|
|
|
<addaction name="menu_vm"/>
|
|
|
|
<addaction name="menu_view"/>
|
|
|
|
<addaction name="menu_about"/>
|
2012-01-22 18:45:41 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
2013-03-05 11:21:16 +01:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
2012-01-22 18:45:41 +01:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
2012-02-08 19:02:35 +01:00
|
|
|
<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"/>
|
2012-02-14 19:00:50 +01:00
|
|
|
<addaction name="separator"/>
|
2012-01-22 18:45:41 +01:00
|
|
|
<addaction name="action_resumevm"/>
|
|
|
|
<addaction name="action_pausevm"/>
|
|
|
|
<addaction name="action_shutdownvm"/>
|
2016-06-05 21:19:18 +02:00
|
|
|
<addaction name="action_restartvm"/>
|
2012-02-14 19:00:50 +01:00
|
|
|
<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"/>
|
2012-04-24 17:48:10 +02:00
|
|
|
<addaction name="action_set_keyboard_layout"/>
|
2012-11-06 06:50:14 +01:00
|
|
|
<addaction name="action_toggle_audio_input"/>
|
2012-01-22 18:45:41 +01:00
|
|
|
<addaction name="separator"/>
|
2012-04-08 20:00:48 +02:00
|
|
|
<addaction name="action_global_settings"/>
|
|
|
|
<addaction name="action_backup"/>
|
|
|
|
<addaction name="action_restore"/>
|
2012-04-10 23:08:40 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Create &New VM</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-10-04 14:43:48 +02:00
|
|
|
<string>Create a new VM</string>
|
2012-01-22 18:45:41 +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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Delete VM</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-10-04 14:43:48 +02:00
|
|
|
<string>Remove an existing VM (must be stopped first)</string>
|
2012-01-22 18:45:41 +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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Start/Resume V&M</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Pause VM</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Shutdown VM</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</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>
|
2016-06-05 21:19:18 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Restar&t VM</string>
|
2016-06-05 21:19:18 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Restart selected VM</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-22 18:45:41 +01:00
|
|
|
<action name="action_appmenus">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2012-04-10 08:47:22 +02:00
|
|
|
<normaloff>:/apps.png</normaloff>:/apps.png</iconset>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Add/remove app s&hortcuts</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2012-07-12 16:28:05 +02:00
|
|
|
<string>Add/remove app shortcuts for this VM</string>
|
2012-01-22 18:45:41 +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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Update VM</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Update VM system</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-11-06 06:50:14 +01:00
|
|
|
<action name="action_toggle_audio_input">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/mic.png</normaloff>:/mic.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Attach/detach &audio-input to the VM</string>
|
2012-11-06 06:50:14 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2012-12-06 06:30:39 +01:00
|
|
|
<string>Attach/detach audio-input to the VM</string>
|
2012-11-06 06:50:14 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-22 18:45:41 +01:00
|
|
|
<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">
|
2012-04-10 23:08:40 +02:00
|
|
|
<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">
|
2012-04-10 08:47:22 +02:00
|
|
|
<normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Edit VM &firewall rules</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2012-07-12 16:28:05 +02:00
|
|
|
<string>Edit VM firewall rules</string>
|
2012-01-22 18:45:41 +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>
|
2012-04-26 16:32:40 +02:00
|
|
|
<action name="action_options">
|
2012-01-22 18:45:41 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Options</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 16:32:40 +02:00
|
|
|
<action name="action_view">
|
2012-01-22 18:45:41 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 16:32:40 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&CPU</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 16:32:40 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>CPU &Graph</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 16:32:40 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&MEM</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 16:32:40 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>M&EM Graph</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 16:32:40 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Template</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 16:32:40 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&NetVM</string>
|
2012-01-22 18:45:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-28 12:25:35 +01:00
|
|
|
<action name="action_settings">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2012-04-10 08:47:22 +02:00
|
|
|
<normaloff>:/settings.png</normaloff>:/settings.png</iconset>
|
2012-01-28 12:25:35 +01:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>VM s&ettings</string>
|
2012-01-28 12:25:35 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>VM Settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-31 14:29:13 +01:00
|
|
|
<action name="action_restore">
|
2012-04-08 20:00:48 +02:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/restore.png</normaloff>:/restore.png</iconset>
|
|
|
|
</property>
|
2012-01-31 14:29:13 +01:00
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Restore VMs from backup</string>
|
2012-01-31 14:29:13 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_backup">
|
2012-04-08 20:00:48 +02:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/backup.png</normaloff>:/backup.png</iconset>
|
|
|
|
</property>
|
2012-01-31 14:29:13 +01:00
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Backup VMs</string>
|
2012-01-31 14:29:13 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-31 17:29:00 +01:00
|
|
|
<action name="action_global_settings">
|
2012-04-08 20:00:48 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Global settings</string>
|
2012-01-31 17:29:00 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 16:32:40 +02:00
|
|
|
<action name="action_state">
|
2012-02-05 18:41:41 +01:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2012-02-08 19:02:35 +01:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2012-02-05 18:41:41 +01:00
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&State</string>
|
2012-02-05 18:41:41 +01:00
|
|
|
</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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Kill VM</string>
|
2012-04-22 18:32:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Kill selected VM</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-24 17:48:10 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Set keyboard la&yout</string>
|
2012-04-24 17:48:10 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set keyboard layout per VM</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 16:32:40 +02:00
|
|
|
<action name="action_vm_type">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>T&ype</string>
|
2012-04-26 16:32:40 +02:00
|
|
|
</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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Label</string>
|
2012-04-26 16:32:40 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_name">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>N&ame</string>
|
2012-04-26 16:32:40 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-26 17:46:41 +02:00
|
|
|
<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">
|
2014-07-09 18:21:56 +02:00
|
|
|
<iconset theme="qubes-manager"/>
|
2012-04-26 17:46:41 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Qubes OS</string>
|
2012-04-26 17:46:41 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-27 17:04:35 +02:00
|
|
|
<action name="action_size_on_disk">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Si&ze</string>
|
2012-04-27 17:04:35 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Size on Disk</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-05-11 12:50:45 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Run command in VM</string>
|
2012-05-11 12:50:45 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Run command in the specified VM</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-07-12 13:32:45 +02:00
|
|
|
<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">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&Clone VM</string>
|
2012-07-12 13:32:45 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-03-05 10:40:04 +01:00
|
|
|
<action name="action_internal">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Inte&rnal</string>
|
2013-03-05 10:40:04 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Is an internal VM</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-03-05 11:21:16 +01:00
|
|
|
<action name="action_showinternalvms">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-03-05 11:29:49 +01:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-03-05 11:21:16 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/show-all-running.png</normaloff>:/show-all-running.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show/Hide internal VMs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-02-23 01:32:50 +01:00
|
|
|
<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">
|
|
|
|
<string>Start VM for Window Tools installation</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Start VM for Window Tools installation</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-03-10 04:27:52 +01:00
|
|
|
<action name="action_ip">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>&IP</string>
|
2014-03-10 04:27:52 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_backups">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Include in &backups</string>
|
2014-03-10 04:27:52 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-03-10 04:28:30 +01:00
|
|
|
<action name="action_last_backup">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-24 07:23:39 +01:00
|
|
|
<string>Last back&up</string>
|
2014-03-10 04:28:30 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-12-14 23:29:44 +01:00
|
|
|
<action name="action_search">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+F</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-22 18:45:41 +01:00
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|