📄 preferences.ui
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>Preferences</class><comment>*********************************************************************** Copyright (C) 2000 Trolltech AS. All rights reserved.**** This file is part of Qt Designer.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.***********************************************************************</comment><widget class="QDialog"> <property name="name"> <cstring>Preferences</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>467</width> <height>387</height> </rect> </property> <property name="caption"> <string>Preferences</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> <string><b>Preferences</b><p>Change the preferences of Qt Designer. There is always one tab with general preferences. There may be additional tabs, depending on which plugins are installed.</p></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="QTabWidget"> <property name="name"> <cstring>tabWidget</cstring> </property> <widget class="QWidget"> <property name="name"> <cstring>pageGeneral</cstring> </property> <attribute name="title"> <string>General</string> </attribute> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QButtonGroup" row="0" column="0" rowspan="2" colspan="1"> <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>TabFocus</enum> </property> <property name="text"> <string>Co&lor</string> </property> <property name="toolTip" stdset="0"> <string>Use a background color</string> </property> <property name="whatsThis" stdset="0"> <string>Use a background color.</string> </property> </widget> <widget class="QRadioButton" row="1" column="0"> <property name="name"> <cstring>radioPixmap</cstring> </property> <property name="text"> <string>&Pixmap</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>Use a background pixmap</string> </property> <property name="whatsThis" stdset="0"> <string>Use a background pixmap.</string> </property> </widget> <widget class="StyledButton" row="1" column="1"> <property name="name"> <cstring>buttonPixmap</cstring> </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>Select a pixmap</string> </property> <property name="whatsThis" stdset="0"> <string>Choose a pixmap file.</string> </property> </widget> </grid> </widget> <widget class="QCheckBox" row="0" column="1"> <property name="name"> <cstring>checkBoxShowGrid</cstring> </property> <property name="text"> <string>Show &Grid</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>Show Grid</string> </property> <property name="whatsThis" stdset="0"> <string><b>Customize the grid appearance for all forms.</b><p>When <b>Show Grid</b> is checked, all forms show a grid.</p></string> </property> </widget> <widget class="QGroupBox" row="1" column="1"> <property name="name"> <cstring>GroupBox1</cstring> </property> <property name="title"> <string>Gr&id</string> </property> <property name="whatsThis" stdset="0"> <string></string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -