📄 preferences_gui.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>PreferencesDialogGui</class><widget class="QDialog"> <property name="name"> <cstring>PreferencesDialogGui</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>619</width> <height>618</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="caption"> <string>Preferences</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>2</number> </property> <property name="spacing"> <number>0</number> </property> <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>Layout1</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="QPushButton"> <property name="name"> <cstring>buttonHelp</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>image0</pixmap> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="layoutMargin" stdset="0"> </property> <property name="layoutSpacing" stdset="0"> </property> </widget> <spacer> <property name="name"> <cstring>Horizontal Spacing2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>buttonApply</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="text"> <string>&Apply</string> </property> <property name="accel"> <string>Alt+A</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="layoutMargin" stdset="0"> </property> <property name="layoutSpacing" stdset="0"> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>buttonOk</cstring> </property> <property name="maximumSize"> <size> <width>32767</width> <height>32767</height> </size> </property> <property name="text"> <string>&OK</string> </property> <property name="accel"> <string>Alt+O</string> </property> <property name="toggleButton"> <bool>false</bool> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>remember that point for fast return</string> </property> <property name="whatsThis" stdset="0"> <string>push button at starting point to enable remembering.After placing and/or undo release button for returning to starting point automatically.</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>buttonCancel</cstring> </property> <property name="maximumSize"> <size> <width>32767</width> <height>32767</height> </size> </property> <property name="text"> <string>&Cancel</string> </property> <property name="accel"> <string>Alt+C</string> </property> <property name="toggleButton"> <bool>false</bool> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>cancel changes</string> </property> <property name="whatsThis" stdset="0"> <string>cancel changes</string> </property> </widget> </hbox> </widget> <widget class="QTabWidget" row="0" column="0"> <property name="name"> <cstring>tabWidget</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="caption"> <string></string> </property> <property name="layoutMargin" stdset="0"> </property> <property name="layoutSpacing" stdset="0"> </property> <widget class="QWidget"> <property name="name"> <cstring>InterfaceTabWidget</cstring> </property> <attribute name="title"> <string>Main Interface</string> </attribute> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QButtonGroup" row="0" column="1"> <property name="name"> <cstring>ButtonGroup3</cstring> </property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -