author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
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>ConnectionDialog</class> |
|
46 |
<widget class="QDialog" name="ConnectionDialog"> |
|
47 |
<property name="geometry"> |
|
48 |
<rect> |
|
49 |
<x>0</x> |
|
50 |
<y>0</y> |
|
51 |
<width>600</width> |
|
52 |
<height>365</height> |
|
53 |
</rect> |
|
54 |
</property> |
|
55 |
<property name="windowTitle"> |
|
56 |
<string>View and Edit Connections</string> |
|
57 |
</property> |
|
58 |
<layout class="QGridLayout"> |
|
59 |
<property name="margin"> |
|
60 |
<number>11</number> |
|
61 |
</property> |
|
62 |
<property name="spacing"> |
|
63 |
<number>6</number> |
|
64 |
</property> |
|
65 |
<item row="1" column="1"> |
|
66 |
<widget class="QPushButton" name="PushButton1"> |
|
67 |
<property name="text"> |
|
68 |
<string>&New</string> |
|
69 |
</property> |
|
70 |
</widget> |
|
71 |
</item> |
|
72 |
<item row="0" column="0"> |
|
73 |
<widget class="QLabel" name="TextLabel1"> |
|
74 |
<property name="sizePolicy"> |
|
75 |
<sizepolicy> |
|
76 |
<hsizetype>5</hsizetype> |
|
77 |
<vsizetype>4</vsizetype> |
|
78 |
<horstretch>0</horstretch> |
|
79 |
<verstretch>0</verstretch> |
|
80 |
</sizepolicy> |
|
81 |
</property> |
|
82 |
<property name="text"> |
|
83 |
<string>&Connections:</string> |
|
84 |
</property> |
|
85 |
<property name="buddy" stdset="0"> |
|
86 |
<cstring>connectionsTable</cstring> |
|
87 |
</property> |
|
88 |
<property name="wordWrap"> |
|
89 |
<bool>false</bool> |
|
90 |
</property> |
|
91 |
</widget> |
|
92 |
</item> |
|
93 |
<item row="2" column="1"> |
|
94 |
<widget class="QPushButton" name="PushButton2"> |
|
95 |
<property name="text"> |
|
96 |
<string>&Delete</string> |
|
97 |
</property> |
|
98 |
</widget> |
|
99 |
</item> |
|
100 |
<item row="6" column="1"> |
|
101 |
<widget class="QPushButton" name="PushButton3"> |
|
102 |
<property name="text"> |
|
103 |
<string>&Cancel</string> |
|
104 |
</property> |
|
105 |
</widget> |
|
106 |
</item> |
|
107 |
<item row="5" column="1"> |
|
108 |
<widget class="QPushButton" name="PushButton7"> |
|
109 |
<property name="text"> |
|
110 |
<string>&OK</string> |
|
111 |
</property> |
|
112 |
<property name="default"> |
|
113 |
<bool>true</bool> |
|
114 |
</property> |
|
115 |
</widget> |
|
116 |
</item> |
|
117 |
<item row="4" column="1"> |
|
118 |
<spacer name="Spacer1"> |
|
119 |
<property name="sizeHint"> |
|
120 |
<size> |
|
121 |
<width>20</width> |
|
122 |
<height>20</height> |
|
123 |
</size> |
|
124 |
</property> |
|
125 |
<property name="sizeType"> |
|
126 |
<enum>QSizePolicy::Expanding</enum> |
|
127 |
</property> |
|
128 |
<property name="orientation"> |
|
129 |
<enum>Qt::Vertical</enum> |
|
130 |
</property> |
|
131 |
</spacer> |
|
132 |
</item> |
|
133 |
<item row="3" column="1"> |
|
134 |
<widget class="QPushButton" name="buttonEditSlots"> |
|
135 |
<property name="text"> |
|
136 |
<string>&Edit Slots...</string> |
|
137 |
</property> |
|
138 |
</widget> |
|
139 |
</item> |
|
140 |
<item row="1" column="0" rowspan="6" colspan="1"> |
|
141 |
<widget class="ConnectionTable" name="connectionsTable"/> |
|
142 |
</item> |
|
143 |
</layout> |
|
144 |
</widget> |
|
145 |
<layoutdefault spacing="6" margin="11"/> |
|
146 |
<customwidgets> |
|
147 |
<customwidget> |
|
148 |
<class>ConnectionTable</class> |
|
149 |
<extends>QWidget</extends> |
|
150 |
<header location="local">connectiontable.h</header> |
|
151 |
<sizehint> |
|
152 |
<width>50</width> |
|
153 |
<height>50</height> |
|
154 |
</sizehint> |
|
155 |
<container>0</container> |
|
156 |
<sizepolicy> |
|
157 |
<hordata>7</hordata> |
|
158 |
<verdata>7</verdata> |
|
159 |
</sizepolicy> |
|
160 |
<pixmap>image0</pixmap> |
|
161 |
</customwidget> |
|
162 |
</customwidgets> |
|
163 |
<images> |
|
164 |
<image name="image0"> |
|
165 |
<data format="XPM.GZ" length="4830">789c9597c972e3480e40eff5158ec2ada203cd3549c6c41cbcc9b6bccabbddd1078014bdcb9b6449ee987f9f240072caac9e4357d6c1cf5812890490f4ef3f562e8ff6577efcfeed7d4ad3bb72a5bca5b7951fd5ece969f9c79ffffeebdbf7285a69fec7f14af4fdb76fdf47d39572e5e079326e00c10304f24ff8b9c7d463ee71d9e3aac7e31ed70d67dc2ce1cb9e7cd0e3c957863eaff778d4b3bfe8c97be781a71eaff5f8e82bf37ecfff4dc314364b58fdb966096ff6ecf77af6b70d1771b3841f1b8ef366099ff7ec17bdf8faf7970847cd12f9b2e344f8b563890f5e3a96fda0ea98c45fdc71299c765c354c67c249bb1fcd3a56ff271d8b3d9d1b271a0f1d742c725874acfe9d70eef3a9f65bc2e47fa3f16a7d55411d6a3e4e1b0e03bf349e8171144a7e49ceeb295239cb79c3384ccdff76c7b23f14c269e8ccdfa9716ef6b5b18f407857d88585e57bbf65b39f18971a0fc8fd7b6fc624f723e524f9e3d2b8d4f391d49ba74ae5bed585a3c8e49b1d6b7c929f701ca5e65feac10b9dd967c2519485a9dcaf33ce952110cea3caec23e53830f9863045b5ca79ae1c8741263cec58eb59ed390ecd3e378e8d651e44651c85527f20f51cd55eae5c1b27a1f823b9bf388c0b65b831a6b090fd24be384bc24098a6d65fb5ca29ed58fd5f35eccbaf34ff320f922819ab3e487e93d4b3d6eb9b711d4abda0f44352a685d5f39d709db2ca296c380dd2c238366ee5605c1acb3c96f2d3feff148ed25aeb0d1e955d60fd22f94a63178632df79d5d8fa95971d8b9cee5b8e647ec1d038567b40e1a4d567a9d73475b1f14ecb5a7f2cf94a9d4b343eba304e357e3814ce5c6afd22f33b2d5c6ee7295bb6fc4abda4e40af3f7d972a4f52df79bb223ebff79cb2a2736e650ce470fc2652b67b9cfb4726dff5d195776bead96adbf1e3bd67a9779928ebbfdc898357f34346ee7c3a0658d07359eba5922d7fbaebd3fdd6f6e3c567d96f9e4c22cb4780a63eb7f90f7c525596cf11c1a2791ce9bd8d869bd93e4dba55eaeefc781b1dd17ee1b9b3e4b3e9dcbfcc4107f9fc671a4ef9dcc139765763fa4f6943965947a7355b3c45eceebc65965fb851deb79655e662ecfcddf93716172999759966791f67f689ceb79e9a363951f1b9b3d1e76acf36fcf98544e529fdebc954b3f67d42ce1eb86f3465df3fb2e5c14a5d53b2b53a0f316773ad6f922f32c2fa9cd9fdc6f5e79d6f8768d13ebc79d96559fe47dcd6b8a63cdcfbb71126bfcd21f45e0f5f57dbb357691c63f342e2cbea063d597f7b808c9e6151e1993c573d1b2de0fc8fd1711151a1fdf187324f393671debfe92df22a134d67e93fb2a1cd93c05630ef4fe48f25d641c683de2b171a8f399ef3a56f989b1bd273c6dd9f697f7bcc85b7dca8da348be4f41fabf2838b1f7e9cc38d5f715e4fd2888439b9f53639ba72cf55a701b3f0c8cad3ff9de38b57c4bfd15a5678d6f646cfd87857166ef95f46b51f9fdf57c609cda7b756edcbee7ceb850a671c7faf7809e7fccb9d63b6c1b93d5f7ac63d5d7fcd41c245a8fabc685e68f1f8c49ef93e5bda4c0fbd7f9b16b4c5a9ff060ccf63e4b3d52c889c6433bc685da33195bbfc2bd31dbfc947aa5982bf37fddb1c623f39c7cbbda7c94f889cac4ea4df24f55c9367fe43da47159da3c907ea39ac74ebfdfe5fe39e0dac9f71f4abed87fb02993d42b475562effb5dcb36ff243fec3f3f327d4fd1384db5ffd68c9db1bc579cb6faf8619cdafe321f39f39f33721fb46bec4cfe699c19cf3bd6f3ad1ae7c6f2de71ce2549fe71a9dcc917c685324b7eb8aac6767ff27dc763cf92afd1b4590848c8586285e3deaafc6fd94b61346df5b1c61bbcc53bbcff9bf5808ff884136ff5acfadef70dbee02bbee13b4e71861f38c7052ef1d3af555cc375dcc04d1c6069fae47dbfe2166ee30e0e7117f7701f0ff0108f7084c77882a77886e7788197a6cf3e922baf7d8d018618618c895f293acc30c702478000403831fdd247f90e8c019450610c63a8e1066efd4f15dcc13d3cc0a3d77f8256bff2fa531cc233bcc02bbcc13b4c61061f3087052ce11356c5ff1aac9bfed8ebcf701736bc741306b005dbb00343d8853def611f0ee0d0eb1fc1e827fd0f38861338f5becfe01c2ee0d26b5ec13504de4708d12ffa7388bd2481141c64907bed020f0909604944fc8bfe924a4ca8a231d5e2fb956ee896eee8deeb3fd0e32ffa0b7ac29426f041fed4f442afdee28dde694a33faa0f9aff1d0829618d327add21aadd3066dfafd06b445dbb443c3be3eedd21eed7bfd033aa4231ad1319dd0299dd1395dd0255dfd8dff6b0a28c4042af27fcc907fafc879ed73ff199053f145bfc207463c666062e6d2dfd9d2db2db9a20b1e73cd377cfbe5be4a5fb1eb7cc7f7fcc08ffcc4137ee6177ee5377ee729cff883e7bcf8a91ed8d7f7069ef1923f7995d7789d37789307bc4557bccd3b3ce45ddefba9defc4fbebecfe1fffce305eff1fe4ff50c3ea2015e00f93dd7fcb9beae35ff5bf2da5dbf788b676f71891398c03a8c7a6b1d267effcbfff5e33fe8f7fffcebdb7f01520e2ea3</data> |
|
166 |
</image> |
|
167 |
</images> |
|
168 |
<includes> |
|
169 |
<include location="global">q3ptrlist.h</include> |
|
170 |
<include location="local">connectionitems.h</include> |
|
171 |
</includes> |
|
172 |
<connections> |
|
173 |
<connection> |
|
174 |
<sender>PushButton1</sender> |
|
175 |
<signal>clicked()</signal> |
|
176 |
<receiver>ConnectionDialog</receiver> |
|
177 |
<slot>addConnection()</slot> |
|
178 |
</connection> |
|
179 |
<connection> |
|
180 |
<sender>PushButton7</sender> |
|
181 |
<signal>clicked()</signal> |
|
182 |
<receiver>ConnectionDialog</receiver> |
|
183 |
<slot>okClicked()</slot> |
|
184 |
</connection> |
|
185 |
<connection> |
|
186 |
<sender>PushButton3</sender> |
|
187 |
<signal>clicked()</signal> |
|
188 |
<receiver>ConnectionDialog</receiver> |
|
189 |
<slot>cancelClicked()</slot> |
|
190 |
</connection> |
|
191 |
<connection> |
|
192 |
<sender>PushButton2</sender> |
|
193 |
<signal>clicked()</signal> |
|
194 |
<receiver>ConnectionDialog</receiver> |
|
195 |
<slot>deleteClicked()</slot> |
|
196 |
</connection> |
|
197 |
<connection> |
|
198 |
<sender>buttonEditSlots</sender> |
|
199 |
<signal>clicked()</signal> |
|
200 |
<receiver>ConnectionDialog</receiver> |
|
201 |
<slot>editSlots()</slot> |
|
202 |
</connection> |
|
203 |
</connections> |
|
204 |
</ui> |