No Description

mainwindow.ui 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>487</width>
  10. <height>257</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>361</width>
  22. <height>202</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>MainWindow</string>
  27. </property>
  28. <widget class="QWidget" name="centralWidget">
  29. <widget class="QPushButton" name="SortsButton">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>70</y>
  34. <width>141</width>
  35. <height>61</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>3 Sorts</string>
  40. </property>
  41. </widget>
  42. <widget class="QPushButton" name="RPSButton">
  43. <property name="geometry">
  44. <rect>
  45. <x>330</x>
  46. <y>70</y>
  47. <width>141</width>
  48. <height>61</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>Rock, Paper,
  53. Scissors</string>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="DiceButton">
  57. <property name="geometry">
  58. <rect>
  59. <x>170</x>
  60. <y>70</y>
  61. <width>141</width>
  62. <height>61</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>Dice</string>
  67. </property>
  68. </widget>
  69. <widget class="QPushButton" name="APFTButton">
  70. <property name="geometry">
  71. <rect>
  72. <x>330</x>
  73. <y>140</y>
  74. <width>141</width>
  75. <height>61</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>APFT</string>
  80. </property>
  81. </widget>
  82. <widget class="QPushButton" name="ZuluButton">
  83. <property name="geometry">
  84. <rect>
  85. <x>170</x>
  86. <y>140</y>
  87. <width>141</width>
  88. <height>61</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string>Zulu</string>
  93. </property>
  94. </widget>
  95. <widget class="QPushButton" name="CheckWriterButton">
  96. <property name="geometry">
  97. <rect>
  98. <x>10</x>
  99. <y>140</y>
  100. <width>141</width>
  101. <height>61</height>
  102. </rect>
  103. </property>
  104. <property name="text">
  105. <string>Check Writer</string>
  106. </property>
  107. </widget>
  108. <widget class="QFrame" name="frame">
  109. <property name="geometry">
  110. <rect>
  111. <x>-30</x>
  112. <y>0</y>
  113. <width>581</width>
  114. <height>61</height>
  115. </rect>
  116. </property>
  117. <property name="styleSheet">
  118. <string notr="true">background-color: gray;</string>
  119. </property>
  120. <property name="frameShape">
  121. <enum>QFrame::StyledPanel</enum>
  122. </property>
  123. <property name="frameShadow">
  124. <enum>QFrame::Raised</enum>
  125. </property>
  126. <widget class="QLabel" name="label">
  127. <property name="geometry">
  128. <rect>
  129. <x>180</x>
  130. <y>10</y>
  131. <width>161</width>
  132. <height>41</height>
  133. </rect>
  134. </property>
  135. <property name="font">
  136. <font>
  137. <pointsize>23</pointsize>
  138. </font>
  139. </property>
  140. <property name="styleSheet">
  141. <string notr="true">color:white;</string>
  142. </property>
  143. <property name="text">
  144. <string>Testing Lab</string>
  145. </property>
  146. </widget>
  147. <widget class="QFrame" name="frame_2">
  148. <property name="geometry">
  149. <rect>
  150. <x>30</x>
  151. <y>54</y>
  152. <width>641</width>
  153. <height>4</height>
  154. </rect>
  155. </property>
  156. <property name="styleSheet">
  157. <string notr="true">background-color:red</string>
  158. </property>
  159. <property name="frameShape">
  160. <enum>QFrame::StyledPanel</enum>
  161. </property>
  162. <property name="frameShadow">
  163. <enum>QFrame::Raised</enum>
  164. </property>
  165. </widget>
  166. </widget>
  167. <widget class="QFrame" name="frame_3">
  168. <property name="geometry">
  169. <rect>
  170. <x>290</x>
  171. <y>200</y>
  172. <width>201</width>
  173. <height>61</height>
  174. </rect>
  175. </property>
  176. <property name="styleSheet">
  177. <string notr="true">background-image: url(:/images/resources/logo.png);</string>
  178. </property>
  179. <property name="frameShape">
  180. <enum>QFrame::StyledPanel</enum>
  181. </property>
  182. <property name="frameShadow">
  183. <enum>QFrame::Raised</enum>
  184. </property>
  185. </widget>
  186. </widget>
  187. </widget>
  188. <layoutdefault spacing="6" margin="11"/>
  189. <resources/>
  190. <connections/>
  191. </ui>