2012-01-31 14:29:13 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Backup</class>
|
|
|
|
<widget class="QWizard" name="Backup">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-11-28 03:52:02 +01:00
|
|
|
<width>650</width>
|
2012-01-31 14:29:13 +01:00
|
|
|
<height>399</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Qubes Backup VMs</string>
|
|
|
|
</property>
|
|
|
|
<property name="locale">
|
|
|
|
<locale language="English" country="UnitedStates"/>
|
|
|
|
</property>
|
|
|
|
<property name="options">
|
|
|
|
<set>QWizard::NoBackButtonOnLastPage|QWizard::NoBackButtonOnStartPage</set>
|
|
|
|
</property>
|
2012-02-20 07:56:38 +01:00
|
|
|
<widget class="QWizardPage" name="select_vms_page">
|
2012-01-31 14:29:13 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2012-03-29 23:26:16 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="shutdown_running_vms_button">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shutdown all running selected VMs</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QPushButton" name="refresh_button">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Refresh running states.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" rowspan="2">
|
|
|
|
<widget class="QLabel" name="running_vms_warning">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>true</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">color:rgb(255, 0, 0)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-12-13 22:02:12 +01:00
|
|
|
<string>Some of the selected VMs are running (red). Running VMs cannot be backed up!</string>
|
2012-03-29 23:26:16 +02:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
|
|
|
<underline>false</underline>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Select VMs to backup:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-01-31 14:29:13 +01:00
|
|
|
</item>
|
2012-04-04 01:40:13 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Total size:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="total_size_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-01-31 14:29:13 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-02-20 07:56:38 +01:00
|
|
|
<widget class="QWizardPage" name="select_dir_page">
|
2013-09-28 12:33:56 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="0" column="0">
|
2012-02-05 18:41:41 +01:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Backup destination directory</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2015-03-31 05:40:53 +02:00
|
|
|
<item row="3" column="2">
|
2013-09-28 12:33:56 +02:00
|
|
|
<widget class="QLineEdit" name="dir_line_edit"/>
|
|
|
|
</item>
|
2015-03-31 05:40:53 +02:00
|
|
|
<item row="3" column="3">
|
2013-09-28 12:33:56 +02:00
|
|
|
<widget class="QToolButton" name="select_path_button">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-31 05:40:53 +02:00
|
|
|
<item row="1" column="2">
|
2013-09-28 12:33:56 +02:00
|
|
|
<widget class="QComboBox" name="appvm_combobox"/>
|
|
|
|
</item>
|
2015-03-31 05:40:53 +02:00
|
|
|
<item row="1" column="0">
|
2013-09-28 12:33:56 +02:00
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Target AppVM:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-03-31 05:40:53 +02:00
|
|
|
<item row="3" column="0">
|
2012-02-05 18:41:41 +01:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2013-11-28 03:52:02 +01:00
|
|
|
<string>Backup directory or VM command:</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
2012-02-05 18:41:41 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-28 12:33:56 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Backup security</string>
|
|
|
|
</property>
|
2013-11-28 03:52:02 +01:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_12">
|
2013-09-28 12:33:56 +02:00
|
|
|
<property name="text">
|
2013-11-28 03:52:02 +01:00
|
|
|
<string><html><head/><body><p>Encryption / Verification<br/>passphrase:</p></body></html></string>
|
2013-09-28 12:33:56 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
2012-02-05 18:41:41 +01:00
|
|
|
</item>
|
2013-11-28 03:52:02 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_10">
|
2012-02-05 18:41:41 +01:00
|
|
|
<property name="text">
|
2013-11-28 03:52:02 +01:00
|
|
|
<string>Encrypt backup:</string>
|
2013-09-28 12:33:56 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="encryption_checkbox">
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-11-28 03:52:02 +01:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head/><body><p>Reenter passphrase:</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2013-09-28 12:33:56 +02:00
|
|
|
<widget class="QLineEdit" name="passphrase_line_edit">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
2012-02-05 18:41:41 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-11-28 03:52:02 +01:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QLineEdit" name="passphrase_line_edit_verify">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-02-05 18:41:41 +01:00
|
|
|
</layout>
|
2012-01-31 14:29:13 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-02-20 07:56:38 +01:00
|
|
|
<widget class="QWizardPage" name="confirm_page">
|
2012-01-31 14:29:13 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2012-02-05 18:41:41 +01:00
|
|
|
<pointsize>9</pointsize>
|
|
|
|
<weight>50</weight>
|
2012-01-31 14:29:13 +01:00
|
|
|
<italic>false</italic>
|
2012-02-05 18:41:41 +01:00
|
|
|
<bold>false</bold>
|
2012-01-31 14:29:13 +01:00
|
|
|
<underline>false</underline>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>You're about to perform the following actions:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTextEdit" name="textEdit">
|
|
|
|
<property name="html">
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
p, li { white-space: pre-wrap; }
|
2015-12-13 22:02:12 +01:00
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
2012-01-31 14:29:13 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2012-02-05 18:41:41 +01:00
|
|
|
<pointsize>9</pointsize>
|
|
|
|
<weight>50</weight>
|
2012-01-31 14:29:13 +01:00
|
|
|
<italic>false</italic>
|
2012-02-05 18:41:41 +01:00
|
|
|
<bold>false</bold>
|
2012-01-31 14:29:13 +01:00
|
|
|
<underline>false</underline>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>To continue press Next. </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-02-20 07:56:38 +01:00
|
|
|
<widget class="QWizardPage" name="commit_page">
|
2012-01-31 14:29:13 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
2013-11-28 03:52:02 +01:00
|
|
|
<widget class="QLabel" name="progress_status">
|
2012-01-31 14:29:13 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2012-02-05 18:41:41 +01:00
|
|
|
<pointsize>9</pointsize>
|
|
|
|
<weight>50</weight>
|
2012-01-31 14:29:13 +01:00
|
|
|
<italic>false</italic>
|
2012-02-05 18:41:41 +01:00
|
|
|
<bold>false</bold>
|
2012-01-31 14:29:13 +01:00
|
|
|
<underline>false</underline>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Backup in progress...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-02-20 07:56:38 +01:00
|
|
|
<widget class="QProgressBar" name="progress_bar">
|
2012-01-31 14:29:13 +01:00
|
|
|
<property name="value">
|
2012-03-02 02:50:12 +01:00
|
|
|
<number>0</number>
|
2012-01-31 14:29:13 +01:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="invertedAppearance">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-15 03:06:51 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="showFileDialog">
|
|
|
|
<property name="text">
|
|
|
|
<string>When finished, open file selection dialog to allow me unmount the disk</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-01-31 14:29:13 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2012-03-29 23:26:16 +02:00
|
|
|
<resources>
|
|
|
|
<include location="resources.qrc"/>
|
|
|
|
</resources>
|
2012-01-31 14:29:13 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|