2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<designerData>
|
|
3 |
<component id="com.nokia.sdt.series60.CCoeControl">
|
|
4 |
<property id="name">CCoeControl1</property>
|
|
5 |
<property id="another">abc def ghi</property>
|
|
6 |
<component id="child-component1">
|
|
7 |
<compoundProperty id="location">
|
|
8 |
<property id="x">100</property>
|
|
9 |
<property id="y">200</property>
|
|
10 |
</compoundProperty>
|
|
11 |
<property id="name">child1</property>
|
|
12 |
<eventBinding id="com.nokia.testevent" handlerDisplay="handlerMethod" handlerSymbol="CMyClass::handlerMethod"/>
|
|
13 |
<eventBinding id="com.nokia.anotherevent" handlerDisplay="anotherHandlerMethod" handlerSymbol="CMyClass::anotherHandlerMethod"/>
|
|
14 |
</component>
|
|
15 |
<component id="child-component2">
|
|
16 |
<property id="reference1" type="componentRef">child-component1</property>
|
|
17 |
<property id="localized1" type="i18n">STR_CCoeControl1_1</property>
|
|
18 |
<property id="localized2" type="i18n">STR_CCoeControl1_2</property>
|
|
19 |
<sequenceProperty id="stringarray1">
|
|
20 |
<element>first item</element>
|
|
21 |
<element>second item</element>
|
|
22 |
</sequenceProperty>
|
|
23 |
<sequenceProperty id="stringarray2">
|
|
24 |
<element type="i18n">first i18n item</element>
|
|
25 |
<element type="i18n">second i18n item</element>
|
|
26 |
</sequenceProperty>
|
|
27 |
<property id="name">child2</property>
|
|
28 |
<sequenceProperty id="stringarray3">
|
|
29 |
<element type="componentRef">first ref item</element>
|
|
30 |
<element type="componentRef">second ref item</element>
|
|
31 |
</sequenceProperty>
|
|
32 |
<sequenceProperty id="compoundarray">
|
|
33 |
<compoundElement>
|
|
34 |
<property id="aa">111</property>
|
|
35 |
<property id="bb">222</property>
|
|
36 |
</compoundElement>
|
|
37 |
<compoundElement>
|
|
38 |
<property id="aa">333</property>
|
|
39 |
<property id="bb">444</property>
|
|
40 |
</compoundElement>
|
|
41 |
</sequenceProperty>
|
|
42 |
</component>
|
|
43 |
</component>
|
|
44 |
<component id="com.nokia.sdt.example.baseComponent">
|
|
45 |
<property id="name">abcdefg</property>
|
|
46 |
</component>
|
|
47 |
<stringBundle>
|
|
48 |
<stringTable language="LANG_Hebrew">
|
|
49 |
<string id="STR_1"/>
|
|
50 |
<string id="STR_2"/>
|
|
51 |
<string id="STR_3"/>
|
|
52 |
</stringTable>
|
|
53 |
<stringTable language="LANG_American">
|
|
54 |
<string id="STR_1">abc def ghi</string>
|
|
55 |
<string id="STR_2">localized string 1</string>
|
|
56 |
<string id="STR_3" default="true"/>
|
|
57 |
</stringTable>
|
|
58 |
</stringBundle>
|
|
59 |
<macroTable>
|
|
60 |
<string id="macro1">this_is_a_macro</string>
|
|
61 |
</macroTable>
|
|
62 |
</designerData>
|