212 lines
4.4 KiB
Text
212 lines
4.4 KiB
Text
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>BackupDialog</class>
|
||
|
|
<widget class="QDialog" name="BackupDialog">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>645</width>
|
||
|
|
<height>745</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Dialog</string>
|
||
|
|
</property>
|
||
|
|
<widget class="QWidget" name="widget" native="true">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>76</x>
|
||
|
|
<y>9</y>
|
||
|
|
<width>232</width>
|
||
|
|
<height>41</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
|
<item>
|
||
|
|
<widget class="QLineEdit" name="lineEdit"/>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="pushButton">
|
||
|
|
<property name="text">
|
||
|
|
<string>PushButton</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_2">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>9</x>
|
||
|
|
<y>98</y>
|
||
|
|
<width>34</width>
|
||
|
|
<height>16</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Format</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QComboBox" name="comboBox">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>76</x>
|
||
|
|
<y>98</y>
|
||
|
|
<width>69</width>
|
||
|
|
<height>20</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>9</x>
|
||
|
|
<y>9</y>
|
||
|
|
<width>42</width>
|
||
|
|
<height>16</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Filename</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_3">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>9</x>
|
||
|
|
<y>124</y>
|
||
|
|
<width>26</width>
|
||
|
|
<height>16</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Jobs:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QSpinBox" name="spinBox">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>76</x>
|
||
|
|
<y>124</y>
|
||
|
|
<width>37</width>
|
||
|
|
<height>20</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QCheckBox" name="checkBox">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>76</x>
|
||
|
|
<y>150</y>
|
||
|
|
<width>70</width>
|
||
|
|
<height>17</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Verbose</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_5">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>9</x>
|
||
|
|
<y>173</y>
|
||
|
|
<width>61</width>
|
||
|
|
<height>16</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Compression</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QSpinBox" name="spinBox_2">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>76</x>
|
||
|
|
<y>173</y>
|
||
|
|
<width>37</width>
|
||
|
|
<height>20</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QCheckBox" name="checkBox_2">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>70</x>
|
||
|
|
<y>210</y>
|
||
|
|
<width>70</width>
|
||
|
|
<height>17</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Data only</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QCheckBox" name="checkBox_3">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>70</x>
|
||
|
|
<y>230</y>
|
||
|
|
<width>171</width>
|
||
|
|
<height>17</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Include blobs</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QCheckBox" name="checkBox_4">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>70</x>
|
||
|
|
<y>260</y>
|
||
|
|
<width>70</width>
|
||
|
|
<height>17</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Clean</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QCheckBox" name="checkBox_5">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>70</x>
|
||
|
|
<y>280</y>
|
||
|
|
<width>70</width>
|
||
|
|
<height>17</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Create</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_4">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>20</x>
|
||
|
|
<y>320</y>
|
||
|
|
<width>47</width>
|
||
|
|
<height>13</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Encoding</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QComboBox" name="comboBox_2">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>70</x>
|
||
|
|
<y>320</y>
|
||
|
|
<width>69</width>
|
||
|
|
<height>22</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|