📄 preferences.ui
字号:
<!DOCTYPE UI><UI><class>Preferences</class><widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>Preferences</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>467</width> <height>329</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Preferences</string> </property> <property stdset="1"> <name>sizeGripEnabled</name> <bool>true</bool> </property> <property> <name>whatsThis</name> <string><b>Preferences</b><p>Change the preferences of the designer application. The preferences will be saved when you exit the designer. They will be restored the next time the designer is started if <b>Restore last workspace</b> is selected.</p></string> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="4" column="0" rowspan="1" colspan="2" > <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>helpButton</cstring> </property> <property stdset="1"> <name>text</name> <string>&Help</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>geometry</name> <rect> <x>87</x> <y>5</y> <width>185</width> <height>20</height> </rect> </property> <property stdset="1"> <name>orientation</name> <enum>Horizontal</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> </spacer> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonOk</cstring> </property> <property stdset="1"> <name>text</name> <string>&OK</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> <property stdset="1"> <name>default</name> <bool>true</bool> </property> <property> <name>whatsThis</name> <string>Close dialog and apply all changes.</string> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonCancel</cstring> </property> <property stdset="1"> <name>text</name> <string>&Cancel</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> <property stdset="1"> <name>default</name> <bool>false</bool> </property> <property> <name>whatsThis</name> <string>Close dialog and discard all changes.</string> </property> </widget> </hbox> </widget> <widget row="2" column="0" > <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>GroupBox5</cstring> </property> <property stdset="1"> <name>title</name> <string>Ge&neral</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>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>checkBoxWorkspace</cstring> </property> <property stdset="1"> <name>text</name> <string>&Restore last workspace on startup</string> </property> <property stdset="1"> <name>checked</name> <bool>true</bool> </property> <property> <name>toolTip</name> <string>Restore last workspace</string> </property> <property> <name>whatsThis</name> <string>The current workspace settings will be restored next time you start the designer if this option is checked.</string> </property> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>checkBoxSplash</cstring> </property> <property stdset="1"> <name>text</name> <string>Show &Splash Screen on startup</string> </property> <property stdset="1"> <name>checked</name> <bool>true</bool> </property> <property> <name>toolTip</name> <string>Show Splashscreen</string> </property> <property> <name>whatsThis</name> <string>A splashscreen is displayed when starting the designer if this option is checked.</string> </property> </widget> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>Label3</cstring> </property> <property stdset="1"> <name>text</name> <string>&Documentation Path:</string> </property> <property> <name>buddy</name> <cstring>editDocPath</cstring> </property> </widget> <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>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>editDocPath</cstring> </property> <property> <name>whatsThis</name> <string><b>Enter the path to the documentation.</b><p>You may provide an $environment variable as first part of your pathname.</p></string> </property> </widget> <widget> <class>QToolButton</class> <property stdset="1"> <name>name</name> <cstring>buttonDocPath</cstring> </property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -