2017-02-12 15:51:36 +01:00
|
|
|
<?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>
|
2017-03-05 21:23:36 +01:00
|
|
|
<width>650</width>
|
2017-02-12 15:51:36 +01:00
|
|
|
<height>745</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Dialog</string>
|
|
|
|
|
</property>
|
2017-03-05 21:23:36 +01:00
|
|
|
<widget class="QPushButton" name="btnStart">
|
2017-02-12 15:51:36 +01:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2017-03-05 21:23:36 +01:00
|
|
|
<x>270</x>
|
|
|
|
|
<y>630</y>
|
|
|
|
|
<width>75</width>
|
|
|
|
|
<height>23</height>
|
2017-02-12 15:51:36 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2017-03-05 21:23:36 +01:00
|
|
|
<string>START</string>
|
2017-02-12 15:51:36 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
2017-03-05 21:23:36 +01:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
2017-02-12 15:51:36 +01:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2017-03-05 21:23:36 +01:00
|
|
|
<x>30</x>
|
|
|
|
|
<y>90</y>
|
|
|
|
|
<width>601</width>
|
|
|
|
|
<height>501</height>
|
2017-02-12 15:51:36 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2017-03-05 21:23:36 +01:00
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>0</number>
|
2017-02-12 15:51:36 +01:00
|
|
|
</property>
|
2017-03-05 21:23:36 +01:00
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Tab 1</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Filename</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="editFilename"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="selectDestination">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Format</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QComboBox" name="backupFormat">
|
|
|
|
|
<property name="modelColumn">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Jobs:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="jobs"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="chkbxVerbose">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Verbose</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Compression</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="compression">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>-1 means default, 0-9 is no compression to max compression</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>-1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>9</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>-1</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="chkbxIncludeBlobs">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Include blobs</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="7" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="chkbxClean">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Clean</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="chkbxCreate">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Create</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="noOwner">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>No owner</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="10" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="oids">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Oids</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="1">
|
|
|
|
|
<widget class="QComboBox" name="what">
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>data + schema</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>data only (-a)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>schema-only (-s)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>What</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="11" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="noAcl">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>No privileges/acl</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Tab 2</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPlainTextEdit" name="stdOutput">
|
|
|
|
|
<property name="palette">
|
|
|
|
|
<palette>
|
|
|
|
|
<active>
|
|
|
|
|
<colorrole role="Text">
|
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
|
<color alpha="255">
|
|
|
|
|
<red>255</red>
|
|
|
|
|
<green>255</green>
|
|
|
|
|
<blue>255</blue>
|
|
|
|
|
</color>
|
|
|
|
|
</brush>
|
|
|
|
|
</colorrole>
|
|
|
|
|
<colorrole role="Base">
|
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
|
<color alpha="255">
|
|
|
|
|
<red>0</red>
|
|
|
|
|
<green>0</green>
|
|
|
|
|
<blue>0</blue>
|
|
|
|
|
</color>
|
|
|
|
|
</brush>
|
|
|
|
|
</colorrole>
|
|
|
|
|
</active>
|
|
|
|
|
<inactive>
|
|
|
|
|
<colorrole role="Text">
|
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
|
<color alpha="255">
|
|
|
|
|
<red>255</red>
|
|
|
|
|
<green>255</green>
|
|
|
|
|
<blue>255</blue>
|
|
|
|
|
</color>
|
|
|
|
|
</brush>
|
|
|
|
|
</colorrole>
|
|
|
|
|
<colorrole role="Base">
|
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
|
<color alpha="255">
|
|
|
|
|
<red>0</red>
|
|
|
|
|
<green>0</green>
|
|
|
|
|
<blue>0</blue>
|
|
|
|
|
</color>
|
|
|
|
|
</brush>
|
|
|
|
|
</colorrole>
|
|
|
|
|
</inactive>
|
|
|
|
|
<disabled>
|
|
|
|
|
<colorrole role="Text">
|
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
|
<color alpha="255">
|
|
|
|
|
<red>120</red>
|
|
|
|
|
<green>120</green>
|
|
|
|
|
<blue>120</blue>
|
|
|
|
|
</color>
|
|
|
|
|
</brush>
|
|
|
|
|
</colorrole>
|
|
|
|
|
<colorrole role="Base">
|
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
|
<color alpha="255">
|
|
|
|
|
<red>240</red>
|
|
|
|
|
<green>240</green>
|
|
|
|
|
<blue>240</blue>
|
|
|
|
|
</color>
|
|
|
|
|
</brush>
|
|
|
|
|
</colorrole>
|
|
|
|
|
</disabled>
|
|
|
|
|
</palette>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<family>Source Code Pro</family>
|
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="lineWrapMode">
|
|
|
|
|
<enum>QPlainTextEdit::NoWrap</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="readOnly">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="plainText">
|
|
|
|
|
<string>Test text.</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2017-02-12 15:51:36 +01:00
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|