📄 talk_gui.ui
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>TalkGui</class><widget class="QDialog"> <property name="name"> <cstring>TalkGui</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>259</width> <height>218</height> </rect> </property> <property name="caption"> <string>Form1</string> </property> <property name="toolTip" stdset="0"> <string></string> </property> <property name="whatsThis" stdset="0"> <string>dialogin this box you see the conversation with the player whose name appears on the tab label</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>1</number> </property> <widget class="QLayoutWidget" row="2" column="0"> <property name="name"> <cstring>layout7</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit"> <property name="name"> <cstring>LineEdit1</cstring> </property> <property name="frameShape"> <enum>LineEditPanel</enum> </property> <property name="frameShadow"> <enum>Sunken</enum> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pb_match</cstring> </property> <property name="maximumSize"> <size> <width>28</width> <height>28</height> </size> </property> <property name="text"> <string></string> </property> <property name="iconSet"> <iconset>image0</iconset> </property> <property name="toolTip" stdset="0"> <string>match</string> </property> <property name="whatsThis" stdset="0"> <string>matchproposes a match to this player</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pb_releaseTalkTab</cstring> </property> <property name="maximumSize"> <size> <width>28</width> <height>28</height> </size> </property> <property name="text"> <string></string> </property> <property name="iconSet"> <iconset>image1</iconset> </property> <property name="toolTip" stdset="0"> <string>close</string> </property> <property name="whatsThis" stdset="0"> <string>closecloses the tab (and dialog)</string> </property> </widget> </hbox> </widget> <widget class="QTextEdit" row="1" column="0"> <property name="name"> <cstring>MultiLineEdit1</cstring> </property> <property name="readOnly"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>dialog with this player</string> </property> <property name="whatsThis" stdset="0"> <string>dialogin this box you see the conversation with the player whose name appears on the tab label</string> </property> </widget> <widget class="QFrame" row="0" column="0"> <property name="name"> <cstring>stats_layout</cstring> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <property name="lineWidth"> <number>0</number> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout21</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout13</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> <widget class="QLabel" row="0" column="2"> <property name="name"> <cstring>stats_rating</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <bold>1</bold> </font> </property> <property name="text">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -