uidesigner/com.nokia.sdt.emf.dm.tests/data/reference-output.nxd
author Ed Swartz <ed.swartz@nokia.com>
Fri, 09 Apr 2010 07:45:47 -0500
branchRCL_2_4
changeset 1191 0523013ddf00
parent 0 fb279309251b
permissions -rw-r--r--
Merge commits 1174, 1175, 1176, 1184, 1185 from default: Fix issues not disposing listeners in PNP launch wizard Fix use of PathUtils: do not use new Path() on a Windows format path; this breaks in Linux. Bug 11067: fix some issues with the PNP launch wizard Connected service properties need to be propagated just as their statuses are

<?xml version="1.0" encoding="UTF-8"?>
<designerData>
  <property id="dd1">100</property>
  <compoundProperty id="dd2">
    <property id="dd2.a">abc</property>
    <property id="dd2.b">def</property>
  </compoundProperty>
  <component id="com.nokia.sdt.series60.CCoeControl">
    <property id="name">CCoeControl1</property>
    <property id="another" type="i18n">STR_CCoeControl1_1</property>
    <component id="child-component1">
      <compoundProperty id="location">
        <property id="x">100</property>
        <property id="y">200</property>
      </compoundProperty>
      <sequenceProperty id="stringarray">
        <element>first item</element>
        <element>second item</element>
      </sequenceProperty>
      <property id="name">child1</property>
    </component>
    <component id="child-component2">
      <property id="name">child2</property>
      <eventBinding id="com.nokia.testevent" handlerDisplay="handlerMethod" handlerSymbol="CMyClass::handlerMethod"/>
      <eventBinding id="com.nokia.anotherevent" handlerDisplay="anotherHandlerMethod" handlerSymbol="CMyClass::anotherHandlerMethod"/>
    </component>
  </component>
  <stringBundle>
    <stringTable language="LANG_Hebrew">
      <string id="STR_CCoeControl1_1">??abc def ghi</string>
      <string id="STR_CCoeControl1_2">??localized string 1</string>
      <string id="STR_CCoeControl1_3">??this has special chars:&amp;&lt;&gt;;&apos; </string>
    </stringTable>
    <stringTable language="LANG_American">
      <string id="STR_CCoeControl1_1">abc def ghi</string>
      <string id="STR_CCoeControl1_2">localized string 1</string>
      <string id="STR_CCoeControl1_3">this has special chars:&amp;&lt;&gt;;&apos; </string>
    </stringTable>
  </stringBundle>
  <macroTable/>
</designerData>