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.
645 lines
32 KiB
645 lines
32 KiB
<!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="TQDialog">
|
|
<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="TQTabWidget">
|
|
<property name="name">
|
|
<cstring>tabWidget</cstring>
|
|
</property>
|
|
<widget class="TQWidget">
|
|
<property name="name">
|
|
<cstring>pageGeneral</cstring>
|
|
</property>
|
|
<attribute name="title">
|
|
<string>General</string>
|
|
</attribute>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQGroupBox" 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="TQCheckBox">
|
|
<property name="name">
|
|
<cstring>checkBoxAutoSave</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Enable auto sa&ve</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>layout3</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQLabel">
|
|
<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="TQTimeEdit">
|
|
<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="TQButtonGroup" 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="TQTextEdit">
|
|
<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="TQGroupBox" 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="TQCheckBox">
|
|
<property name="name">
|
|
<cstring>checkBoxWorkspace</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Restore last &workspace on startup</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="TQCheckBox">
|
|
<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">
|
|
<string>A splash screen is displayed when starting Qt Designer if this option is checked.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQCheckBox">
|
|
<property name="name">
|
|
<cstring>checkBoxStartDialog</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show start &dialog</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQCheckBox">
|
|
<property name="name">
|
|
<cstring>checkAutoEdit</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Disable data&base auto-edit in preview</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQCheckBox">
|
|
<property name="name">
|
|
<cstring>checkBoxTextLabels</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show toolbutton lab&els</string>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Text Labels</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string>Text labels will be used in the toolbars if this is checked.</string>
|
|
</property>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<widget class="TQGroupBox" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>groupBoxGrid</cstring>
|
|
</property>
|
|
<property name="title">
|
|
<string>G&rid</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string></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="TQCheckBox">
|
|
<property name="name">
|
|
<cstring>checkBoxSnapGrid</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sn&ap to grid</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Snap to the grid</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Customize the grid-settings for all forms.</b><p>When <b>Snap to Grid</b> is checked, the widgets snap to the grid using the the X/Y resolution.</p></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>Layout4</cstring>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="TQSpinBox" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>spinGridX</cstring>
|
|
</property>
|
|
<property name="maxValue">
|
|
<number>50</number>
|
|
</property>
|
|
<property name="minValue">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Grid resolution</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Customize the grid-settings for all forms.</b><p>When <b>Show Grid</b> is checked, a grid is shown on all forms using the X/Y resolution.</p></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQSpinBox" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>spinGridY</cstring>
|
|
</property>
|
|
<property name="maxValue">
|
|
<number>50</number>
|
|
</property>
|
|
<property name="minValue">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Grid resolution</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Customize the grid-settings for all forms.</b><p>When <b>Show Grid</b> is checked, a grid is shown on all forms using the X/Y resolution.</p></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>Label1</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Grid-&X:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>spinGridX</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>Label1_2</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Grid-&Y:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>spinGridY</cstring>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<widget class="TQButtonGroup" row="0" column="0">
|
|
<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="TQRadioButton" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>radioColor</cstring>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>NoFocus</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="TQRadioButton" 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>
|
|
</grid>
|
|
</widget>
|
|
</widget>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>Layout6</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>helpButton</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>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</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="default">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string>Close the dialog and discard any changes.</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>StyledButton</class>
|
|
<header location="local">styledbutton.h</header>
|
|
<sizehint>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</sizehint>
|
|
<container>0</container>
|
|
<sizepolicy>
|
|
<hordata>5</hordata>
|
|
<verdata>5</verdata>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
<pixmap>"image0"</pixmap>
|
|
<signal>clicked()</signal>
|
|
<signal>changed()</signal>
|
|
<property type="Color">color</property>
|
|
<property type="Pixmap">pixmap</property>
|
|
<property type="Bool">scale</property>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<images>
|
|
<image name="image0">
|
|
<data format="XPM.GZ" length="1112">789c9dd2cb8e9b301406e07d9e0225bba89a09601350d505302c5b7559a9eac23e6672b363620c0ca9faeef53949da2e2a55eab123f9e38f2f217e5e475f3e7f8cd6cf8bde0b7f8008f6c2456b3518337ffdf6e1fb62992451e8691ac5cb778be55304d1277b6e71fc12c6ab0d157222e61bd8e4c812196f6216535a13f318624a6764b2495842e99558249014c81e99c6294b69d3376291424ae9806431638cd28628183081f4489e70ce13e4852878c129ad905992f18cd291283295517a466ed32ddfa64847945bb595c80e99a739cf29d54499ab9c528b2c58c10b86344428540148400a26b8a0541241b482d215523299494a0551c9562ae409091c32e0c82351410b942aa4e22a53941e882d36e41ed966d8903b2215f215f99a6143b6442afaafff5aff485658622584a091941256948443d1cabbdd6ebf3f28753c09a9e9cdc1fe703c9e4ea19f689a0430fa4c8908082be093d08d016bbb0bbd5e7ceafade5b30de19d083b3fa9e008cd39b9fafd69495b473af7fcfb15325c1d61eea0afaf005ddf97b5295c658a866338f97591babef7340fa396c6c5ca9e7fe650807d0bf566b4262299986ba335a3b4a2cc84b69ac85b1b673037d8fabf95b023a9c09cc7530e104dd5419ed6e27083fb09a7c752db5a9bd31cde4ec634ed8a39aebbe337618c3f6fdc5dee6d8b0bb0d6b5b8b1fad43d78fe4e14e3f6aace8e29d9d736777fea3c686eee0138c9726d4d00c548df7a315ff750f7ebc5ffc04a0e5308d</data>
|
|
</image>
|
|
</images>
|
|
<connections>
|
|
<connection>
|
|
<sender>buttonOk</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>Preferences</receiver>
|
|
<slot>accept()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>buttonCancel</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>Preferences</receiver>
|
|
<slot>reject()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>radioColor</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>buttonColor</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>radioPixmap</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>buttonPixmap</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
</connections>
|
|
<tabstops>
|
|
<tabstop>buttonOk</tabstop>
|
|
<tabstop>buttonCancel</tabstop>
|
|
<tabstop>tabWidget</tabstop>
|
|
<tabstop>radioColor</tabstop>
|
|
<tabstop>radioPixmap</tabstop>
|
|
<tabstop>buttonColor</tabstop>
|
|
<tabstop>buttonPixmap</tabstop>
|
|
<tabstop>checkBoxSnapGrid</tabstop>
|
|
<tabstop>spinGridX</tabstop>
|
|
<tabstop>spinGridY</tabstop>
|
|
<tabstop>checkBoxWorkspace</tabstop>
|
|
<tabstop>checkBoxSplash</tabstop>
|
|
<tabstop>checkBoxStartDialog</tabstop>
|
|
<tabstop>checkAutoEdit</tabstop>
|
|
<tabstop>checkBoxTextLabels</tabstop>
|
|
<tabstop>helpButton</tabstop>
|
|
</tabstops>
|
|
<slots>
|
|
<slot access="protected">init()</slot>
|
|
<slot access="protected">destroy()</slot>
|
|
</slots>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|