|
@@ -14,77 +14,7 @@
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
- <item row="6" column="0">
|
|
|
- <widget class="Line" name="line_2">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="QLabel" name="availableBackupsLabel">
|
|
|
- <property name="font">
|
|
|
- <font>
|
|
|
- <pointsize>10</pointsize>
|
|
|
- <weight>75</weight>
|
|
|
- <bold>true</bold>
|
|
|
- </font>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Available Backups</string>
|
|
|
- </property>
|
|
|
- <property name="alignment">
|
|
|
- <set>Qt::AlignCenter</set>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="0">
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="createLocalPushButton">
|
|
|
- <property name="text">
|
|
|
- <string>Create Local Backup</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="restoreLocalPushButton">
|
|
|
- <property name="text">
|
|
|
- <string>Restore Local Backup</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="deleteSelectedPushButton">
|
|
|
- <property name="text">
|
|
|
- <string>Delete Selected Backup</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="createExternalPushButton">
|
|
|
- <property name="text">
|
|
|
- <string>Create External Backup</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="restoreExternalPushButton">
|
|
|
- <property name="text">
|
|
|
- <string>Restore External Backup</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="aboutPushButton">
|
|
|
- <property name="text">
|
|
|
- <string>About Backups</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item row="4" column="0">
|
|
|
+ <item row="2" column="0" colspan="5">
|
|
|
<widget class="QTableView" name="tableView">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
@@ -93,7 +23,7 @@
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
- <enum>QAbstractScrollArea::AdjustToContents</enum>
|
|
|
+ <enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum>
|
|
|
</property>
|
|
|
<property name="editTriggers">
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
@@ -115,13 +45,93 @@
|
|
|
</attribute>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="3" column="0">
|
|
|
+ <item row="1" column="0" colspan="5">
|
|
|
<widget class="Line" name="line">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
+ <item row="4" column="1" rowspan="2">
|
|
|
+ <widget class="Line" name="line_3">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="4">
|
|
|
+ <widget class="QPushButton" name="restoreExternalPushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>Restore External Backup</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="2">
|
|
|
+ <widget class="QPushButton" name="aboutPushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>About Backups</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QPushButton" name="createLocalPushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>Create Local Backup</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="0" colspan="5">
|
|
|
+ <widget class="Line" name="line_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="4">
|
|
|
+ <widget class="QPushButton" name="createExternalPushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>Create External Backup</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="3" rowspan="2">
|
|
|
+ <widget class="Line" name="line_4">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="2">
|
|
|
+ <widget class="QPushButton" name="deleteSelectedPushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>Delete Selected Backup</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="2">
|
|
|
+ <widget class="QLabel" name="availableBackupsLabel">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ <weight>75</weight>
|
|
|
+ <bold>true</bold>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Available Backups</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="0">
|
|
|
+ <widget class="QPushButton" name="restoreLocalPushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>Restore Local Backup</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<resources/>
|