123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- <?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>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QLabel" name="titleLabel">
- <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: main page</string>
- </property>
- </widget>
- <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="descriptionLabel">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>40</y>
- <width>431</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p>Welcome to the Backup Machine wizard! To start backing up your files, select one of actions</p></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QWidget" name="gridLayoutWidget">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>146</y>
- <width>402</width>
- <height>181</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="1">
- <widget class="QPushButton" name="openBackupPushButton">
- <property name="minimumSize">
- <size>
- <width>197</width>
- <height>47</height>
- </size>
- </property>
- <property name="text">
- <string>Restore from backup</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QPushButton" name="createNewBackupPushButton">
- <property name="minimumSize">
- <size>
- <width>197</width>
- <height>47</height>
- </size>
- </property>
- <property name="text">
- <string>Create new backup</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QPushButton" name="useTemplatePushButton">
- <property name="minimumSize">
- <size>
- <width>197</width>
- <height>47</height>
- </size>
- </property>
- <property name="text">
- <string>Use template</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QPushButton" name="aboutSoftwarePushButton">
- <property name="minimumSize">
- <size>
- <width>197</width>
- <height>47</height>
- </size>
- </property>
- <property name="text">
- <string>About</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QPushButton" name="settingsPushButton">
- <property name="minimumSize">
- <size>
- <width>197</width>
- <height>47</height>
- </size>
- </property>
- <property name="text">
- <string>Settings</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QPushButton" name="exitPushButton">
- <property name="minimumSize">
- <size>
- <width>197</width>
- <height>47</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>197</width>
- <height>47</height>
- </size>
- </property>
- <property name="text">
- <string>Exit</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|