2011-10-24 02:04:50 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Wizard</class>
<widget class="QWizard" name="Wizard">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>710</width>
<height>368</height>
</rect>
</property>
<property name="windowTitle">
<string>Wizard</string>
</property>
<property name="options">
<set>QWizard::HaveHelpButton|QWizard::IndependentPages</set>
</property>
<widget class="QWizardPage" name="wizardPage_intro">
<property name="title">
<string>Tomb</string>
</property>
<property name="subTitle">
<string>tomb creation</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>This wizard will guide you to the creation of a tomb.<br> It will be fun!</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
2011-11-01 02:07:05 +00:00
<widget class="QWizardPage" name="wizardPage_check">
<property name="title">
<string>Requirements check</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<widget class="QLabel" name="label_check">
<property name="text">
<string>Checking...</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_swap">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Swap error</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_13">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>It seems that you have swap activated. It is very dangerous, since you could leave LOT of traces on your computer UNencrypted. You have some options:</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_swapoff">
<item>
<widget class="QRadioButton" name="radioButton_swapoff">
<property name="text">
<string>Swapoff</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_swapoff">
<property name="text">
<string>Note: swapoff could take a long time, and, in case the memory is not enough, could even make your system crash. Your system seems to have %freeram%MB free</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<widget class="QRadioButton" name="radioButton_ignore">
<property name="text">
<string>Ignore</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_9">
<property name="text">
<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; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note:</span> You should use this only if you are sure that your swap is encrypted, or that you are using compcache.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If this is not the case, DON'T select this, as it is <span style=" font-weight:600;">VERY DANGEROUS </span>to use encryption with swap activated</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
2011-10-24 02:04:50 +00:00
<widget class="QWizardPage" name="wizardPage_tomb_size">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Please enter tomb size. Digging the tomb will require some time: usually, one minute per GB, but your mileage may vary. <br>Keep in mind that resizing it in the future is still NOT implemented</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Enter tomb size, in MB. 1GB=1000MB)</string>
</property>
<property name="buddy">
2011-10-27 00:22:39 +00:00
<cstring>spinBox_size</cstring>
2011-10-24 02:04:50 +00:00
</property>
</widget>
</item>
<item>
2011-10-27 00:22:39 +00:00
<widget class="QSpinBox" name="spinBox_size">
2011-10-30 21:07:16 +00:00
<property name="minimum">
<number>10</number>
</property>
2011-10-24 02:04:50 +00:00
<property name="maximum">
<number>100000</number>
</property>
<property name="value">
<number>100</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWizardPage" name="wizardPage_tomb_location">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Where do you want your tomb to be digged?</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="buddy">
2011-10-24 16:52:10 +00:00
<cstring>lineEdit_tombpath</cstring>
2011-10-24 02:04:50 +00:00
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
2011-10-24 16:52:10 +00:00
<widget class="QLineEdit" name="lineEdit_tombpath">
<property name="frame">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>/path/to/file.tomb</string>
</property>
</widget>
2011-10-24 02:04:50 +00:00
</item>
<item>
2011-10-27 00:22:39 +00:00
<widget class="QPushButton" name="button_tombpath">
2011-10-24 02:04:50 +00:00
<property name="text">
<string>Open file</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWizardPage" name="wizardPage_key_location">
<property name="title">
<string>Key creation</string>
</property>
<property name="subTitle">
<string>Choose the location for your key</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<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; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Now, you have to decide where to put the <span style=" font-weight:600;">key</span> for your tomb<br />You should not leave your key at the door, as this will lower security A LOT</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also, the keyfile is very small (less than a KB), so disk space is not an issue</p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
2011-10-28 00:29:03 +00:00
<widget class="QRadioButton" name="radioButton_usb">
2011-10-28 10:06:00 +00:00
<property name="enabled">
<bool>false</bool>
</property>
2011-10-24 02:04:50 +00:00
<property name="text">
<string>On a USB pen (best security)</string>
</property>
2011-10-28 10:06:00 +00:00
<property name="checkable">
2011-10-24 02:04:50 +00:00
<bool>true</bool>
</property>
2011-10-28 10:06:00 +00:00
<property name="checked">
<bool>false</bool>
</property>
2011-10-24 02:04:50 +00:00
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_6">
2011-10-28 10:06:00 +00:00
<property name="enabled">
<bool>false</bool>
</property>
2011-10-24 02:04:50 +00:00
<property name="text">
<string>If you choose to do so, do not insert it NOW. Do it when you are asked to do so</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
2011-10-28 00:29:03 +00:00
<widget class="QRadioButton" name="radioButton_near">
2011-10-24 02:04:50 +00:00
<property name="toolTip">
<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; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It will be created as a regular file in the same directory of your tomb.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It is much easier to use, but also much more <span style=" font-style:italic;">insecure</span>: all your security will be guaranteed by your <span style=" font-weight:600;">password</span>. If you really want to do this, choose a strong password (lot of random/non-dictionary words, spaces, numbers, odd characters)</p></body></html></string>
</property>
<property name="text">
<string>Near to the tomb itself (this is BAD)</string>
</property>
2011-10-28 10:06:00 +00:00
<property name="checked">
<bool>true</bool>
</property>
2011-10-24 02:04:50 +00:00
</widget>
</item>
<item>
2011-10-28 00:29:03 +00:00
<widget class="QRadioButton" name="radioButton_custom">
2011-10-24 02:04:50 +00:00
<property name="text">
<string>Specify location</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2011-10-28 00:29:03 +00:00
<widget class="QLineEdit" name="lineEdit_custom">
2011-10-24 02:04:50 +00:00
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item>
2011-10-28 00:29:03 +00:00
<widget class="QPushButton" name="pushButton_custom">
2011-10-24 02:04:50 +00:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Choose location</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<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; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Help: </span>the key file is very small, so disk usage is not an issue</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
2011-10-27 00:22:39 +00:00
<widget class="QWizardPage" name="wizardPage_progress">
2011-10-24 02:04:50 +00:00
<property name="title">
2011-10-27 00:22:39 +00:00
<string>Creating</string>
2011-10-24 02:04:50 +00:00
</property>
<property name="subTitle">
2011-10-27 00:22:39 +00:00
<string>Please wait</string>
2011-10-24 02:04:50 +00:00
</property>
2011-10-30 21:07:16 +00:00
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QProgressBar" name="progressBar">
<property name="value">
<number>0</number>
</property>
<property name="textVisible">
<bool>true</bool>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_progress">
<property name="text">
<string>Creating tomb, please wait...</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QTextBrowser" name="textBrowser_log">
<property name="documentTitle">
<string>Log</string>
</property>
<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" /><title>Log</title><style type="text/css">
p, li { white-space: pre-wrap; }
2011-11-01 02:07:05 +00:00
</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt; font-weight:600;">Log</span></p>
<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; font-family:'Sans Serif'; font-size:9pt; font-weight:600;"></p></body></html></string>
2011-10-30 21:07:16 +00:00
</property>
</widget>
</item>
</layout>
2011-10-24 02:04:50 +00:00
</widget>
<widget class="QWizardPage" name="wizardPage_end">
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QLabel" name="label_10">
<property name="text">
<string>You successfully created the tomb!</string>
</property>
</widget>
</item>
<item>
2011-10-28 10:06:00 +00:00
<widget class="QCheckBox" name="checkBox_open">
2011-11-02 23:18:22 +00:00
<property name="enabled">
<bool>false</bool>
</property>
2011-10-24 02:04:50 +00:00
<property name="text">
<string>Open the just-created tomb NOW!</string>
</property>
<property name="checked">
2011-11-02 23:18:22 +00:00
<bool>false</bool>
2011-10-24 02:04:50 +00:00
</property>
<property name="tristate">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections>
<connection>
2011-10-28 00:29:03 +00:00
<sender>radioButton_custom</sender>
2011-10-24 02:04:50 +00:00
<signal>toggled(bool)</signal>
2011-10-28 00:29:03 +00:00
<receiver>lineEdit_custom</receiver>
2011-10-24 02:04:50 +00:00
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
2011-11-01 02:07:05 +00:00
<x>91</x>
<y>56</y>
2011-10-24 02:04:50 +00:00
</hint>
<hint type="destinationlabel">
2011-11-01 02:07:05 +00:00
<x>53</x>
<y>56</y>
2011-10-24 02:04:50 +00:00
</hint>
</hints>
</connection>
<connection>
2011-10-28 00:29:03 +00:00
<sender>radioButton_custom</sender>
2011-10-24 02:04:50 +00:00
<signal>toggled(bool)</signal>
2011-10-28 00:29:03 +00:00
<receiver>pushButton_custom</receiver>
2011-10-24 02:04:50 +00:00
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
2011-11-01 02:07:05 +00:00
<x>98</x>
<y>56</y>
2011-10-24 02:04:50 +00:00
</hint>
<hint type="destinationlabel">
2011-11-01 02:07:05 +00:00
<x>98</x>
<y>56</y>
2011-10-24 02:04:50 +00:00
</hint>
</hints>
</connection>
<connection>
<sender>Wizard</sender>
<signal>currentIdChanged(int)</signal>
<receiver>label_11</receiver>
<slot>hide()</slot>
<hints>
<hint type="sourcelabel">
<x>181</x>
<y>335</y>
</hint>
<hint type="destinationlabel">
2011-11-01 02:07:05 +00:00
<x>99</x>
<y>60</y>
2011-10-24 02:04:50 +00:00
</hint>
</hints>
</connection>
<connection>
<sender>Wizard</sender>
<signal>helpRequested()</signal>
<receiver>label_11</receiver>
<slot>show()</slot>
<hints>
<hint type="sourcelabel">
<x>135</x>
<y>356</y>
</hint>
<hint type="destinationlabel">
2011-11-01 02:07:05 +00:00
<x>99</x>
<y>60</y>
2011-10-24 02:04:50 +00:00
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>check_passwords_equal()</slot>
</slots>
</ui>