entrypoint.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>650</width>
  10. <height>450</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>650</width>
  16. <height>450</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>650</width>
  22. <height>450</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Backup Machine</string>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true"/>
  30. </property>
  31. <widget class="QLabel" name="titleLabel">
  32. <property name="geometry">
  33. <rect>
  34. <x>183</x>
  35. <y>5</y>
  36. <width>451</width>
  37. <height>31</height>
  38. </rect>
  39. </property>
  40. <property name="font">
  41. <font>
  42. <pointsize>15</pointsize>
  43. </font>
  44. </property>
  45. <property name="text">
  46. <string>Backup Machine: main page</string>
  47. </property>
  48. </widget>
  49. <widget class="QLabel" name="bgrObject">
  50. <property name="geometry">
  51. <rect>
  52. <x>0</x>
  53. <y>0</y>
  54. <width>170</width>
  55. <height>450</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;IMG&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  60. </property>
  61. <property name="scaledContents">
  62. <bool>true</bool>
  63. </property>
  64. </widget>
  65. <widget class="QLabel" name="descriptionLabel">
  66. <property name="geometry">
  67. <rect>
  68. <x>200</x>
  69. <y>40</y>
  70. <width>431</width>
  71. <height>61</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Welcome to the Backup Machine wizard! To start backing up your files, select one of actions&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  76. </property>
  77. <property name="wordWrap">
  78. <bool>true</bool>
  79. </property>
  80. </widget>
  81. <widget class="QWidget" name="gridLayoutWidget">
  82. <property name="geometry">
  83. <rect>
  84. <x>200</x>
  85. <y>146</y>
  86. <width>402</width>
  87. <height>181</height>
  88. </rect>
  89. </property>
  90. <layout class="QGridLayout" name="gridLayout">
  91. <item row="0" column="1">
  92. <widget class="QPushButton" name="openBackupPushButton">
  93. <property name="minimumSize">
  94. <size>
  95. <width>197</width>
  96. <height>47</height>
  97. </size>
  98. </property>
  99. <property name="text">
  100. <string>Restore from backup</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item row="0" column="0">
  105. <widget class="QPushButton" name="createNewBackupPushButton">
  106. <property name="minimumSize">
  107. <size>
  108. <width>197</width>
  109. <height>47</height>
  110. </size>
  111. </property>
  112. <property name="text">
  113. <string>Create new backup</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="1" column="0">
  118. <widget class="QPushButton" name="useTemplatePushButton">
  119. <property name="minimumSize">
  120. <size>
  121. <width>197</width>
  122. <height>47</height>
  123. </size>
  124. </property>
  125. <property name="text">
  126. <string>Use template</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item row="1" column="1">
  131. <widget class="QPushButton" name="aboutSoftwarePushButton">
  132. <property name="minimumSize">
  133. <size>
  134. <width>197</width>
  135. <height>47</height>
  136. </size>
  137. </property>
  138. <property name="text">
  139. <string>About</string>
  140. </property>
  141. </widget>
  142. </item>
  143. <item row="2" column="0">
  144. <widget class="QPushButton" name="settingsPushButton">
  145. <property name="minimumSize">
  146. <size>
  147. <width>197</width>
  148. <height>47</height>
  149. </size>
  150. </property>
  151. <property name="text">
  152. <string>Settings</string>
  153. </property>
  154. </widget>
  155. </item>
  156. <item row="2" column="1">
  157. <widget class="QPushButton" name="exitPushButton">
  158. <property name="minimumSize">
  159. <size>
  160. <width>197</width>
  161. <height>47</height>
  162. </size>
  163. </property>
  164. <property name="maximumSize">
  165. <size>
  166. <width>197</width>
  167. <height>47</height>
  168. </size>
  169. </property>
  170. <property name="text">
  171. <string>Exit</string>
  172. </property>
  173. </widget>
  174. </item>
  175. </layout>
  176. </widget>
  177. </widget>
  178. <resources/>
  179. <connections/>
  180. </ui>