No Description

mainwindow.ui 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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>361</width>
  10. <height>256</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>10</x>
  46. <y>140</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="ZuluButton">
  70. <property name="geometry">
  71. <rect>
  72. <x>170</x>
  73. <y>140</y>
  74. <width>141</width>
  75. <height>61</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>Zulu</string>
  80. </property>
  81. </widget>
  82. <widget class="QFrame" name="frame">
  83. <property name="geometry">
  84. <rect>
  85. <x>-30</x>
  86. <y>0</y>
  87. <width>581</width>
  88. <height>61</height>
  89. </rect>
  90. </property>
  91. <property name="styleSheet">
  92. <string notr="true">background-color: gray;</string>
  93. </property>
  94. <property name="frameShape">
  95. <enum>QFrame::StyledPanel</enum>
  96. </property>
  97. <property name="frameShadow">
  98. <enum>QFrame::Raised</enum>
  99. </property>
  100. <widget class="QLabel" name="label">
  101. <property name="geometry">
  102. <rect>
  103. <x>30</x>
  104. <y>10</y>
  105. <width>361</width>
  106. <height>41</height>
  107. </rect>
  108. </property>
  109. <property name="font">
  110. <font>
  111. <pointsize>23</pointsize>
  112. </font>
  113. </property>
  114. <property name="styleSheet">
  115. <string notr="true">color:white;</string>
  116. </property>
  117. <property name="text">
  118. <string>Testing Lab</string>
  119. </property>
  120. <property name="alignment">
  121. <set>Qt::AlignCenter</set>
  122. </property>
  123. </widget>
  124. <widget class="QFrame" name="frame_2">
  125. <property name="geometry">
  126. <rect>
  127. <x>30</x>
  128. <y>54</y>
  129. <width>641</width>
  130. <height>4</height>
  131. </rect>
  132. </property>
  133. <property name="styleSheet">
  134. <string notr="true">background-color:red</string>
  135. </property>
  136. <property name="frameShape">
  137. <enum>QFrame::StyledPanel</enum>
  138. </property>
  139. <property name="frameShadow">
  140. <enum>QFrame::Raised</enum>
  141. </property>
  142. </widget>
  143. </widget>
  144. <widget class="QFrame" name="frame_3">
  145. <property name="geometry">
  146. <rect>
  147. <x>160</x>
  148. <y>200</y>
  149. <width>201</width>
  150. <height>61</height>
  151. </rect>
  152. </property>
  153. <property name="styleSheet">
  154. <string notr="true">background-image: url(:/images/resources/logo.png);
  155. border: 0px;
  156. </string>
  157. </property>
  158. <property name="frameShape">
  159. <enum>QFrame::StyledPanel</enum>
  160. </property>
  161. <property name="frameShadow">
  162. <enum>QFrame::Raised</enum>
  163. </property>
  164. </widget>
  165. </widget>
  166. </widget>
  167. <layoutdefault spacing="6" margin="11"/>
  168. <resources/>
  169. <connections/>
  170. </ui>