<?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 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>
<exportmacro></exportmacro>
<class>ActionEditorBase</class>
<widget class="QWidget" name="ActionEditorBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>206</width>
<height>227</height>
</rect>
</property>
<property name="windowTitle">
<string>Edit Actions</string>
</property>
<layout class="QVBoxLayout">
<property name="margin">
<number>4</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<layout class="QHBoxLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QToolButton" name="buttonNewAction">
<property name="text">
<string/>
</property>
<property name="icon">
<pixmap>designer_filenew.png</pixmap>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
<property name="toolTip" stdset="0">
<string>Create new Action</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="buttonDeleteAction">
<property name="text">
<string/>
</property>
<property name="icon">
<pixmap>designer_s_editcut.png</pixmap>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
<property name="toolTip" stdset="0">
<string>Delete current Action</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="buttonConnect">
<property name="text">
<string/>
</property>
<property name="icon">
<pixmap>designer_connecttool.png</pixmap>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
<property name="toolTip" stdset="0">
<string>Connect current Action</string>
</property>
</widget>
</item>
<item>
<spacer name="Spacer1">
<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>
</layout>
</item>
<item>
<widget class="ActionListView" name="listActions"/>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>ActionListView</class>
<extends>QWidget</extends>
<header location="local">actionlistview.h</header>
<sizehint>
<width>200</width>
<height>200</height>
</sizehint>
<container>0</container>
<sizepolicy>
<hordata>7</hordata>
<verdata>7</verdata>
</sizepolicy>
<pixmap>image0</pixmap>
</customwidget>
</customwidgets>
<images>
<image name="image0">
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image>
</images>
<connections>
<connection>
<sender>listActions</sender>
<signal>currentChanged(Q3ListViewItem*)</signal>
<receiver>ActionEditorBase</receiver>
<slot>currentActionChanged(Q3ListViewItem*)</slot>
</connection>
<connection>
<sender>listActions</sender>
<signal>clicked(Q3ListViewItem*)</signal>
<receiver>ActionEditorBase</receiver>
<slot>currentActionChanged(Q3ListViewItem*)</slot>
</connection>
<connection>
<sender>listActions</sender>
<signal>selectionChanged(Q3ListViewItem*)</signal>
<receiver>ActionEditorBase</receiver>
<slot>currentActionChanged(Q3ListViewItem*)</slot>
</connection>
<connection>
<sender>buttonNewAction</sender>
<signal>clicked()</signal>
<receiver>ActionEditorBase</receiver>
<slot>newAction()</slot>
</connection>
<connection>
<sender>buttonConnect</sender>
<signal>clicked()</signal>
<receiver>ActionEditorBase</receiver>
<slot>connectionsClicked()</slot>
</connection>
<connection>
<sender>buttonDeleteAction</sender>
<signal>clicked()</signal>
<receiver>ActionEditorBase</receiver>
<slot>deleteAction()</slot>
</connection>
</connections>
</ui>