usetemplate.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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="useTemplateTitleLabel">
  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: use template</string>
  60. </property>
  61. </widget>
  62. <widget class="QLabel" name="selectTemplateLabel">
  63. <property name="geometry">
  64. <rect>
  65. <x>200</x>
  66. <y>41</y>
  67. <width>431</width>
  68. <height>41</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Please select one of avaliable templates:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  73. </property>
  74. <property name="wordWrap">
  75. <bool>true</bool>
  76. </property>
  77. </widget>
  78. <widget class="QListWidget" name="templatesListView">
  79. <property name="geometry">
  80. <rect>
  81. <x>221</x>
  82. <y>84</y>
  83. <width>401</width>
  84. <height>271</height>
  85. </rect>
  86. </property>
  87. </widget>
  88. <widget class="QPushButton" name="startPushButton">
  89. <property name="geometry">
  90. <rect>
  91. <x>501</x>
  92. <y>400</y>
  93. <width>121</width>
  94. <height>27</height>
  95. </rect>
  96. </property>
  97. <property name="text">
  98. <string>Start</string>
  99. </property>
  100. </widget>
  101. <widget class="QPushButton" name="backPushButton">
  102. <property name="geometry">
  103. <rect>
  104. <x>370</x>
  105. <y>400</y>
  106. <width>121</width>
  107. <height>27</height>
  108. </rect>
  109. </property>
  110. <property name="text">
  111. <string>Back</string>
  112. </property>
  113. </widget>
  114. <widget class="QProgressBar" name="progressBar">
  115. <property name="geometry">
  116. <rect>
  117. <x>221</x>
  118. <y>370</y>
  119. <width>401</width>
  120. <height>23</height>
  121. </rect>
  122. </property>
  123. <property name="value">
  124. <number>0</number>
  125. </property>
  126. </widget>
  127. </widget>
  128. <resources/>
  129. <connections/>
  130. </ui>