📄 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.**** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition** licenses may use this file in accordance with the Qt Commercial License** Agreement provided with the Software.**** 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.** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for** information about Qt Commercial License Agreements.**** 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>482</width> <height>480</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> <widget class="QGroupBox" row="1" column="1"> <property name="name"> <cstring>groupBox4</cstring> </property> <property name="title"> <string>File Saving</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QCheckBox"> <property name="name"> <cstring>checkBoxAutoSave</cstring> </property> <property name="text"> <string>Enable Auto Sa&ve</string> </property> <property name="accel"> <string>Alt+V</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabelAutoSave</cstring> </property> <property name="text"> <string>Auto Save &Interval:</string> </property> <property name="buddy" stdset="0"> <cstring>timeEditAutoSave</cstring> </property> </widget> <widget class="QTimeEdit"> <property name="name"> <cstring>timeEditAutoSave</cstring> </property> <property name="time"> <time> <hour>0</hour> <minute>30</minute> <second>0</second> </time> </property> </widget> </hbox> </widget> </vbox> </widget> <widget class="QButtonGroup" row="2" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>buttonGroup2</cstring> </property> <property name="title"> <string>Plu&gin Paths</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QTextEdit"> <property name="name"> <cstring>textEditPluginPaths</cstring> </property> </widget> </hbox> </widget> <spacer row="3" column="1"> <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="1" 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="accel"> <string>Alt+W</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">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -