2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<designerData>
|
|
3 |
<property id="dd1">100</property>
|
|
4 |
<compoundProperty id="dd2">
|
|
5 |
<property id="dd2.a">abc</property>
|
|
6 |
<property id="dd2.b">def</property>
|
|
7 |
</compoundProperty>
|
|
8 |
<component id="com.nokia.sdt.series60.CCoeControl">
|
|
9 |
<property id="name">CCoeControl1</property>
|
|
10 |
<property id="another" type="i18n">STR_CCoeControl1_1</property>
|
|
11 |
<component id="child-component1">
|
|
12 |
<compoundProperty id="location">
|
|
13 |
<property id="x">100</property>
|
|
14 |
<property id="y">200</property>
|
|
15 |
</compoundProperty>
|
|
16 |
<sequenceProperty id="stringarray">
|
|
17 |
<element>first item</element>
|
|
18 |
<element>second item</element>
|
|
19 |
</sequenceProperty>
|
|
20 |
<property id="name">child1</property>
|
|
21 |
</component>
|
|
22 |
<component id="child-component2">
|
|
23 |
<property id="name">child2</property>
|
|
24 |
<eventBinding id="com.nokia.testevent" handlerDisplay="handlerMethod" handlerSymbol="CMyClass::handlerMethod"/>
|
|
25 |
<eventBinding id="com.nokia.anotherevent" handlerDisplay="anotherHandlerMethod" handlerSymbol="CMyClass::anotherHandlerMethod"/>
|
|
26 |
</component>
|
|
27 |
</component>
|
|
28 |
<stringBundle>
|
|
29 |
<stringTable language="LANG_Hebrew">
|
|
30 |
<string id="STR_CCoeControl1_1">??abc def ghi</string>
|
|
31 |
<string id="STR_CCoeControl1_2">??localized string 1</string>
|
|
32 |
<string id="STR_CCoeControl1_3">??this has special chars:&<>;' </string>
|
|
33 |
</stringTable>
|
|
34 |
<stringTable language="LANG_American">
|
|
35 |
<string id="STR_CCoeControl1_1">abc def ghi</string>
|
|
36 |
<string id="STR_CCoeControl1_2">localized string 1</string>
|
|
37 |
<string id="STR_CCoeControl1_3">this has special chars:&<>;' </string>
|
|
38 |
</stringTable>
|
|
39 |
</stringBundle>
|
|
40 |
<macroTable/>
|
|
41 |
</designerData>
|