📄 help.ui
字号:
<!DOCTYPE UI><UI><class>Help_UI</class><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>Help_UI</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>737</width> <height>619</height> </rect> </property> <property stdset="1"> <name>caption</name> <string></string> </property> <vbox> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout6</cstring> </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>back</cstring> </property> <property stdset="1"> <name>text</name> <string><<</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>forward</cstring> </property> <property stdset="1"> <name>text</name> <string>>></string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> </widget> <spacer> <property> <name>name</name> <cstring>Horizontal Spacing2</cstring> </property> <property stdset="1"> <name>orientation</name> <enum>Horizontal</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> <property> <name>sizeHint</name> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonOk</cstring> </property> <property stdset="1"> <name>text</name> <string>&Done</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> <property stdset="1"> <name>default</name> <bool>true</bool> </property> </widget> </hbox> </widget> <widget> <class>QTextBrowser</class> <property stdset="1"> <name>name</name> <cstring>textbox</cstring> </property> </widget> </vbox></widget><connections> <connection> <sender>buttonOk</sender> <signal>clicked()</signal> <receiver>Help_UI</receiver> <slot>accept()</slot> </connection> <connection> <sender>back</sender> <signal>clicked()</signal> <receiver>textbox</receiver> <slot>backward()</slot> </connection> <connection> <sender>forward</sender> <signal>clicked()</signal> <receiver>textbox</receiver> <slot>forward()</slot> </connection></connections></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -