author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 22 Apr 2010 16:15:11 +0300 | |
branch | RCL_3 |
changeset 14 | 8c4229025c0b |
parent 4 | 3b1da2848fc7 |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0" stdsetdef="1"> |
|
3 |
<author></author> |
|
4 |
<comment>********************************************************************* |
|
5 |
** |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
6 |
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 7 |
** All rights reserved. |
8 |
** Contact: Nokia Corporation (qt-info@nokia.com) |
|
9 |
** |
|
10 |
** This file is part of the test suite of the Qt Toolkit. |
|
11 |
** |
|
12 |
** $QT_BEGIN_LICENSE:LGPL$ |
|
13 |
** No Commercial Usage |
|
14 |
** This file contains pre-release code and may not be distributed. |
|
15 |
** You may use this file in accordance with the terms and conditions |
|
16 |
** contained in the Technology Preview License Agreement accompanying |
|
17 |
** this package. |
|
18 |
** |
|
19 |
** GNU Lesser General Public License Usage |
|
20 |
** Alternatively, this file may be used under the terms of the GNU Lesser |
|
21 |
** General Public License version 2.1 as published by the Free Software |
|
22 |
** Foundation and appearing in the file LICENSE.LGPL included in the |
|
23 |
** packaging of this file. Please review the following information to |
|
24 |
** ensure the GNU Lesser General Public License version 2.1 requirements |
|
25 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
26 |
** |
|
27 |
** In addition, as a special exception, Nokia gives you certain additional |
|
28 |
** rights. These rights are described in the Nokia Qt LGPL Exception |
|
29 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
30 |
** |
|
31 |
** If you have questions regarding the use of this file, please contact |
|
32 |
** Nokia at qt-info@nokia.com. |
|
33 |
** |
|
34 |
** |
|
35 |
** |
|
36 |
** |
|
37 |
** |
|
38 |
** |
|
39 |
** |
|
40 |
** |
|
41 |
** $QT_END_LICENSE$ |
|
42 |
** |
|
43 |
*********************************************************************</comment> |
|
44 |
<exportmacro></exportmacro> |
|
45 |
<class>ActionEditorBase</class> |
|
46 |
<widget class="QWidget" name="ActionEditorBase"> |
|
47 |
<property name="geometry"> |
|
48 |
<rect> |
|
49 |
<x>0</x> |
|
50 |
<y>0</y> |
|
51 |
<width>206</width> |
|
52 |
<height>227</height> |
|
53 |
</rect> |
|
54 |
</property> |
|
55 |
<property name="windowTitle"> |
|
56 |
<string>Edit Actions</string> |
|
57 |
</property> |
|
58 |
<layout class="QVBoxLayout"> |
|
59 |
<property name="margin"> |
|
60 |
<number>4</number> |
|
61 |
</property> |
|
62 |
<property name="spacing"> |
|
63 |
<number>6</number> |
|
64 |
</property> |
|
65 |
<item> |
|
66 |
<layout class="QHBoxLayout"> |
|
67 |
<property name="margin"> |
|
68 |
<number>0</number> |
|
69 |
</property> |
|
70 |
<property name="spacing"> |
|
71 |
<number>6</number> |
|
72 |
</property> |
|
73 |
<item> |
|
74 |
<widget class="QToolButton" name="buttonNewAction"> |
|
75 |
<property name="text"> |
|
76 |
<string/> |
|
77 |
</property> |
|
78 |
<property name="icon"> |
|
79 |
<pixmap>designer_filenew.png</pixmap> |
|
80 |
</property> |
|
81 |
<property name="autoRaise"> |
|
82 |
<bool>true</bool> |
|
83 |
</property> |
|
84 |
<property name="toolTip" stdset="0"> |
|
85 |
<string>Create new Action</string> |
|
86 |
</property> |
|
87 |
</widget> |
|
88 |
</item> |
|
89 |
<item> |
|
90 |
<widget class="QToolButton" name="buttonDeleteAction"> |
|
91 |
<property name="text"> |
|
92 |
<string/> |
|
93 |
</property> |
|
94 |
<property name="icon"> |
|
95 |
<pixmap>designer_s_editcut.png</pixmap> |
|
96 |
</property> |
|
97 |
<property name="autoRaise"> |
|
98 |
<bool>true</bool> |
|
99 |
</property> |
|
100 |
<property name="toolTip" stdset="0"> |
|
101 |
<string>Delete current Action</string> |
|
102 |
</property> |
|
103 |
</widget> |
|
104 |
</item> |
|
105 |
<item> |
|
106 |
<widget class="QToolButton" name="buttonConnect"> |
|
107 |
<property name="text"> |
|
108 |
<string/> |
|
109 |
</property> |
|
110 |
<property name="icon"> |
|
111 |
<pixmap>designer_connecttool.png</pixmap> |
|
112 |
</property> |
|
113 |
<property name="autoRaise"> |
|
114 |
<bool>true</bool> |
|
115 |
</property> |
|
116 |
<property name="toolTip" stdset="0"> |
|
117 |
<string>Connect current Action</string> |
|
118 |
</property> |
|
119 |
</widget> |
|
120 |
</item> |
|
121 |
<item> |
|
122 |
<spacer name="Spacer1"> |
|
123 |
<property name="sizeHint"> |
|
124 |
<size> |
|
125 |
<width>20</width> |
|
126 |
<height>20</height> |
|
127 |
</size> |
|
128 |
</property> |
|
129 |
<property name="sizeType"> |
|
130 |
<enum>QSizePolicy::Expanding</enum> |
|
131 |
</property> |
|
132 |
<property name="orientation"> |
|
133 |
<enum>Qt::Horizontal</enum> |
|
134 |
</property> |
|
135 |
</spacer> |
|
136 |
</item> |
|
137 |
</layout> |
|
138 |
</item> |
|
139 |
<item> |
|
140 |
<widget class="ActionListView" name="listActions"/> |
|
141 |
</item> |
|
142 |
</layout> |
|
143 |
</widget> |
|
144 |
<layoutdefault spacing="6" margin="11"/> |
|
145 |
<customwidgets> |
|
146 |
<customwidget> |
|
147 |
<class>ActionListView</class> |
|
148 |
<extends>QWidget</extends> |
|
149 |
<header location="local">actionlistview.h</header> |
|
150 |
<sizehint> |
|
151 |
<width>200</width> |
|
152 |
<height>200</height> |
|
153 |
</sizehint> |
|
154 |
<container>0</container> |
|
155 |
<sizepolicy> |
|
156 |
<hordata>7</hordata> |
|
157 |
<verdata>7</verdata> |
|
158 |
</sizepolicy> |
|
159 |
<pixmap>image0</pixmap> |
|
160 |
</customwidget> |
|
161 |
</customwidgets> |
|
162 |
<images> |
|
163 |
<image name="image0"> |
|
164 |
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data> |
|
165 |
</image> |
|
166 |
</images> |
|
167 |
<connections> |
|
168 |
<connection> |
|
169 |
<sender>listActions</sender> |
|
170 |
<signal>currentChanged(Q3ListViewItem*)</signal> |
|
171 |
<receiver>ActionEditorBase</receiver> |
|
172 |
<slot>currentActionChanged(Q3ListViewItem*)</slot> |
|
173 |
</connection> |
|
174 |
<connection> |
|
175 |
<sender>listActions</sender> |
|
176 |
<signal>clicked(Q3ListViewItem*)</signal> |
|
177 |
<receiver>ActionEditorBase</receiver> |
|
178 |
<slot>currentActionChanged(Q3ListViewItem*)</slot> |
|
179 |
</connection> |
|
180 |
<connection> |
|
181 |
<sender>listActions</sender> |
|
182 |
<signal>selectionChanged(Q3ListViewItem*)</signal> |
|
183 |
<receiver>ActionEditorBase</receiver> |
|
184 |
<slot>currentActionChanged(Q3ListViewItem*)</slot> |
|
185 |
</connection> |
|
186 |
<connection> |
|
187 |
<sender>buttonNewAction</sender> |
|
188 |
<signal>clicked()</signal> |
|
189 |
<receiver>ActionEditorBase</receiver> |
|
190 |
<slot>newAction()</slot> |
|
191 |
</connection> |
|
192 |
<connection> |
|
193 |
<sender>buttonConnect</sender> |
|
194 |
<signal>clicked()</signal> |
|
195 |
<receiver>ActionEditorBase</receiver> |
|
196 |
<slot>connectionsClicked()</slot> |
|
197 |
</connection> |
|
198 |
<connection> |
|
199 |
<sender>buttonDeleteAction</sender> |
|
200 |
<signal>clicked()</signal> |
|
201 |
<receiver>ActionEditorBase</receiver> |
|
202 |
<slot>deleteAction()</slot> |
|
203 |
</connection> |
|
204 |
</connections> |
|
205 |
</ui> |