📄 preferences.ui
字号:
<property name="spacing"> <number>6</number> </property> <widget class="QCheckBox"> <property name="name"> <cstring>checkBoxGrid</cstring> </property> <property name="text"> <string>Sn&ap to Grid</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>Snap to the grid</string> </property> <property name="whatsThis" stdset="0"> <string><b>Customize the grid-settings for all forms.</b><p>When <b>Snap to Grid</b> is checked, the widgets snap to the grid using the the X/Y resolution.</p></string> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout4</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QSpinBox" row="0" column="1"> <property name="name"> <cstring>spinGridX</cstring> </property> <property name="maxValue"> <number>50</number> </property> <property name="minValue"> <number>5</number> </property> <property name="value"> <number>10</number> </property> <property name="toolTip" stdset="0"> <string>Grid resolution</string> </property> <property name="whatsThis" stdset="0"> <string><b>Customize the grid-settings for all forms.</b><p>When <b>Show Grid</b> is checked, a grid is shown on all forms using the X/Y resolution.</p></string> </property> </widget> <widget class="QSpinBox" row="1" column="1"> <property name="name"> <cstring>spinGridY</cstring> </property> <property name="maxValue"> <number>50</number> </property> <property name="minValue"> <number>5</number> </property> <property name="value"> <number>10</number> </property> <property name="toolTip" stdset="0"> <string>Grid resolution</string> </property> <property name="whatsThis" stdset="0"> <string><b>Customize the grid-settings for all forms.</b><p>When <b>Show Grid</b> is checked, a grid is shown on all forms using the X/Y resolution.</p></string> </property> </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>Label1</cstring> </property> <property name="text"> <string>Grid-&X:</string> </property> <property name="buddy" stdset="0"> <cstring>spinGridX</cstring> </property> </widget> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>Label1_2</cstring> </property> <property name="text"> <string>Grid-&Y:</string> </property> <property name="buddy" stdset="0"> <cstring>spinGridY</cstring> </property> </widget> </grid> </widget> </vbox> </widget> <spacer row="3" column="0"> <property name="name"> <cstring>Spacer3</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> <property name="whatsThis" stdset="0"> <string>A splash screen is displayed when starting Qt Designer if this option is checked.</string> </property> </spacer> <widget class="QGroupBox" row="2" column="0"> <property name="name"> <cstring>GroupBox5</cstring> </property> <property name="title"> <string>Ge&neral</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QCheckBox"> <property name="name"> <cstring>checkBoxWorkspace</cstring> </property> <property name="text"> <string>Restore Last &Workspace on Startup</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>Restore last workspace</string> </property> <property name="whatsThis" stdset="0"> <string>The current workspace settings will be restored the next time you start Qt Designer if this option is checked.</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>checkBoxSplash</cstring> </property> <property name="text"> <string>Show &Splash Screen on Startup</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>Show Splashscreen</string> </property> <property name="whatsThis" stdset="0"> <string>A splash screen is displayed when starting Qt Designer if this option is checked.</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>checkBoxStartDialog</cstring> </property> <property name="text"> <string>Show Start &Dialog</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>checkAutoEdit</cstring> </property> <property name="text"> <string>Disable Data&base Auto-Edit in Preview</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </vbox> </widget> <widget class="QGroupBox" row="2" column="1"> <property name="name"> <cstring>GroupBox3</cstring> </property> <property name="title"> <string>&Toolbars</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QCheckBox">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -