123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>928</width>
- <height>693</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>AI智能猜拳</string>
- </property>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>600</y>
- <width>211</width>
- <height>51</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:2px;
- border-style:solid;
- border-radius:10px;
- border-top-color:#ffffff;
- border-left-color:#ffffff;
- border-bottom-color:#bbbbbb;
- border-right-color:#bbbbbb;
- </string>
- </property>
- <property name="text">
- <string>抓取图像</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>80</y>
- <width>481</width>
- <height>361</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>200</width>
- <height>200</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16000</width>
- <height>16000</height>
- </size>
- </property>
- <property name="sizeIncrement">
- <size>
- <width>500</width>
- <height>500</height>
- </size>
- </property>
- <property name="baseSize">
- <size>
- <width>300</width>
- <height>300</height>
- </size>
- </property>
- <property name="font">
- <font>
- <pointsize>20</pointsize>
- <underline>false</underline>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:10px;
- 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));
- 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));
- border-style:solid;
- border-radius:20px;
- border-top-color:red;
- border-bottom-color:green;
- border-left-color:yellow;
- border-right-color:pink;</string>
- </property>
- <property name="text">
- <string> 猜拳界面</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>20</y>
- <width>251</width>
- <height>51</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>华文隶书</family>
- <pointsize>21</pointsize>
- <weight>75</weight>
- <italic>false</italic>
- <bold>true</bold>
- <underline>false</underline>
- <stylestrategy>PreferAntialias</stylestrategy>
- </font>
- </property>
- <property name="text">
- <string>AI智能猜拳</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>750</x>
- <y>220</y>
- <width>111</width>
- <height>61</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- </font>
- </property>
- <property name="text">
- <string>赢家:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>490</y>
- <width>281</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Berlin Sans FB</family>
- <pointsize>12</pointsize>
- <weight>75</weight>
- <italic>true</italic>
- <bold>true</bold>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:3px;
- border-style:solid;
- border-radius:10px;
- border-color:red;
- </string>
- </property>
- <property name="text">
- <string> 石头, 剪刀, 布</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>490</y>
- <width>131</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:5px;
- border-style:solid;
- border-radius:10px;
- border-color:pink;
- </string>
- </property>
- <property name="text">
- <string> 识别结果:</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|