123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?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="completionTitleLabel">
- <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: process completion</string>
- </property>
- </widget>
- <widget class="QLabel" name="completedSuccessfullyLabel">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>40</y>
- <width>391</width>
- <height>331</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p>Backup process was completed successfully! Now your backup is avaliable at: </p></body></html></string>
- </property>
- <property name="scaledContents">
- <bool>false</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="homePushButton">
- <property name="geometry">
- <rect>
- <x>501</x>
- <y>400</y>
- <width>121</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Home</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|