zhinengcaiquan.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>928</width>
  10. <height>693</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>AI智能猜拳</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>330</x>
  20. <y>600</y>
  21. <width>211</width>
  22. <height>51</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">border-width:2px;
  27. border-style:solid;
  28. border-radius:10px;
  29. border-top-color:#ffffff;
  30. border-left-color:#ffffff;
  31. border-bottom-color:#bbbbbb;
  32. border-right-color:#bbbbbb;
  33. </string>
  34. </property>
  35. <property name="text">
  36. <string>抓取图像</string>
  37. </property>
  38. </widget>
  39. <widget class="QLabel" name="label">
  40. <property name="geometry">
  41. <rect>
  42. <x>190</x>
  43. <y>80</y>
  44. <width>481</width>
  45. <height>361</height>
  46. </rect>
  47. </property>
  48. <property name="minimumSize">
  49. <size>
  50. <width>200</width>
  51. <height>200</height>
  52. </size>
  53. </property>
  54. <property name="maximumSize">
  55. <size>
  56. <width>16000</width>
  57. <height>16000</height>
  58. </size>
  59. </property>
  60. <property name="sizeIncrement">
  61. <size>
  62. <width>500</width>
  63. <height>500</height>
  64. </size>
  65. </property>
  66. <property name="baseSize">
  67. <size>
  68. <width>300</width>
  69. <height>300</height>
  70. </size>
  71. </property>
  72. <property name="font">
  73. <font>
  74. <pointsize>20</pointsize>
  75. <underline>false</underline>
  76. </font>
  77. </property>
  78. <property name="styleSheet">
  79. <string notr="true">border-width:10px;
  80. border-color: qconicalgradient(cx:0.5, cy:0.5, angle:0, stop:0 rgba(255, 255, 255, 255), stop:0.373979 rgba(255, 255, 255, 255), stop:0.373991 rgba(33, 30, 255, 255), stop:0.624018 rgba(33, 30, 255, 255), stop:0.624043 rgba(255, 0, 0, 255), stop:1 rgba(255, 0, 0, 255));
  81. border-top-color: qconicalgradient(cx:0.5, cy:0.5, angle:0, stop:0 rgba(255, 255, 255, 255), stop:0.373979 rgba(255, 255, 255, 255), stop:0.373991 rgba(33, 30, 255, 255), stop:0.624018 rgba(33, 30, 255, 255), stop:0.624043 rgba(255, 0, 0, 255), stop:1 rgba(255, 0, 0, 255));
  82. border-style:solid;
  83. border-radius:20px;
  84. border-top-color:red;
  85. border-bottom-color:green;
  86. border-left-color:yellow;
  87. border-right-color:pink;</string>
  88. </property>
  89. <property name="text">
  90. <string> 猜拳界面</string>
  91. </property>
  92. </widget>
  93. <widget class="QLabel" name="label_2">
  94. <property name="geometry">
  95. <rect>
  96. <x>320</x>
  97. <y>20</y>
  98. <width>251</width>
  99. <height>51</height>
  100. </rect>
  101. </property>
  102. <property name="font">
  103. <font>
  104. <family>华文隶书</family>
  105. <pointsize>21</pointsize>
  106. <weight>75</weight>
  107. <italic>false</italic>
  108. <bold>true</bold>
  109. <underline>false</underline>
  110. <stylestrategy>PreferAntialias</stylestrategy>
  111. </font>
  112. </property>
  113. <property name="text">
  114. <string>AI智能猜拳</string>
  115. </property>
  116. </widget>
  117. <widget class="QLabel" name="label_4">
  118. <property name="geometry">
  119. <rect>
  120. <x>750</x>
  121. <y>220</y>
  122. <width>111</width>
  123. <height>61</height>
  124. </rect>
  125. </property>
  126. <property name="font">
  127. <font>
  128. <pointsize>15</pointsize>
  129. </font>
  130. </property>
  131. <property name="text">
  132. <string>赢家:</string>
  133. </property>
  134. </widget>
  135. <widget class="QLabel" name="label_3">
  136. <property name="geometry">
  137. <rect>
  138. <x>300</x>
  139. <y>490</y>
  140. <width>281</width>
  141. <height>41</height>
  142. </rect>
  143. </property>
  144. <property name="font">
  145. <font>
  146. <family>Berlin Sans FB</family>
  147. <pointsize>12</pointsize>
  148. <weight>75</weight>
  149. <italic>true</italic>
  150. <bold>true</bold>
  151. </font>
  152. </property>
  153. <property name="styleSheet">
  154. <string notr="true">border-width:3px;
  155. border-style:solid;
  156. border-radius:10px;
  157. border-color:red;
  158. </string>
  159. </property>
  160. <property name="text">
  161. <string> 石头, 剪刀, 布</string>
  162. </property>
  163. </widget>
  164. <widget class="QLabel" name="label_5">
  165. <property name="geometry">
  166. <rect>
  167. <x>40</x>
  168. <y>490</y>
  169. <width>131</width>
  170. <height>41</height>
  171. </rect>
  172. </property>
  173. <property name="styleSheet">
  174. <string notr="true">border-width:5px;
  175. border-style:solid;
  176. border-radius:10px;
  177. border-color:pink;
  178. </string>
  179. </property>
  180. <property name="text">
  181. <string> 识别结果:</string>
  182. </property>
  183. </widget>
  184. </widget>
  185. <resources/>
  186. <connections/>
  187. </ui>