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.
tqt3/tools/designer/designer/actioneditor.ui

231 lines
8.7 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>ActionEditorBase</class>
<comment>*********************************************************************
** Copyright (C) 2001-2008 Trolltech ASA. All rights reserved.
**
** This file is part of TQt Designer.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
** Software Foundation and appearing in the files LICENSE.GPL2
** and LICENSE.GPL3 included in the packaging of this file.
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
** or contact the sales department at sales@trolltech.com.
**
** Licensees holding valid TQt Commercial licenses may use this file in
** accordance with the TQt Commercial License Agreement provided with
** the Software.
**
** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
** herein.
**
*********************************************************************</comment>
<widget class="TQWidget">
<property name="name">
<cstring>ActionEditorBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>206</width>
<height>227</height>
</rect>
</property>
<property name="caption">
<string>Edit Actions</string>
</property>
<property name="layoutMargin" stdset="0">
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>4</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout2</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="TQToolButton">
<property name="name">
<cstring>buttonNewAction</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="pixmap">
<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>
<widget class="TQToolButton">
<property name="name">
<cstring>buttonDeleteAction</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="pixmap">
<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>
<widget class="TQToolButton">
<property name="name">
<cstring>buttonConnect</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="pixmap">
<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>
<spacer>
<property name="name">
<cstring>Spacer1</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>
</hbox>
</widget>
<widget class="ActionListView">
<property name="name">
<cstring>listActions</cstring>
</property>
</widget>
</vbox>
</widget>
<customwidgets>
<customwidget>
<class>ActionListView</class>
<header location="local">actionlistview.h</header>
<sizehint>
<width>200</width>
<height>200</height>
</sizehint>
<container>0</container>
<sizepolicy>
<hordata>7</hordata>
<verdata>7</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<pixmap>image0</pixmap>
<signal>selectionChanged( TQListViewItem * )</signal>
<signal>currentChanged( TQListViewItem * )</signal>
<signal>clicked( TQListViewItem * )</signal>
</customwidget>
</customwidgets>
<images>
<image name="image0">
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image>
</images>
<connections>
<connection>
<sender>listActions</sender>
<signal>currentChanged( TQListViewItem * )</signal>
<receiver>ActionEditorBase</receiver>
<slot>currentActionChanged(TQListViewItem*)</slot>
</connection>
<connection>
<sender>listActions</sender>
<signal>clicked( TQListViewItem * )</signal>
<receiver>ActionEditorBase</receiver>
<slot>currentActionChanged(TQListViewItem*)</slot>
</connection>
<connection>
<sender>listActions</sender>
<signal>selectionChanged( TQListViewItem * )</signal>
<receiver>ActionEditorBase</receiver>
<slot>currentActionChanged(TQListViewItem*)</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>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<slots>
<slot access="protected">init()</slot>
<slot access="protected">destroy()</slot>
<slot access="protected">connectionsClicked()</slot>
<slot access="protected">currentActionChanged( TQListViewItem * )</slot>
<slot access="protected">deleteAction()</slot>
<slot access="protected">newAction()</slot>
</slots>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>