代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>756</width>
<height>457</height>
</rect>
</property>
<property name="windowTitle">
<string>双色球彩票摇号器_v1.2</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(236, 233, 216);</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>741</width>
<height>121</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title">
<string>抓取数据并训练</string>
</property>
<widget class="QRadioButton" name="radioButton">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>271</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>从500W获取历史开奖数据</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_2">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>271</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>从Chzw获取历史开奖数据</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>550</x>
<y>40</y>
<width>161</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(240, 242, 237);
border-color: rgb(151, 171, 212);
border-radius:2px;</string>
</property>
<property name="text">
<string>获取历史数据并训练</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>471</width>
<height>281</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="title">
<string>历史开奖数据(近10期)</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>25</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 255);</string>
</property>
<property name="text">
<string>期号</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>420</x>
<y>25</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 255);</string>
</property>
<property name="text">
<string>蓝球</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>220</x>
<y>25</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0);</string>
</property>
<property name="text">
<string>红 球</string>
</property>
</widget>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>451</width>
<height>221</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>490</x>
<y>130</y>
<width>261</width>
<height>281</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="title">
<string>号码生成</string>
</property>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>9</x>
<y>20</y>
<width>241</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>附加考虑</string>
</property>
<widget class="QCheckBox" name="checkBox_1">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>考虑奇偶分布</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_2">
<property name="geometry">
<rect>
<x>140</x>
<y>20</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>考虑4区分布</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_3">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>201</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>考虑近10期蓝球非重复</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="randomButton">
<property name="geometry">
<rect>
<x>60</x>
<y>120</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(239, 242, 240);
border-color: rgb(0, 85, 255);</string>
</property>
<property name="text">
<string>生成双色球号码</string>
</property>
</widget>
<widget class="QToolButton" name="current_1">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 0, 0);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>01</string>
</property>
</widget>
<widget class="QToolButton" name="current_2">
<property name="geometry">
<rect>
<x>50</x>
<y>190</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 0, 0);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>02</string>
</property>
</widget>
<widget class="QToolButton" name="current_3">
<property name="geometry">
<rect>
<x>90</x>
<y>190</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 0, 0);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>03</string>
</property>
</widget>
<widget class="QToolButton" name="current_4">
<property name="geometry">
<rect>
<x>130</x>
<y>190</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 0, 0);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>04</string>
</property>
</widget>
<widget class="QToolButton" name="current_5">
<property name="geometry">
<rect>
<x>170</x>
<y>190</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 0, 0);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>05</string>
</property>
</widget>
<widget class="QToolButton" name="current_6">
<property name="geometry">
<rect>
<x>210</x>
<y>190</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 0, 0);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>06</string>
</property>
</widget>
<widget class="QToolButton" name="current_7">
<property name="geometry">
<rect>
<x>110</x>
<y>240</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 85, 255);
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>01</string>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>756</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。