<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0" stdsetdef="1">
<author></author>
<comment>*********************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the autotests of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Commercial Usage
** This file contains pre-release code and may not be distributed.
** You may use this file in accordance with the terms and conditions
** contained in the Technology Preview License Agreement accompanying
** this package.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL included in the
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** If you have questions regarding the use of this file, please contact
** Nokia at qt-info@nokia.com.
**
**
**
**
**
**
**
**
** $QT_END_LICENSE$
**
*********************************************************************</comment>
<exportmacro></exportmacro>
<class>Preferences</class>
<widget class="QDialog" name="Preferences">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>482</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<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>
<layout class="QVBoxLayout">
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QTabWidget" name="tabWidget">
<widget class="QWidget" name="pageGeneral">
<attribute name="title">
<string>General</string>
</attribute>
<layout class="QGridLayout">
<item row="1" column="1">
<widget class="Q3GroupBox" name="groupBox4">
<property name="title">
<string>File Saving</string>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QCheckBox" name="checkBoxAutoSave">
<property name="text">
<string>Enable Auto Sa&ve</string>
</property>
<property name="shortcut">
<string>Alt+V</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="textLabelAutoSave">
<property name="text">
<string>Auto Save &Interval:</string>
</property>
<property name="buddy" stdset="0">
<cstring>timeEditAutoSave</cstring>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="Q3TimeEdit" name="timeEditAutoSave">
<property name="time">
<time>
<hour>0</hour>
<minute>30</minute>
<second>0</second>
</time>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" rowspan="1" colspan="2">
<widget class="Q3ButtonGroup" name="buttonGroup2">
<property name="title">
<string>Plu&gin Paths</string>
</property>
<layout class="QHBoxLayout">
<item>
<widget class="Q3TextEdit" name="textEditPluginPaths"/>
</item>
</layout>
</widget>
</item>
<item row="3" column="1">
<spacer name="Spacer3">
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</spacer>
</item>
<item row="1" column="0">
<widget class="Q3GroupBox" name="GroupBox5">
<property name="title">
<string>Ge&neral</string>
</property>
<layout class="QVBoxLayout">
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QCheckBox" name="checkBoxWorkspace">
<property name="text">
<string>Restore Last &Workspace on Startup</string>
</property>
<property name="shortcut">
<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>
</item>
<item>
<widget class="QCheckBox" name="checkBoxSplash">
<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>
</item>
<item>
<widget class="QCheckBox" name="checkBoxStartDialog">
<property name="text">
<string>Show Start &Dialog</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkAutoEdit">
<property name="text">
<string>Disable Data&base Auto-Edit in Preview</string>
</property>
<property name="shortcut">
<string>Alt+B</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxTextLabels">
<property name="text">
<string>Show Toolbutton Lab&els</string>
</property>
<property name="shortcut">
<string>Alt+E</string>
</property>
<property name="toolTip" stdset="0">
<string>Text Labels</string>
</property>
<property name="whatsThis" stdset="0">
<string>Text labels will be usin in the toolbars if this is checked.</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="Q3GroupBox" name="groupBoxGrid">
<property name="title">
<string>G&rid</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string/>
</property>
<layout class="QVBoxLayout">
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QCheckBox" name="checkBoxSnapGrid">
<property name="text">
<string>Sn&ap to Grid</string>
</property>
<property name="shortcut">
<string>Alt+A</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>
</item>
<item>
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="1">
<widget class="QSpinBox" name="spinGridX">
<property name="maximum">
<number>50</number>
</property>
<property name="minimum">
<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>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinGridY">
<property name="maximum">
<number>50</number>
</property>
<property name="minimum">
<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>
</item>
<item row="0" column="0">
<widget class="QLabel" name="Label1">
<property name="text">
<string>Grid-&X:</string>
</property>
<property name="buddy" stdset="0">
<cstring>spinGridX</cstring>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="Label1_2">
<property name="text">
<string>Grid-&Y:</string>
</property>
<property name="buddy" stdset="0">
<cstring>spinGridY</cstring>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="0" column="0">
<widget class="Q3ButtonGroup" name="ButtonGroup1">
<property name="title">
<string>Backgro&und</string>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="1">
<widget class="StyledButton" name="buttonColor">
<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>Qt::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>
</item>
<item row="0" column="0">
<widget class="QRadioButton" name="radioColor">
<property name="focusPolicy">
<enum>Qt::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>
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="radioPixmap">
<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>
</item>
<item row="1" column="1">
<widget class="StyledButton" name="buttonPixmap">
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::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>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QPushButton" name="helpButton">
<property name="text">
<string>&Help</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="Horizontal Spacing2">
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="buttonOk">
<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>
</item>
<item>
<widget class="QPushButton" name="buttonCancel">
<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>
</item>
</layout>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>StyledButton</class>
<extends>QWidget</extends>
<header location="local">styledbutton.h</header>
<sizehint>
<width>40</width>
<height>25</height>
</sizehint>
<container>0</container>
<sizepolicy>
<hordata>5</hordata>
<verdata>5</verdata>
</sizepolicy>
<pixmap>image0</pixmap>
<properties>
<property type="Color">color</property>
<property type="Pixmap">pixmap</property>
<property type="Bool">scale</property>
</properties>
</customwidget>
</customwidgets>
<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>
<images>
<image name="image0">
<data format="XPM.GZ" length="1112">789c9dd2cb8e9b301406e07d9e0225bba89a09601350d505302c5b7559a9eac23e6672b363620c0ca9faeef53949da2e2a55eab123f9e38f2f217e5e475f3e7f8cd6cf8bde0b7f8008f6c2456b3518337ffdf6e1fb62992451e8691ac5cb778be55304d1277b6e71fc12c6ab0d157222e61bd8e4c812196f6216535a13f318624a6764b2495842e99558249014c81e99c6294b69d3376291424ae9806431638cd28628183081f4489e70ce13e4852878c129ad905992f18cd291283295517a466ed32ddfa64847945bb595c80e99a739cf29d54499ab9c528b2c58c10b86344428540148400a26b8a0541241b482d215523299494a0551c9562ae409091c32e0c82351410b942aa4e22a53941e882d36e41ed966d8903b2215f215f99a6143b6442afaafff5aff485658622584a091941256948443d1cabbdd6ebf3f28753c09a9e9cdc1fe703c9e4ea19f689a0430fa4c8908082be093d08d016bbb0bbd5e7ceafade5b30de19d083b3fa9e008cd39b9fafd69495b473af7fcfb15325c1d61eea0afaf005ddf97b5295c658a866338f97591babef7340fa396c6c5ca9e7fe650807d0bf566b4262299986ba335a3b4a2cc84b69ac85b1b673037d8fabf95b023a9c09cc7530e104dd5419ed6e27083fb09a7c752db5a9bd31cde4ec634ed8a39aebbe337618c3f6fdc5dee6d8b0bb0d6b5b8b1fad43d78fe4e14e3f6aace8e29d9d736777fea3c686eee0138c9726d4d00c548df7a315ff750f7ebc5ffc04a0e5308d</data>
</image>
</images>
<includes>
<include location="local">styledbutton.h</include>
<include location="local">styledbutton.h</include>
</includes>
<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>
</ui>