You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
553 lines
24 KiB
553 lines
24 KiB
<!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.
|
|
**
|
|
** 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="TQDialog">
|
|
<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><b>Form Settings</b><p>Change settings for the form. Settings like <b>Comment</b> and <b>Author</b> are for your own use and are not required.</p></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="TQButtonGroup" 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="TQRadioButton" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>radioPixmapInline</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save in&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><b>Save Inline</b><p>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="TQRadioButton" row="2" column="0">
|
|
<property name="name">
|
|
<cstring>radioProjectImageFile</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Project &image file</string>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Use the Project's Image file for pixmaps</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Use the Project's Image file for pixmaps</b>
|
|
<p>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.</p></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="KLineEdit" 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><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's name, without parentheses.</em></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQRadioButton" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>radioPixmapFunction</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use &function:</string>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Use the given function for pixmaps</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Use a given function for pixmaps</b><p>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 <i>Qt Designer</i> you will be asked to specify the arguments which will be passed to the function in the generated code.<p> This approach makes it possible to use your own icon-loader function for loading pixmaps. <i>Qt Designer</i> cannot preview the correct image if you use your own function.</string>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="TQGroupBox" 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="KLineEdit" 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><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 by uic.</p></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="3" column="0">
|
|
<property name="name">
|
|
<cstring>TextLabel1_2</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>A&uthor:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>editAuthor</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="KLineEdit" 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="TQLabel" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>TextLabel1</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Class &name:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>editClassName</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>TextLabel2</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Co&mment:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>editComment</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQMultiLineEdit" 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="TQGroupBox" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>GroupBox2</cstring>
|
|
</property>
|
|
<property name="title">
|
|
<string>La&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="TQSpinBox" 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="TQLabel" row="1" column="0" rowspan="1" colspan="2">
|
|
<property name="name">
|
|
<cstring>TextLabel2_2</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>D&efault spacing:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>spinSpacing</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="2">
|
|
<property name="name">
|
|
<cstring>checkLayoutFunctions</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use func&tions:</string>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Use functions to get the margin and spacing</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Use a given function for margin and/or spacing</b><p>If you choose this option you must define functions in the line edit below which will be used in the generated code for getting the margin and spacing value. <i>Qt Designer</i> cannot preview the correct margin or spacing if you use your own function. Instead, the default values will be used for preview.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQSpinBox" row="1" column="2">
|
|
<property name="name">
|
|
<cstring>spinSpacing</cstring>
|
|
</property>
|
|
<property name="value">
|
|
<number>6</number>
|
|
</property>
|
|
</widget>
|
|
<spacer row="1" column="3">
|
|
<property name="name">
|
|
<cstring>Spacer4</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
</spacer>
|
|
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2">
|
|
<property name="name">
|
|
<cstring>TextLabel1_3</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Default mar&gin:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>spinMargin</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="4" column="0">
|
|
<property name="name">
|
|
<cstring>spaFuLabel</cstring>
|
|
</property>
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>S&pacing:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>editSpacingFunction</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="3" column="0">
|
|
<property name="name">
|
|
<cstring>marFuLabel</cstring>
|
|
</property>
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy>
|
|
<hsizetype>5</hsizetype>
|
|
<vsizetype>5</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Ma&rgin:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>editMarginFunction</cstring>
|
|
</property>
|
|
</widget>
|
|
<spacer row="2" column="2" rowspan="1" colspan="2">
|
|
<property name="name">
|
|
<cstring>Spacer5</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
</spacer>
|
|
<widget class="KLineEdit" row="4" column="1" rowspan="1" colspan="3">
|
|
<property name="name">
|
|
<cstring>editSpacingFunction</cstring>
|
|
</property>
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Specify spacing function (only the function's name, no parentheses.)</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Specify spacing function</b><p>Specify the function which should be used for getting the spacing in the generated code. <em>Only enter the function's name, without parentheses.</em></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="KLineEdit" row="3" column="1" rowspan="1" colspan="3">
|
|
<property name="name">
|
|
<cstring>editMarginFunction</cstring>
|
|
</property>
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy>
|
|
<hsizetype>5</hsizetype>
|
|
<vsizetype>0</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Specify margin function (only the function's name, no parentheses.)</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Specify margin function</b><p>Specify the function which should be used for getting the margin in the generated code. <em>Only enter the function's name, without parentheses.</em></string>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
|
|
<property name="name">
|
|
<cstring>Layout4</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>buttonHelp</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Help</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>Horizontal Spacing2</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
</spacer>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>buttonOk</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&OK</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string>Close the dialog and apply all the changes.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>buttonCancel</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Cancel</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string>Close the dialog and discard any changes.</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<connections>
|
|
<connection>
|
|
<sender>buttonCancel</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>FormSettingsBase</receiver>
|
|
<slot>reject()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>buttonOk</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>FormSettingsBase</receiver>
|
|
<slot>okClicked()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>radioPixmapFunction</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>editPixmapFunction</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>checkLayoutFunctions</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>editSpacingFunction</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>checkLayoutFunctions</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>editMarginFunction</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>checkLayoutFunctions</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>marFuLabel</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>checkLayoutFunctions</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>spaFuLabel</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
</connections>
|
|
<tabstops>
|
|
<tabstop>editClassName</tabstop>
|
|
<tabstop>editComment</tabstop>
|
|
<tabstop>editAuthor</tabstop>
|
|
<tabstop>radioPixmapInline</tabstop>
|
|
<tabstop>radioPixmapFunction</tabstop>
|
|
<tabstop>editPixmapFunction</tabstop>
|
|
<tabstop>radioProjectImageFile</tabstop>
|
|
<tabstop>spinMargin</tabstop>
|
|
<tabstop>spinSpacing</tabstop>
|
|
<tabstop>checkLayoutFunctions</tabstop>
|
|
<tabstop>editMarginFunction</tabstop>
|
|
<tabstop>editSpacingFunction</tabstop>
|
|
<tabstop>buttonOk</tabstop>
|
|
<tabstop>buttonCancel</tabstop>
|
|
<tabstop>buttonHelp</tabstop>
|
|
</tabstops>
|
|
<Q_SLOTS>
|
|
<slot>okClicked()</slot>
|
|
</Q_SLOTS>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
<includes>
|
|
<include location="global" impldecl="in implementation">klineedit.h</include>
|
|
</includes>
|
|
</UI>
|