📄 preferences.ui
字号:
<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="accel"> <string>Alt+B</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>checkBoxTextLabels</cstring> </property> <property name="text"> <string>Show Toolbutton Lab&els</string> </property> <property name="accel"> <string>Alt+E</string> </property> <property name="toolTip" stdset="0"> <string>Text Labels</string> </property> <property name="whatsThis" stdset="0"> <string>Text labels will be usin in the toolbars if this is checked.</string> </property> </widget> </vbox> </widget> <widget class="QGroupBox" row="0" column="1"> <property name="name"> <cstring>groupBoxGrid</cstring> </property> <property name="title"> <string>G&rid</string> </property> <property name="checkable"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> <string></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>checkBoxSnapGrid</cstring> </property> <property name="text"> <string>Sn&ap to Grid</string> </property> <property name="accel"> <string>Alt+A</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> <widget class="QButtonGroup" row="0" column="0"> <property name="name"> <cstring>ButtonGroup1</cstring> </property> <property name="title"> <string>Backgro&und</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="StyledButton" row="0" column="1"> <property name="name"> <cstring>buttonColor</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>TabFocus</enum> </property> <property name="scale" stdset="0"> <bool>false</bool> </property> <property name="toolTip" stdset="0"> <string>Choose a color</string> </property> <property name="whatsThis" stdset="0"> <string>Select a color in the color dialog.</string> </property> </widget> <widget class="QRadioButton" row="0" column="0"> <property name="name"> <cstring>radioColor</cstring> </property> <property name="focusPolicy"> <enum>NoFocus</enum> </property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -