📄 formsettings.ui
字号:
<!DOCTYPE UI><UI><class>FormSettingsBase</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</class> <property stdset="1"> <name>name</name> <cstring>FormSettingsBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>623</width> <height>457</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Form Settings</string> </property> <property stdset="1"> <name>sizeGripEnabled</name> <bool>true</bool> </property> <property> <name>whatsThis</name> <string><b>Form Settings</b><p>Change settings for the form. Settings like <b>Comment</b> and <b>Author</b> are for personal use and not required.</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="0" column="0" > <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>GroupBox1</cstring> </property> <property stdset="1"> <name>title</name> <string>&Settings</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="0" column="1" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>editClassName</cstring> </property> <property> <name>toolTip</name> <string>Change class name</string> </property> <property> <name>whatsThis</name> <string><b>Enter the name of the class that will be created.</b><p><em>classname.h</em> and <em>classname.cpp</em> will be generated as C++-output when it is compiled with the uic.</p></string> </property> </widget> <widget row="3" column="0" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel1_2</cstring> </property> <property stdset="1"> <name>text</name> <string>A&uthor:</string> </property> <property> <name>buddy</name> <cstring>editAuthor</cstring> </property> </widget> <widget row="3" column="1" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>editAuthor</cstring> </property> <property> <name>toolTip</name> <string>Enter your name</string> </property> <property> <name>whatsThis</name> <string>Enter your name here.</string> </property> </widget> <widget row="0" column="0" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel1</cstring> </property> <property stdset="1"> <name>text</name> <string>Class &Name:</string> </property> <property> <name>buddy</name> <cstring>editClassName</cstring> </property> </widget> <widget row="1" column="0" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel2</cstring> </property> <property stdset="1"> <name>text</name> <string>Co&mment:</string> </property> <property> <name>buddy</name> <cstring>editComment</cstring> </property> </widget> <widget row="1" column="1" rowspan="2" colspan="1" > <class>QMultiLineEdit</class> <property stdset="1"> <name>name</name> <cstring>editComment</cstring> </property> <property> <name>whatsThis</name> <string>Enter a comment about the form.</string> </property> </widget> <spacer row="2" column="0" > <property> <name>name</name> <cstring>Spacer1</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>36</x> <y>68</y> <width>20</width> <height>87</height> </rect> </property> <property stdset="1"> <name>orientation</name> <enum>Vertical</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> </spacer> </grid> </widget> <widget row="1" column="0" > <class>QButtonGroup</class> <property stdset="1"> <name>name</name> <cstring>ButtonGroup1</cstring> </property> <property stdset="1"> <name>title</name> <string>&Pixmaps</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="0" column="0" > <class>QRadioButton</class> <property stdset="1"> <name>name</name> <cstring>radioPixmapInline</cstring> </property> <property stdset="1"> <name>text</name> <string>Save In&line</string> </property> <property stdset="1"> <name>checked</name> <bool>true</bool> </property> <property> <name>toolTip</name> <string>Save pixmaps into the .ui files</string> </property> <property> <name>whatsThis</name> <string><b>Save Inline</b><p>Saves the pixmaps you choose as binary data into the .ui files. <em>This is the suggested option!</em></string> </property> </widget> <widget row="1" column="0" > <class>QRadioButton</class> <property stdset="1"> <name>name</name> <cstring>radioPixmapFunction</cstring> </property> <property stdset="1"> <name>text</name> <string>Use &Function</string> </property> <property> <name>toolTip</name> <string>Use a defined function to load pixmaps</string> </property> <property> <name>whatsThis</name> <string><b>Use a defined function to open pixmaps</b><p>If you choose this option you have to define a function in the lineedit at the right which will be used in the generated code for loading pixmaps. When choosing a pixmap in the Qt Designer you will be asked then to specify the arguments which will be passed to that function in the generated code.<p> This way makes it possible to use an own icon-loader function for loading pixmaps, but of course the preview in the Qt Designer can't show the correct image.</string> </property> </widget> <widget row="1" column="1" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>editPixmapFunction</cstring> </property> <property stdset="1"> <name>enabled</name> <bool>false</bool> </property> <property> <name>toolTip</name> <string>Specify Pixmap-Loader function (only function-name, no parentheses!)</string> </property> <property> <name>whatsThis</name> <string><b>Specify Pixmap-Loader function</b><p>Specify the function which should be used for loading a pixmap in the generated code. <em>Only enter the function-name, no parentheses!</em></string> </property> </widget> </grid> </widget> <widget row="0" column="1" > <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>GroupBox2</cstring>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -