📄 mainwidget_gui.ui
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>MainWidgetGui</class><widget class="QWidget"> <property name="name"> <cstring>MainWidgetGui</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>635</width> <height>603</height> </rect> </property> <property name="minimumSize"> <size> <width>400</width> <height>500</height> </size> </property> <property name="font"> <font> </font> </property> <property name="caption"> <string>MainWidgetGui</string> </property> <property name="layoutMargin" stdset="0"> </property> <property name="layoutSpacing" stdset="0"> </property> <widget class="QFrame"> <property name="name"> <cstring>boardFrame</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>60</y> <width>432</width> <height>380</height> </rect> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <property name="margin"> <number>0</number> </property> <property name="layoutMargin" stdset="0"> </property> <property name="layoutSpacing" stdset="0"> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>2</number> </property> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout7</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout9</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> <widget class="Board"> <property name="name"> <cstring>board</cstring> </property> <property name="minimumSize"> <size> <width>250</width> <height>250</height> </size> </property> <property name="caption"> <string></string> </property> <property name="whatsThis" stdset="0"> <string>Click on the board to place a stone.When in normal mode, left click plays moves in alternating colors.Shift + left click moves to the first move in the main branch.Shift + right click moves to the next move in the current branch.When in edit mode and editing stones, left click places a black, right click a white stone, clicking on an existant stone removes it.When editing marks, left click sets, right click removes the mark. When editing letter marks, shift-click allows to customize the mark text.When in score mode, left click to mark a group as dead, right click to mark it alive in seki. Click again to unmark as dead or seki.</string> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout5</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>1</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>sliderLeftLabel</cstring> </property> <property name="font"> <font> </font> </property> <property name="margin"> <number>2</number> </property> <property name="text"> <string>0</string> </property> <property name="alignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="hAlign" stdset="0"> </property> <property name="whatsThis" stdset="0"> <string>Slider min valueMinimum game move the slider can currently show.</string> </property> </widget> <widget class="QSlider"> <property name="name"> <cstring>slider</cstring> </property> <property name="maximumSize"> <size> <width>32767</width> <height>20</height> </size> </property> <property name="focusPolicy"> <enum>NoFocus</enum> </property> <property name="maxValue"> <number>10</number> </property> <property name="pageStep"> <number>1</number> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="toolTip" stdset="0"> <string>Navigate through the game</string> </property> <property name="whatsThis" stdset="0"> <string>Navigate to moveUse the slider to quickly navigate through the current branch of the game.</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>sliderRightLabel</cstring> </property> <property name="font"> <font> </font> </property> <property name="margin"> <number>2</number> </property> <property name="text"> <string>000</string> </property> <property name="alignment"> <set>AlignVCenter|AlignRight</set> </property> <property name="hAlign" stdset="0"> </property> <property name="whatsThis" stdset="0"> <string>Slider max valueMaximum game move the slider can currently show.</string> </property> </widget> </hbox> </widget> </vbox> </widget> </vbox> </widget> </grid> </widget> <widget class="QFrame"> <property name="name"> <cstring>toolsFrame</cstring> </property> <property name="geometry"> <rect> <x>460</x> <y>0</y> <width>150</width> <height>654</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>148</width> <height>230</height> </size> </property> <property name="maximumSize"> <size> <width>150</width> <height>32767</height> </size> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <property name="layoutMargin" stdset="0"> </property> <property name="layoutSpacing" stdset="0"> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -