⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formsettings.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><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">    <property name="name">        <cstring>FormSettingsBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>597</width>            <height>458</height>        </rect>    </property>    <property name="caption">        <string>Form Settings</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <property name="whatsThis" stdset="0">        <string>&lt;b&gt;Form Settings&lt;/b&gt;&lt;p&gt;Change settings for the form. Settings like &lt;b&gt;Comment&lt;/b&gt; and &lt;b&gt;Author&lt;/b&gt; are for your own use and are not required.&lt;/p&gt;</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="QButtonGroup" row="1" column="0">            <property name="name">                <cstring>ButtonGroup1</cstring>            </property>            <property name="title">                <string>Pixmaps</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="QRadioButton" row="0" column="0">                    <property name="name">                        <cstring>radioPixmapInline</cstring>                    </property>                    <property name="text">                        <string>Save In&amp;line</string>                    </property>                    <property name="checked">                        <bool>true</bool>                    </property>                    <property name="toolTip" stdset="0">                        <string>Save pixmaps in the .ui files</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>&lt;b&gt;Save Inline&lt;/b&gt;&lt;p&gt;Saves the pixmaps as binary data in the .ui files. Pixmaps saved like this are not shared between forms. We recommend using Project image files instead.</string>                    </property>                </widget>                <widget class="QRadioButton" row="2" column="0">                    <property name="name">                        <cstring>radioProjectImageFile</cstring>                    </property>                    <property name="text">                        <string>Project &amp;Imagefile</string>                    </property>                    <property name="toolTip" stdset="0">                        <string>Use the Project's Image file for pixmaps</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>&lt;b&gt;Use the Project's Image file for pixmaps&lt;/b&gt;&lt;p&gt;Each project may have a collection of pixmaps. If you use a project, we recommend that you use this option since it shares the images and is the fastest and most efficient way to use pixmaps in your forms.&lt;/p&gt;</string>                    </property>                </widget>                <widget class="QLineEdit" row="1" column="1">                    <property name="name">                        <cstring>editPixmapFunction</cstring>                    </property>                    <property name="enabled">                        <bool>false</bool>                    </property>                    <property name="toolTip" stdset="0">                        <string>Specify Pixmap-Loader function (only the function's name, no parentheses!)</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>&lt;b&gt;Specify Pixmap-Loader function&lt;/b&gt;&lt;p&gt;Specify the function which should be used for loading a pixmap in the generated code. &lt;em&gt;Only enter the function's name, with no parentheses.&lt;/em&gt;</string>                    </property>                </widget>                <widget class="QRadioButton" row="1" column="0">                    <property name="name">                        <cstring>radioPixmapFunction</cstring>                    </property>                    <property name="text">                        <string>Use &amp;Function:</string>                    </property>                    <property name="toolTip" stdset="0">                        <string>Use the given function for pixmaps</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>&lt;b&gt;Use a given function for pixmaps&lt;/b&gt;&lt;p&gt;If you choose this option you must define a function in the line edit at the right which will be used in the generated code for loading pixmaps. When choosing a pixmap in &lt;i&gt;Qt Designer&lt;/i&gt; you will be asked to specify the arguments which will be passed to the function in the generated code.&lt;p&gt; This approach makes it possible to use your own icon-loader function for loading pixmaps.  &lt;i&gt;Qt Designer&lt;/i&gt; can't preview the correct image if you use your own function.</string>                    </property>                </widget>            </grid>        </widget>        <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>GroupBox1</cstring>            </property>            <property name="frameShape">                <enum>Box</enum>            </property>            <property name="frameShadow">                <enum>Sunken</enum>            </property>            <property name="title">                <string>Settings</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="QLineEdit" row="0" column="1">                    <property name="name">                        <cstring>editClassName</cstring>                    </property>                    <property name="toolTip" stdset="0">                        <string>Change class name</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>&lt;b&gt;Enter the name of the class that will be created.&lt;/b&gt;&lt;p&gt;&lt;em&gt;classname.h&lt;/em&gt; and &lt;em&gt;classname.cpp&lt;/em&gt; will be generated as C++ output when it is compiled by uic.&lt;/p&gt;</string>                    </property>                </widget>                <widget class="QLabel" row="3" column="0">                    <property name="name">                        <cstring>TextLabel1_2</cstring>                    </property>                    <property name="text">                        <string>A&amp;uthor:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>editAuthor</cstring>                    </property>                </widget>                <widget class="QLineEdit" row="3" column="1">                    <property name="name">                        <cstring>editAuthor</cstring>                    </property>                    <property name="toolTip" stdset="0">                        <string>Enter your name</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>Enter your name.</string>                    </property>                </widget>                <widget class="QLabel" row="0" column="0">                    <property name="name">                        <cstring>TextLabel1</cstring>                    </property>                    <property name="text">                        <string>Class &amp;Name:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>editClassName</cstring>                    </property>                </widget>                <widget class="QLabel" row="1" column="0">                    <property name="name">                        <cstring>TextLabel2</cstring>                    </property>                    <property name="text">                        <string>Co&amp;mment:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>editComment</cstring>                    </property>                </widget>                <widget class="QMultiLineEdit" row="1" column="1" rowspan="2" colspan="1">                    <property name="name">                        <cstring>editComment</cstring>                    </property>                    <property name="whatsThis" stdset="0">                        <string>Enter a comment about the form.</string>                    </property>                </widget>                <spacer row="2" column="0">                    <property name="name">                        <cstring>Spacer1</cstring>                    </property>                    <property name="orientation">                        <enum>Vertical</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                </spacer>            </grid>        </widget>        <widget class="QGroupBox" row="1" column="1">            <property name="name">                <cstring>GroupBox2</cstring>            </property>            <property name="title">                <string>La&amp;youts</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="QSpinBox" row="0" column="2">                    <property name="name">                        <cstring>spinMargin</cstring>                    </property>                    <property name="value">                        <number>11</number>                    </property>                </widget>                <spacer row="0" column="3">                    <property name="name">                        <cstring>Spacer3</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                </spacer>                <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">                    <property name="name">                        <cstring>TextLabel2_2</cstring>                    </property>                    <property name="text">                        <string>D&amp;efault Spacing:</string>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -