📄 newgame_gui.ui
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>NewGameDialog</class><widget class="QDialog"> <property name="name"> <cstring>NewGameDialog</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>274</width> <height>380</height> </rect> </property> <property name="maximumSize"> <size> <width>300</width> <height>380</height> </size> </property> <property name="caption"> <string>New Game</string> </property> <property name="layoutMargin" stdset="0"> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QFrame" row="1" column="0"> <property name="name"> <cstring>Frame14</cstring> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout10</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel3</cstring> </property> <property name="text"> <string>Board size:</string> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>boardSizeSpin</cstring> </property> <property name="maximumSize"> <size> <width>60</width> <height>32767</height> </size> </property> <property name="maxValue"> <number>36</number> </property> <property name="minValue"> <number>4</number> </property> <property name="value"> <number>19</number> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget" row="2" column="0"> <property name="name"> <cstring>HandicapLayout</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel5</cstring> </property> <property name="text"> <string>Handicap:</string> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>handicapSpin</cstring> </property> <property name="maximumSize"> <size> <width>60</width> <height>32767</height> </size> </property> <property name="maxValue"> <number>13</number> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout15</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel4</cstring> </property> <property name="text"> <string>Komi:</string> </property> </widget> <widget class="KomiSpinBox"> <property name="name"> <cstring>komiSpin</cstring> </property> <property name="minimumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>60</width> <height>32767</height> </size> </property> <property name="focusPolicy"> <enum>StrongFocus</enum> </property> <property name="acceptDrops"> <bool>true</bool> </property> </widget> </hbox> </widget> </grid> </widget> <widget class="QFrame" row="2" column="0"> <property name="name"> <cstring>Frame14_2</cstring> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget" row="2" column="0"> <property name="name"> <cstring>Layout11</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel8</cstring> </property> <property name="text"> <string>Free game</string> </property> </widget> <widget class="QComboBox"> <item> <property name="text"> <string>no</string> </property> </item> <item> <property name="text"> <string>yes</string> </property> </item> <property name="name"> <cstring>ComboBox_free</cstring> </property> <property name="maximumSize"> <size> <width>60</width> <height>32767</height> </size> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout12</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>BY_label</cstring> </property> <property name="text"> <string>Byoyomi Time:</string> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>byoTimeSpin</cstring> </property> <property name="maximumSize"> <size> <width>60</width> <height>32767</height> </size> </property> <property name="value"> <number>10</number> </property> <property name="toolTip" stdset="0"> <string>Additional time for 25 moves; after 25 moves the byoyomi time starts again and again</string> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout13</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel6</cstring> </property> <property name="text"> <string>Time:</string> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>timeSpin</cstring> </property> <property name="maximumSize"> <size> <width>60</width> <height>32767</height> </size> </property> <property name="value"> <number>10</number> </property> <property name="toolTip" stdset="0"> <string>Playing time</string> </property> </widget> </hbox> </widget> </grid> </widget> <widget class="QLayoutWidget" row="3" column="0"> <property name="name">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -