completion.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. <widget class="QLabel" name="bgrObject">
  29. <property name="geometry">
  30. <rect>
  31. <x>0</x>
  32. <y>0</y>
  33. <width>170</width>
  34. <height>450</height>
  35. </rect>
  36. </property>
  37. <property name="text">
  38. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;IMG&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  39. </property>
  40. <property name="scaledContents">
  41. <bool>true</bool>
  42. </property>
  43. </widget>
  44. <widget class="QLabel" name="completionTitleLabel">
  45. <property name="geometry">
  46. <rect>
  47. <x>183</x>
  48. <y>5</y>
  49. <width>451</width>
  50. <height>31</height>
  51. </rect>
  52. </property>
  53. <property name="font">
  54. <font>
  55. <pointsize>15</pointsize>
  56. </font>
  57. </property>
  58. <property name="text">
  59. <string>Backup Machine: process completion</string>
  60. </property>
  61. </widget>
  62. <widget class="QLabel" name="completedSuccessfullyLabel">
  63. <property name="geometry">
  64. <rect>
  65. <x>200</x>
  66. <y>40</y>
  67. <width>391</width>
  68. <height>331</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Backup process was completed successfully! Now your backup is avaliable at: &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  73. </property>
  74. <property name="scaledContents">
  75. <bool>false</bool>
  76. </property>
  77. <property name="alignment">
  78. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  79. </property>
  80. <property name="wordWrap">
  81. <bool>true</bool>
  82. </property>
  83. </widget>
  84. <widget class="QPushButton" name="homePushButton">
  85. <property name="geometry">
  86. <rect>
  87. <x>501</x>
  88. <y>400</y>
  89. <width>121</width>
  90. <height>27</height>
  91. </rect>
  92. </property>
  93. <property name="text">
  94. <string>Home</string>
  95. </property>
  96. </widget>
  97. </widget>
  98. <resources/>
  99. <connections/>
  100. </ui>