<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>ConfigToolboxDialog</class> <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 test suite 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> <widget class="QDialog"> <property name="name"> <cstring>ConfigToolboxDialog</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>403</width> <height>467</height> </rect> </property> <property name="caption"> <string>Configure Toolbox</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>Layout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>Spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>342</width> <height>0</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>PushButton3</cstring> </property> <property name="text"> <string>OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>PushButton4</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout4</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QPushButton" row="1" column="1"> <property name="name"> <cstring>buttonAdd</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Add</string> </property> </widget> <spacer row="1" column="0"> <property name="name"> <cstring>Spacer3</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>111</width> <height>0</height> </size> </property> </spacer> <widget class="QListView" row="0" column="0" rowspan="1" colspan="2"> <column> <property name="text"> <string>Available Tools</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>listViewTools</cstring> </property> <property name="selectionMode"> <enum>Extended</enum> </property> <property name="resizeMode"> <enum>LastColumn</enum> </property> </widget> </grid> </widget> <widget class="QLayoutWidget" row="0" column="1"> <property name="name"> <cstring>Layout5</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QPushButton" row="1" column="0"> <property name="name"> <cstring>buttonRemove</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Remove</string> </property> </widget> <widget class="QListView" row="0" column="0" rowspan="1" colspan="4"> <column> <property name="text"> <string>Common Widgets Page</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>listViewCommon</cstring> </property> <property name="selectionMode"> <enum>Extended</enum> </property> <property name="resizeMode"> <enum>LastColumn</enum> </property> </widget> <widget class="QToolButton" row="1" column="3"> <property name="name"> <cstring>buttonDown</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>designer_s_down.png</pixmap> </property> </widget> <spacer row="1" column="1"> <property name="name"> <cstring>Spacer4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>41</width> <height>0</height> </size> </property> </spacer> <widget class="QToolButton" row="1" column="2"> <property name="name"> <cstring>buttonUp</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>designer_s_up.png</pixmap> </property> </widget> </grid> </widget> </grid> </widget> <connections> <connection> <sender>buttonAdd</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>addTool()</slot> </connection> <connection> <sender>buttonRemove</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>removeTool()</slot> </connection> <connection> <sender>buttonUp</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>moveToolUp()</slot> </connection> <connection> <sender>buttonDown</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>moveToolDown()</slot> </connection> <connection> <sender>listViewTools</sender> <signal>clicked(QListViewItem*)</signal> <receiver>ConfigToolboxDialog</receiver> <slot>currentToolChanged(QListViewItem*)</slot> </connection> <connection> <sender>listViewCommon</sender> <signal>clicked(QListViewItem*)</signal> <receiver>ConfigToolboxDialog</receiver> <slot>currentCommonToolChanged(QListViewItem*)</slot> </connection> <connection> <sender>PushButton3</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>accept()</slot> </connection> <connection> <sender>PushButton4</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>reject()</slot> </connection> <connection> <sender>PushButton3</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>ok()</slot> </connection> <connection> <sender>listViewTools</sender> <signal>doubleClicked(QListViewItem*)</signal> <receiver>ConfigToolboxDialog</receiver> <slot>addTool()</slot> </connection> </connections> <includes> <include location="local" impldecl="in implementation">configtoolboxdialog.ui.h</include> </includes> <slots> <slot>addTool()</slot> <slot>removeTool()</slot> <slot>moveToolUp()</slot> <slot>moveToolDown()</slot> <slot>currentToolChanged( QListViewItem * i )</slot> <slot>currentCommonToolChanged( QListViewItem * i )</slot> <slot>ok()</slot> </slots> <functions> <function access="private">init()</function> </functions> <pixmapinproject/> <layoutdefaults spacing="6" margin="11"/> </UI>