about.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>387</width>
  10. <height>450</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>305</width>
  16. <height>160</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>800</width>
  22. <height>800</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>About</string>
  27. </property>
  28. <widget class="QLabel" name="appIconLabel">
  29. <property name="geometry">
  30. <rect>
  31. <x>242</x>
  32. <y>70</y>
  33. <width>66</width>
  34. <height>61</height>
  35. </rect>
  36. </property>
  37. <property name="text">
  38. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ICOICON&lt;br/&gt;ICOICON&lt;br/&gt;ICOICON&lt;br/&gt;ICOICON&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  39. </property>
  40. <property name="scaledContents">
  41. <bool>true</bool>
  42. </property>
  43. <property name="alignment">
  44. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="appNameLabel">
  48. <property name="geometry">
  49. <rect>
  50. <x>181</x>
  51. <y>131</y>
  52. <width>191</width>
  53. <height>31</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:18pt;&quot;&gt;Backup Machine&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  58. </property>
  59. <property name="alignment">
  60. <set>Qt::AlignCenter</set>
  61. </property>
  62. </widget>
  63. <widget class="QLabel" name="appVersionLabel">
  64. <property name="geometry">
  65. <rect>
  66. <x>187</x>
  67. <y>160</y>
  68. <width>181</width>
  69. <height>21</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:14pt;&quot;&gt;v.0.1&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  74. </property>
  75. <property name="alignment">
  76. <set>Qt::AlignCenter</set>
  77. </property>
  78. </widget>
  79. <widget class="QLabel" name="developerLabel">
  80. <property name="geometry">
  81. <rect>
  82. <x>187</x>
  83. <y>200</y>
  84. <width>181</width>
  85. <height>21</height>
  86. </rect>
  87. </property>
  88. <property name="text">
  89. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Developer: &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  90. </property>
  91. </widget>
  92. <widget class="QLabel" name="githubLabel">
  93. <property name="geometry">
  94. <rect>
  95. <x>187</x>
  96. <y>253</y>
  97. <width>181</width>
  98. <height>31</height>
  99. </rect>
  100. </property>
  101. <property name="font">
  102. <font>
  103. <pointsize>10</pointsize>
  104. </font>
  105. </property>
  106. <property name="text">
  107. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;https://github.com/thm-unix/&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  108. </property>
  109. <property name="alignment">
  110. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  111. </property>
  112. <property name="wordWrap">
  113. <bool>true</bool>
  114. </property>
  115. </widget>
  116. <widget class="QLabel" name="emailLabel">
  117. <property name="geometry">
  118. <rect>
  119. <x>187</x>
  120. <y>229</y>
  121. <width>181</width>
  122. <height>16</height>
  123. </rect>
  124. </property>
  125. <property name="font">
  126. <font>
  127. <pointsize>10</pointsize>
  128. </font>
  129. </property>
  130. <property name="text">
  131. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;highsierra.2007@gmail.com&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  132. </property>
  133. <property name="alignment">
  134. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  135. </property>
  136. <property name="wordWrap">
  137. <bool>false</bool>
  138. </property>
  139. </widget>
  140. <widget class="QLabel" name="bgrObject">
  141. <property name="geometry">
  142. <rect>
  143. <x>0</x>
  144. <y>0</y>
  145. <width>170</width>
  146. <height>450</height>
  147. </rect>
  148. </property>
  149. <property name="text">
  150. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;IMG&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  151. </property>
  152. <property name="scaledContents">
  153. <bool>true</bool>
  154. </property>
  155. </widget>
  156. <widget class="QPushButton" name="closePushButton">
  157. <property name="geometry">
  158. <rect>
  159. <x>180</x>
  160. <y>410</y>
  161. <width>191</width>
  162. <height>27</height>
  163. </rect>
  164. </property>
  165. <property name="text">
  166. <string>Close</string>
  167. </property>
  168. </widget>
  169. </widget>
  170. <resources/>
  171. <connections/>
  172. </ui>