2018-05-21 23:43:19 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2019-09-03 01:05:47 +08:00
|
|
|
<class>MillGameWindowClass</class>
|
|
|
|
<widget class="QMainWindow" name="MillGameWindowClass">
|
2018-05-21 23:43:19 +08:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-10-03 04:52:58 +08:00
|
|
|
<width>685</width>
|
|
|
|
<height>739</height>
|
2018-05-21 23:43:19 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2020-01-25 09:29:10 +08:00
|
|
|
<string>直棋</string>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>3</horstretch>
|
|
|
|
<verstretch>3</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2019-08-18 23:59:03 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2019-09-04 22:53:41 +08:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_back">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="gamewindow.qrc">
|
|
|
|
<normaloff>:/icon/resources/icon/ic_reply_black_48dp.png</normaloff>:/icon/resources/icon/ic_reply_black_48dp.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_option">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="gamewindow.qrc">
|
|
|
|
<normaloff>:/icon/resources/icon/ic_menu_black_48dp.png</normaloff>:/icon/resources/icon/ic_menu_black_48dp.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>玩家:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>电脑:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-05-21 23:43:19 +08:00
|
|
|
<item>
|
|
|
|
<widget class="GameView" name="gameView">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>10</horstretch>
|
|
|
|
<verstretch>10</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>240</width>
|
|
|
|
<height>240</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2018-11-29 03:35:48 +08:00
|
|
|
<string notr="true">background-image: url(:/image/resources/image/background.png);</string>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-09-04 22:53:41 +08:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_newGame">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>黑体</family>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">color: rgb(0, 0, 127);</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>新局</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="gamewindow.qrc">
|
|
|
|
<normaloff>:/icon/resources/icon/ic_radio_button_on_black_48dp.png</normaloff>:/icon/resources/icon/ic_radio_button_on_black_48dp.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_giveUp">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>黑体</family>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">color: rgb(0, 0, 127);</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>认输</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="gamewindow.qrc">
|
|
|
|
<normaloff>:/icon/resources/icon/ic_flag_black_48dp.png</normaloff>:/icon/resources/icon/ic_flag_black_48dp.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_retractMove">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>黑体</family>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">color: rgb(0, 0, 127);</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>悔棋</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="gamewindow.qrc">
|
|
|
|
<normaloff>:/icon/resources/icon/ic_reply_black_48dp.png</normaloff>:/icon/resources/icon/ic_reply_black_48dp.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_hint">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>黑体</family>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
<strikeout>false</strikeout>
|
|
|
|
<stylestrategy>PreferDefault</stylestrategy>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">color: rgb(0, 0, 127);</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>提示</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="gamewindow.qrc">
|
|
|
|
<normaloff>:/icon/resources/icon/ic_visibility_black_48dp.png</normaloff>:/icon/resources/icon/ic_visibility_black_48dp.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-05-21 23:43:19 +08:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-10-03 04:52:58 +08:00
|
|
|
<width>685</width>
|
2019-12-08 12:11:03 +08:00
|
|
|
<height>26</height>
|
2018-05-21 23:43:19 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menu_F">
|
|
|
|
<property name="title">
|
|
|
|
<string>文件(&F)</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionNew_N"/>
|
|
|
|
<addaction name="actionOpen_O"/>
|
|
|
|
<addaction name="actionSave_S"/>
|
|
|
|
<addaction name="actionSaveAs_A"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExit_X"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_C">
|
|
|
|
<property name="title">
|
|
|
|
<string>棋局(&C)</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionEdit_E"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionFlip_F"/>
|
|
|
|
<addaction name="actionMirror_M"/>
|
|
|
|
<addaction name="actionTurnRight_R"/>
|
|
|
|
<addaction name="actionTurnLeftt_L"/>
|
|
|
|
<addaction name="actionInvert_I"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_M">
|
|
|
|
<property name="title">
|
2019-07-06 15:32:19 +08:00
|
|
|
<string>着法(&M)</string>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<addaction name="actionBegin_S"/>
|
|
|
|
<addaction name="actionPrevious_B"/>
|
|
|
|
<addaction name="actionNext_F"/>
|
|
|
|
<addaction name="actionEnd_E"/>
|
|
|
|
<addaction name="actionAutoRun_A"/>
|
|
|
|
<addaction name="separator"/>
|
2018-09-21 02:13:15 +08:00
|
|
|
<addaction name="actionGiveUp_G"/>
|
2018-05-21 23:43:19 +08:00
|
|
|
<addaction name="separator"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_E">
|
|
|
|
<property name="title">
|
|
|
|
<string>引擎(&E)</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionEngine_E"/>
|
|
|
|
<addaction name="actionLocal_L"/>
|
2019-12-08 12:11:03 +08:00
|
|
|
<addaction name="actionEngineFight_E"/>
|
2018-05-21 23:43:19 +08:00
|
|
|
<addaction name="actionInternet_I"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionEngine1_T"/>
|
|
|
|
<addaction name="actionEngine2_R"/>
|
2019-09-07 00:07:46 +08:00
|
|
|
<addaction name="separator"/>
|
2019-12-08 22:27:34 +08:00
|
|
|
<addaction name="actionAutoChangeFirstMove_C"/>
|
2018-05-21 23:43:19 +08:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_O">
|
|
|
|
<property name="title">
|
|
|
|
<string>选项(&O)</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionSetting_O"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionToolBar_T"/>
|
|
|
|
<addaction name="actionDockBar_D"/>
|
|
|
|
<addaction name="actionMusic_M"/>
|
2019-09-07 00:07:46 +08:00
|
|
|
<addaction name="separator"/>
|
2018-05-21 23:43:19 +08:00
|
|
|
<addaction name="actionSound_S"/>
|
|
|
|
<addaction name="actionAnimation_A"/>
|
2019-09-07 00:07:46 +08:00
|
|
|
<addaction name="separator"/>
|
2019-09-08 09:28:49 +08:00
|
|
|
<addaction name="actionGiveUpIfMostLose_G"/>
|
2019-09-07 00:07:46 +08:00
|
|
|
<addaction name="actionAutoRestart_A"/>
|
2019-09-07 11:21:26 +08:00
|
|
|
<addaction name="actionRandomMove_R"/>
|
2019-09-20 01:34:58 +08:00
|
|
|
<addaction name="actionLearnEndgame_E"/>
|
2018-05-21 23:43:19 +08:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_H">
|
|
|
|
<property name="title">
|
|
|
|
<string>帮助(&H)</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionViewHelp_V"/>
|
|
|
|
<addaction name="actionWeb_W"/>
|
|
|
|
<addaction name="actionAbout_A"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_R">
|
|
|
|
<property name="title">
|
|
|
|
<string>规则(&R)</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionLimited_T"/>
|
2018-06-03 19:44:45 +08:00
|
|
|
<addaction name="separator"/>
|
2018-05-21 23:43:19 +08:00
|
|
|
</widget>
|
2020-03-22 23:09:53 +08:00
|
|
|
<widget class="QMenu" name="menu_A">
|
|
|
|
<property name="title">
|
|
|
|
<string>算法(&A)</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionIDS_I"/>
|
2020-04-02 23:43:37 +08:00
|
|
|
<addaction name="actionDepthExtension_D"/>
|
2020-03-22 23:09:53 +08:00
|
|
|
</widget>
|
2018-05-21 23:43:19 +08:00
|
|
|
<addaction name="menu_F"/>
|
|
|
|
<addaction name="menu_C"/>
|
|
|
|
<addaction name="menu_M"/>
|
|
|
|
<addaction name="menu_R"/>
|
|
|
|
<addaction name="menu_E"/>
|
2020-03-22 23:09:53 +08:00
|
|
|
<addaction name="menu_A"/>
|
2018-05-21 23:43:19 +08:00
|
|
|
<addaction name="menu_O"/>
|
|
|
|
<addaction name="menu_H"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>工具栏</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionNew_N"/>
|
|
|
|
<addaction name="actionOpen_O"/>
|
|
|
|
<addaction name="actionSave_S"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionEdit_E"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionBegin_S"/>
|
|
|
|
<addaction name="actionPrevious_B"/>
|
|
|
|
<addaction name="actionNext_F"/>
|
|
|
|
<addaction name="actionEnd_E"/>
|
|
|
|
<addaction name="actionAutoRun_A"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionEngine1_T"/>
|
|
|
|
<addaction name="actionEngine2_R"/>
|
|
|
|
<addaction name="actionLocal_L"/>
|
|
|
|
<addaction name="actionInternet_I"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QDockWidget" name="dockWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLCDNumber {
|
|
|
|
color: lightgreen;
|
|
|
|
background-color: rgb(32, 32, 32);
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="floating">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="allowedAreas">
|
|
|
|
<set>Qt::AllDockWidgetAreas</set>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>对战记录</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
<number>2</number>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="picLabel1">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-08-20 00:52:58 +08:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2018-05-21 23:43:19 +08:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2019-09-04 22:53:41 +08:00
|
|
|
<pixmap resource="gamewindow.qrc">:/icon/resources/icon/Black.png</pixmap>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label1">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2018-08-20 00:52:58 +08:00
|
|
|
<horstretch>3</horstretch>
|
2018-05-21 23:43:19 +08:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>微软雅黑</family>
|
2018-08-20 00:52:58 +08:00
|
|
|
<pointsize>9</pointsize>
|
2018-05-21 23:43:19 +08:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2019-06-30 08:02:24 +08:00
|
|
|
<string>玩家1 (先手)</string>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLCDNumber" name="lcdNumber_1">
|
|
|
|
<property name="sizePolicy">
|
2018-06-03 19:44:45 +08:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
2018-05-21 23:43:19 +08:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="smallDecimalPoint">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="digitCount">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="segmentStyle">
|
|
|
|
<enum>QLCDNumber::Flat</enum>
|
|
|
|
</property>
|
|
|
|
<property name="value" stdset="0">
|
|
|
|
<double>0.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="intValue" stdset="0">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="picLabel2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-08-20 00:52:58 +08:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2018-05-21 23:43:19 +08:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2019-09-04 22:53:41 +08:00
|
|
|
<pixmap resource="gamewindow.qrc">:/icon/resources/icon/White.png</pixmap>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2018-08-20 00:52:58 +08:00
|
|
|
<horstretch>3</horstretch>
|
2018-05-21 23:43:19 +08:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>微软雅黑</family>
|
2018-08-20 00:52:58 +08:00
|
|
|
<pointsize>9</pointsize>
|
2018-05-21 23:43:19 +08:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2019-06-30 08:02:24 +08:00
|
|
|
<string>玩家2 (后手)</string>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLCDNumber" name="lcdNumber_2">
|
|
|
|
<property name="sizePolicy">
|
2018-06-03 19:44:45 +08:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
2018-05-21 23:43:19 +08:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="smallDecimalPoint">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="digitCount">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="segmentStyle">
|
|
|
|
<enum>QLCDNumber::Flat</enum>
|
|
|
|
</property>
|
|
|
|
<property name="value" stdset="0">
|
|
|
|
<double>0.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="intValue" stdset="0">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-08-18 23:59:03 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelScore">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>黑体</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>比分:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLCDNumber" name="scoreLcdNumber_1">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="smallDecimalPoint">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="digitCount">
|
2019-10-03 04:52:58 +08:00
|
|
|
<number>5</number>
|
2019-08-18 23:59:03 +08:00
|
|
|
</property>
|
|
|
|
<property name="value" stdset="0">
|
|
|
|
<double>0.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLCDNumber" name="scoreLcdNumber_2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<property name="digitCount">
|
2019-10-03 04:52:58 +08:00
|
|
|
<number>5</number>
|
2019-08-18 23:59:03 +08:00
|
|
|
</property>
|
|
|
|
<property name="mode">
|
|
|
|
<enum>QLCDNumber::Dec</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLCDNumber" name="scoreLcdNumber_draw">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="smallDecimalPoint">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="digitCount">
|
2019-12-08 19:39:53 +08:00
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelWinningRate">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>黑体</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>胜率:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLCDNumber" name="winningRateLcdNumber_1">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="smallDecimalPoint">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="digitCount">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLCDNumber" name="winningRateLcdNumber_2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="smallDecimalPoint">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="digitCount">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLCDNumber" name="winningRateLcdNumber_draw">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="smallDecimalPoint">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="digitCount">
|
2019-10-03 04:52:58 +08:00
|
|
|
<number>5</number>
|
2019-08-18 23:59:03 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-08-20 00:52:58 +08:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelInfo">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2019-09-04 22:53:41 +08:00
|
|
|
<pixmap resource="gamewindow.qrc">:/icon/resources/icon/Help.png</pixmap>
|
2018-08-20 00:52:58 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelRule">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>8</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>AmdtSymbols</family>
|
|
|
|
<pointsize>7</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>rule</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-07-01 20:31:39 +08:00
|
|
|
<item>
|
2018-11-29 03:35:48 +08:00
|
|
|
<widget class="ManualListView" name="listView">
|
2018-07-01 20:31:39 +08:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>7</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-21 23:43:19 +08:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionNew_N">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/DocumentHS.png</normaloff>:/icon/resources/icon/DocumentHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>新建(&N)</string>
|
|
|
|
</property>
|
|
|
|
<property name="statusTip">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpen_O">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/OpenHS.png</normaloff>:/icon/resources/icon/OpenHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>打开(&O)...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSave_S">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/SaveHS.png</normaloff>:/icon/resources/icon/SaveHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>保存(&S)</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSaveAs_A">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/SaveHS.png</normaloff>:/icon/resources/icon/SaveHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>另存为(&A)...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit_X">
|
|
|
|
<property name="text">
|
|
|
|
<string>退出(&X)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEdit_E">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/EditTableHS.png</normaloff>:/icon/resources/icon/EditTableHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>编辑棋局(&E)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFlip_F">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/FlipVerticalHS.png</normaloff>:/icon/resources/icon/FlipVerticalHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>上下翻转(&F)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMirror_M">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/FlipHorizontalHS.png</normaloff>:/icon/resources/icon/FlipHorizontalHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>左右翻转(&M)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTurnRight_R">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/RightHS.png</normaloff>:/icon/resources/icon/RightHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>顺时针旋转90°(&R)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>顺时针旋转90°(R)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTurnLeftt_L">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/LeftHS.png</normaloff>:/icon/resources/icon/LeftHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>逆时针旋转90°(&L)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>逆时针旋转90°(L)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInvert_I">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/Invert.png</normaloff>:/icon/resources/icon/Invert.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>黑白反转(&B)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionBegin_S">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/First.png</normaloff>:/icon/resources/icon/First.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>初始局面(&S)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>初始局面(S)</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Up</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPrevious_B">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/Previous.png</normaloff>:/icon/resources/icon/Previous.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>前一招(&B)</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Left</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNext_F">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/Next.png</normaloff>:/icon/resources/icon/Next.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>后一招(&F)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>后一招(F)</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Right</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEnd_E">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/Last.png</normaloff>:/icon/resources/icon/Last.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>最后局面(&E)</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Down</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAutoRun_A">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/Play.png</normaloff>:/icon/resources/icon/Play.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>自动演示(&A)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>自动演示(A)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-09-21 02:13:15 +08:00
|
|
|
<action name="actionGiveUp_G">
|
2018-05-21 23:43:19 +08:00
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/BreakpointHS.png</normaloff>:/icon/resources/icon/BreakpointHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>认输(&G)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLimited_T">
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>限制步数和时间(&T)...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>限制步数和时间(T)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLocal_L">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/FullScreenHS.png</normaloff>:/icon/resources/icon/FullScreenHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>本机对战(&L)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>本机对战(L)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInternet_I">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/Web.png</normaloff>:/icon/resources/icon/Web.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>网络对战(&I)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>网络对战(I)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEngine_E">
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/OptionsHS.png</normaloff>:/icon/resources/icon/OptionsHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>引擎设置(&E)...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>引擎设置(E)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEngine1_T">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/Black.png</normaloff>:/icon/resources/icon/Black.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>电脑执先手(&T)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>电脑执先手(T)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEngine2_R">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/White.png</normaloff>:/icon/resources/icon/White.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>电脑执后手(&R)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>电脑执白(R)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSetting_O">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/PrimaryKeyHS.png</normaloff>:/icon/resources/icon/PrimaryKeyHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>设置(&O)...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionToolBar_T">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>工具栏(&T)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDockBar_D">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>信息栏(&D)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMusic_M">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>背景音乐(&M)</string>
|
|
|
|
</property>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSound_S">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>落子音效(&S)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAnimation_A">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>落子动画(&A)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>落子动画(A)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionViewHelp_V">
|
2019-06-23 18:19:54 +08:00
|
|
|
<property name="enabled">
|
2019-08-11 19:28:41 +08:00
|
|
|
<bool>true</bool>
|
2019-06-23 18:19:54 +08:00
|
|
|
</property>
|
2018-05-21 23:43:19 +08:00
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/Help.png</normaloff>:/icon/resources/icon/Help.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>查看帮助(&V)</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F1</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWeb_W">
|
2019-06-23 18:19:54 +08:00
|
|
|
<property name="enabled">
|
2019-08-11 19:28:41 +08:00
|
|
|
<bool>true</bool>
|
2019-06-23 18:19:54 +08:00
|
|
|
</property>
|
2018-05-21 23:43:19 +08:00
|
|
|
<property name="icon">
|
2019-09-04 22:53:41 +08:00
|
|
|
<iconset resource="gamewindow.qrc">
|
2018-11-29 03:35:48 +08:00
|
|
|
<normaloff>:/icon/resources/icon/HomeHS.png</normaloff>:/icon/resources/icon/HomeHS.png</iconset>
|
2018-05-21 23:43:19 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>作者主页(&W)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>作者主页(W)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout_A">
|
2019-06-23 18:19:54 +08:00
|
|
|
<property name="enabled">
|
2019-08-11 19:28:41 +08:00
|
|
|
<bool>true</bool>
|
2019-06-23 18:19:54 +08:00
|
|
|
</property>
|
2018-05-21 23:43:19 +08:00
|
|
|
<property name="text">
|
|
|
|
<string>关于(&A)...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>关于(A)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-09-07 00:07:46 +08:00
|
|
|
<action name="actionAutoRestart_A">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>自动重新开局(&A)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-09-07 11:21:26 +08:00
|
|
|
<action name="actionRandomMove_R">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>电脑着法随机(&R)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-09-08 09:28:49 +08:00
|
|
|
<action name="actionGiveUpIfMostLose_G">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2019-09-12 00:39:58 +08:00
|
|
|
<bool>false</bool>
|
2019-09-08 09:28:49 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>必败时认输(&G)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-09-20 01:34:58 +08:00
|
|
|
<action name="actionLearnEndgame_E">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2019-09-25 22:36:51 +08:00
|
|
|
<bool>false</bool>
|
2019-09-20 01:34:58 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>残局自学习
|
|
|
|
(&E)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-12-08 12:11:03 +08:00
|
|
|
<action name="actionEngineFight_E">
|
|
|
|
<property name="text">
|
|
|
|
<string>引擎对战(&F)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-12-08 22:27:34 +08:00
|
|
|
<action name="actionAutoChangeFirstMove_C">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>先后手轮替(&C)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-03-22 23:09:53 +08:00
|
|
|
<action name="actionIDS_I">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>迭代加深(&I)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-04-02 23:43:37 +08:00
|
|
|
<action name="actionDepthExtension_D">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>深度延伸(&D)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-05-21 23:43:19 +08:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>GameView</class>
|
|
|
|
<extends>QGraphicsView</extends>
|
|
|
|
<header>gameview.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
2018-11-29 03:35:48 +08:00
|
|
|
<class>ManualListView</class>
|
2018-05-21 23:43:19 +08:00
|
|
|
<extends>QListView</extends>
|
2018-11-29 03:35:48 +08:00
|
|
|
<header>manuallistview.h</header>
|
2018-05-21 23:43:19 +08:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
2019-09-04 22:53:41 +08:00
|
|
|
<include location="gamewindow.qrc"/>
|
2018-05-21 23:43:19 +08:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>actionDockBar_D</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>dockWidget</receiver>
|
|
|
|
<slot>setVisible(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>507</x>
|
|
|
|
<y>214</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>actionToolBar_T</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>mainToolBar</receiver>
|
|
|
|
<slot>setVisible(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>289</x>
|
|
|
|
<y>28</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>actionExit_X</sender>
|
|
|
|
<signal>triggered()</signal>
|
2019-09-03 01:05:47 +08:00
|
|
|
<receiver>MillGameWindowClass</receiver>
|
2018-05-21 23:43:19 +08:00
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>289</x>
|
|
|
|
<y>207</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>mainToolBar</sender>
|
|
|
|
<signal>visibilityChanged(bool)</signal>
|
|
|
|
<receiver>actionToolBar_T</receiver>
|
|
|
|
<slot>setChecked(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>280</x>
|
|
|
|
<y>47</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>dockWidget</sender>
|
|
|
|
<signal>visibilityChanged(bool)</signal>
|
|
|
|
<receiver>actionDockBar_D</receiver>
|
|
|
|
<slot>setChecked(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>421</x>
|
|
|
|
<y>267</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|