📄 preferences_gui.ui
字号:
<width>24</width> <height>24</height> </size> </property> <property name="maximumSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="scaledContents"> <bool>true</bool> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>PixmapPathButton</cstring> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>image1</pixmap> </property> <property name="toolTip" stdset="0"> <string>pixmap file chooser</string> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout81</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel1_title_2</cstring> </property> <property name="minimumSize"> <size> <width>70</width> <height>0</height> </size> </property> <property name="text"> <string>Label:</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>LineEdit_label</cstring> </property> <property name="maxLength"> <number>100</number> </property> <property name="toolTip" stdset="0"> <string>Button label</string> </property> <property name="whatsThis" stdset="0"> <string>unique label, The label is displayed as button text.</string> </property> </widget> </hbox> </widget> <widget class="QListView" row="0" column="1" rowspan="5" colspan="1"> <column> <property name="text"> <string>Pixmap</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Label</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Command</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Help Text</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string></string> </property> <property name="clickable"> <bool>false</bool> </property> <property name="resizable"> <bool>false</bool> </property> </column> <property name="name"> <cstring>ListView_buttons</cstring> </property> <property name="minimumSize"> <size> <width>250</width> <height>0</height> </size> </property> <property name="resizePolicy"> <enum>AutoOneFit</enum> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>User defined button list</string> </property> <property name="whatsThis" stdset="0"> <string>Button EntriesSelect 'New' to clear input fields. After filling in at least label and command use Add/Change.Select an entry to edit, change (label keeps unchanged) or delete a line.</string> </property> </widget> </grid> </widget> <widget class="QButtonGroup" row="0" column="0"> <property name="name"> <cstring>soundButtonGroups</cstring> </property> <property name="frameShape"> <enum>Box</enum> </property> <property name="frameShadow"> <enum>Sunken</enum> </property> <property name="title"> <string>Play sound for</string> </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>6</number> </property> <property name="spacing"> <number>0</number> </property> <widget class="QCheckBox" row="2" column="0"> <property name="name"> <cstring>saySoundCheckBox</cstring> </property> <property name="text"> <string>Say</string> </property> <property name="toolTip" stdset="0"> <string>Play sound for incoming say message while playing a game</string> </property> </widget> <widget class="QCheckBox" row="1" column="0"> <property name="name"> <cstring>autoplaySoundCheckBox</cstring> </property> <property name="text"> <string>Autoplay</string> </property> <property name="buttonGroupId"> <number>3</number> </property> <property name="toolTip" stdset="0"> <string>Play sound in autoplay mode</string> </property> <property name="whatsThis" stdset="0"> <string>Play sound in autoplay modePlay a sound when a stone is placed in autoplay mode.</string> </property> </widget> <widget class="QCheckBox" row="0" column="0"> <property name="name"> <cstring>stoneSoundCheckBox</cstring> </property> <property name="text"> <string>Stones</string> </property> <property name="buttonGroupId"> <number>1</number> </property> <property name="toolTip" stdset="0"> <string>Play sound when placing a stone</string> </property> <property name="whatsThis" stdset="0"> <string>Play sound when placing a stoneEnable this box when you want to listen a clicking sound when playing a stone on the board.</string> </property> </widget> <widget class="QCheckBox" row="3" column="0"> <property name="name"> <cstring>enterSoundCheckBox</cstring> </property> <property name="text"> <string>Enter</string>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -