uidesigner/com.nokia.sdt.symbian.tests/data/images/components/multiImageControl.component
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
3 > |
|
4 <!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). --> |
|
5 <!-- All rights reserved. --> |
|
6 <!-- This component and the accompanying materials are made available --> |
|
7 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
8 <!-- which accompanies this distribution, and is available --> |
|
9 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
10 |
|
11 <!-- note: we have internal dependencies on the name of this property |
|
12 and of its fields --> |
|
13 <compoundPropertyDeclaration |
|
14 qualifiedName="com.nokia.sdt.symbian.tests.myMultiImageProperty" |
|
15 converterClass="com.nokia.sdt.symbian.tests.MyMultiImagePropertyConverter"> |
|
16 <property name="bmpfile" displayName="multi-image file" type="string"/> |
|
17 <property name="bmpid1" displayName="image id 1" type="string"/> |
|
18 <property name="bmpmask1" displayName="image mask id 1" type="string"/> |
|
19 <property name="bmpid2" displayName="image id 2" type="string"/> |
|
20 <property name="bmpmask2" displayName="image mask id 2" type="string"/> |
|
21 </compoundPropertyDeclaration> |
|
22 |
|
23 <component |
|
24 qualifiedName="com.nokia.examples.multiImageControl" |
|
25 category="Testing" version="1.0"> |
|
26 |
|
27 <properties> |
|
28 <property name="name" type="uniqueName"/> |
|
29 <compoundProperty name="images" |
|
30 type="com.nokia.sdt.symbian.tests.myMultiImageProperty" /> |
|
31 </properties> |
|
32 </component> |
|
33 </componentDefinition> |