123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Form</class>
- <widget class="QWidget" name="Form">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>650</width>
- <height>450</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>650</width>
- <height>450</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>650</width>
- <height>450</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Backup Machine</string>
- </property>
- <widget class="QLabel" name="bgrObject">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>170</width>
- <height>450</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p>IMG</p></body></html></string>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="savingBackupTitleLabel">
- <property name="geometry">
- <rect>
- <x>183</x>
- <y>5</y>
- <width>451</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Backup Machine: saving backup</string>
- </property>
- </widget>
- <widget class="QLabel" name="backupNameLabel">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>90</y>
- <width>391</width>
- <height>19</height>
- </rect>
- </property>
- <property name="text">
- <string>Backup name:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="backupNameLineEdit">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>111</y>
- <width>391</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="finalNameLabel">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>140</y>
- <width>391</width>
- <height>19</height>
- </rect>
- </property>
- <property name="text">
- <string>08-08-2021_13-50-37.tar</string>
- </property>
- </widget>
- <widget class="QLabel" name="backupPathLabel">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>180</y>
- <width>391</width>
- <height>19</height>
- </rect>
- </property>
- <property name="text">
- <string>Backup path:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="backupPathLineEdit">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>201</y>
- <width>301</width>
- <height>27</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="choosePushButton">
- <property name="geometry">
- <rect>
- <x>503</x>
- <y>201</y>
- <width>87</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Choose</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="createNewTemplateCheckBox">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>250</y>
- <width>391</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Create a template?</string>
- </property>
- </widget>
- <widget class="QPushButton" name="startPushButton">
- <property name="geometry">
- <rect>
- <x>501</x>
- <y>400</y>
- <width>121</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Start</string>
- </property>
- </widget>
- <widget class="QPushButton" name="backPushButton">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>400</y>
- <width>121</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Back</string>
- </property>
- </widget>
- <widget class="QProgressBar" name="progressBar">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>370</y>
- <width>421</width>
- <height>23</height>
- </rect>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|