|
@@ -310,6 +310,28 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QGroupBox" name="groupBox_4">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>Other</string>
|
|
|
+ </property>
|
|
|
+ <layout class="QGridLayout" name="gridLayout_4">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QCheckBox" name="turn_off_checkbox">
|
|
|
+ <property name="text">
|
|
|
+ <string>Turn computer off after backup is finished</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<widget class="QWizardPage" name="confirm_page">
|