1 Star 1 Fork 0

modory/中国象棋

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dialog.ui 25.78 KB
一键复制 编辑 原始数据 按行查看 历史
PikaCat 提交于 4年前 . 项目规范化
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1000</width>
<height>940</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft YaHei Light</family>
<pointsize>-1</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">*{
font-family:&quot;Microsoft YaHei Light&quot;;
font-size:18px;
}</string>
</property>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>980</width>
<height>920</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft YaHei Light</family>
<pointsize>-1</pointsize>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">#frame{
background-color: transparent;
border-image: url(:/Images/bg.jpg);
border-radius:6px;
opacity:0.5;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="Icon">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>70</width>
<height>70</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessIcon.ico);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="Title">
<property name="geometry">
<rect>
<x>260</x>
<y>0</y>
<width>431</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font-size:40px</string>
</property>
<property name="text">
<string>中国象棋 ChineseChess</string>
</property>
</widget>
<widget class="QPushButton" name="MinButton">
<property name="geometry">
<rect>
<x>887</x>
<y>0</y>
<width>48</width>
<height>48</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">#MinButton{
border-image:url(:/Images/min.ico);
border-radius:5px;
}
#MinButton:pressed{
border-image:url(:/Images/min_press.bmp);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="CloseButton">
<property name="geometry">
<rect>
<x>932</x>
<y>0</y>
<width>48</width>
<height>48</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#CloseButton{
border-image:url(:/Images/close.ico);
border-radius:5px;
}
#CloseButton:pressed{
border-image:url(:/Images/close_press.ico);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="ChessBoard">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>741</width>
<height>821</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/BOARD.BMP);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="BlackChe1">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/br.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="BlackMa1">
<property name="geometry">
<rect>
<x>110</x>
<y>90</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bn.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="BlackXiang1">
<property name="geometry">
<rect>
<x>190</x>
<y>90</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bb.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="BlackShi1">
<property name="geometry">
<rect>
<x>270</x>
<y>90</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/ba.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="BlackJiang">
<property name="geometry">
<rect>
<x>350</x>
<y>90</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bk.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="BlackShi2">
<property name="geometry">
<rect>
<x>430</x>
<y>90</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/ba.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="BlackXiang2">
<property name="geometry">
<rect>
<x>510</x>
<y>90</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bb.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="BlackMa2">
<property name="geometry">
<rect>
<x>590</x>
<y>90</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bn.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="BlackChe2">
<property name="geometry">
<rect>
<x>670</x>
<y>90</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/br.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="BlackPao1">
<property name="geometry">
<rect>
<x>110</x>
<y>250</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bc.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QLabel" name="BlackPao2">
<property name="geometry">
<rect>
<x>590</x>
<y>250</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bc.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QLabel" name="BlackBing1">
<property name="geometry">
<rect>
<x>30</x>
<y>330</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QLabel" name="BlackBing2">
<property name="geometry">
<rect>
<x>190</x>
<y>330</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QLabel" name="BlackBing3">
<property name="geometry">
<rect>
<x>350</x>
<y>330</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QLabel" name="BlackBing4">
<property name="geometry">
<rect>
<x>510</x>
<y>330</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QLabel" name="BlackBing5">
<property name="geometry">
<rect>
<x>670</x>
<y>330</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/bp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QLabel" name="RedBing1">
<property name="geometry">
<rect>
<x>30</x>
<y>570</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedBing2">
<property name="geometry">
<rect>
<x>190</x>
<y>570</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedBing3">
<property name="geometry">
<rect>
<x>350</x>
<y>570</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedBing4">
<property name="geometry">
<rect>
<x>510</x>
<y>570</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedBing5">
<property name="geometry">
<rect>
<x>670</x>
<y>570</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rp.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedPao1">
<property name="geometry">
<rect>
<x>110</x>
<y>650</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rc.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedPao2">
<property name="geometry">
<rect>
<x>590</x>
<y>650</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rc.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
</widget>
<widget class="QLabel" name="RedChe1">
<property name="geometry">
<rect>
<x>30</x>
<y>810</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rr.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedXiang1">
<property name="geometry">
<rect>
<x>190</x>
<y>810</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rb.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedMa1">
<property name="geometry">
<rect>
<x>110</x>
<y>810</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rn.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedShi1">
<property name="geometry">
<rect>
<x>270</x>
<y>810</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/ra.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedJiang">
<property name="geometry">
<rect>
<x>350</x>
<y>810</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rk.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedShi2">
<property name="geometry">
<rect>
<x>430</x>
<y>810</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/ra.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedXiang2">
<property name="geometry">
<rect>
<x>510</x>
<y>810</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rb.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedChe2">
<property name="geometry">
<rect>
<x>670</x>
<y>810</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rr.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QLabel" name="RedMa2">
<property name="geometry">
<rect>
<x>590</x>
<y>810</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/rn.ico);
color:transparent;</string>
</property>
<property name="text">
<string>r</string>
</property>
</widget>
<widget class="QGroupBox" name="ComputerScoreBox">
<property name="geometry">
<rect>
<x>770</x>
<y>70</y>
<width>201</width>
<height>351</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title">
<string>中国象棋云库</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<widget class="QLabel" name="ComputerScore">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>181</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font:40px;
color:green;</string>
</property>
<property name="text">
<string>云库出步</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="BookLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>181</width>
<height>231</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font:22px</string>
</property>
<property name="text">
<string>默认由ChessDB提供的中国象棋云库出步。
云库无对应走法或获取走法失败时由引擎出步。</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="SideSelectionBox">
<property name="geometry">
<rect>
<x>770</x>
<y>440</y>
<width>201</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>红黑方选择</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<widget class="QComboBox" name="PlayerSide">
<property name="geometry">
<rect>
<x>110</x>
<y>40</y>
<width>71</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font:40px</string>
</property>
<item>
<property name="text">
<string></string>
</property>
</item>
<item>
<property name="text">
<string></string>
</property>
</item>
</widget>
<widget class="QLabel" name="PlayerSideLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>81</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font:40px</string>
</property>
<property name="text">
<string>我执</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="Reset">
<property name="geometry">
<rect>
<x>770</x>
<y>720</y>
<width>201</width>
<height>81</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font:30px;</string>
</property>
<property name="text">
<string>😀 重置棋盘</string>
</property>
</widget>
<widget class="QPushButton" name="Flip">
<property name="geometry">
<rect>
<x>770</x>
<y>820</y>
<width>201</width>
<height>81</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font:30px;</string>
</property>
<property name="text">
<string>🔄 翻转棋盘</string>
</property>
</widget>
<widget class="QLabel" name="Mask1">
<property name="geometry">
<rect>
<x>350</x>
<y>450</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/mask2.png);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QLabel" name="Mask2">
<property name="geometry">
<rect>
<x>350</x>
<y>450</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/mask.png);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QLabel" name="Mask3">
<property name="geometry">
<rect>
<x>350</x>
<y>450</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/ChessImage/mask.png);
color:transparent;</string>
</property>
<property name="text">
<string>b</string>
</property>
</widget>
<widget class="QGroupBox" name="HardSelectionBox">
<property name="geometry">
<rect>
<x>770</x>
<y>570</y>
<width>201</width>
<height>121</height>
</rect>
</property>
<property name="title">
<string>电脑难度选择</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<widget class="QComboBox" name="ComputerHard">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>181</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font:40px</string>
</property>
<item>
<property name="text">
<string> 简单</string>
</property>
</item>
<item>
<property name="text">
<string> 普通</string>
</property>
</item>
<item>
<property name="text">
<string> 地狱</string>
</property>
</item>
</widget>
</widget>
<zorder>Icon</zorder>
<zorder>Title</zorder>
<zorder>MinButton</zorder>
<zorder>CloseButton</zorder>
<zorder>ChessBoard</zorder>
<zorder>BlackChe1</zorder>
<zorder>BlackMa1</zorder>
<zorder>BlackXiang1</zorder>
<zorder>BlackShi1</zorder>
<zorder>BlackJiang</zorder>
<zorder>BlackShi2</zorder>
<zorder>BlackXiang2</zorder>
<zorder>BlackMa2</zorder>
<zorder>BlackChe2</zorder>
<zorder>BlackPao1</zorder>
<zorder>BlackPao2</zorder>
<zorder>BlackBing1</zorder>
<zorder>BlackBing2</zorder>
<zorder>BlackBing3</zorder>
<zorder>BlackBing4</zorder>
<zorder>BlackBing5</zorder>
<zorder>RedBing1</zorder>
<zorder>RedBing2</zorder>
<zorder>RedBing3</zorder>
<zorder>RedBing4</zorder>
<zorder>RedBing5</zorder>
<zorder>RedPao1</zorder>
<zorder>RedPao2</zorder>
<zorder>RedChe1</zorder>
<zorder>RedXiang1</zorder>
<zorder>RedMa1</zorder>
<zorder>RedShi1</zorder>
<zorder>RedJiang</zorder>
<zorder>RedShi2</zorder>
<zorder>RedXiang2</zorder>
<zorder>RedChe2</zorder>
<zorder>RedMa2</zorder>
<zorder>ComputerScoreBox</zorder>
<zorder>SideSelectionBox</zorder>
<zorder>Flip</zorder>
<zorder>Reset</zorder>
<zorder>Mask1</zorder>
<zorder>Mask2</zorder>
<zorder>Mask3</zorder>
<zorder>HardSelectionBox</zorder>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/modory/ChineseChess.git
git@gitee.com:modory/ChineseChess.git
modory
ChineseChess
中国象棋
master

搜索帮助