uidesigner/com.nokia.sdt.emf.dm.tests/data/formatloadtest.nxd
author timkelly
Fri, 12 Feb 2010 09:56:50 -0600
changeset 945 67437bfc7c6f
parent 0 fb279309251b
permissions -rw-r--r--
Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.

<?xml version="1.0" encoding="UTF-8"?>
<designerData>
  <component id="com.nokia.sdt.series60.CCoeControl">
    <property id="name">CCoeControl1</property>
    <property id="another">abc def ghi</property>
    <component id="child-component1">
      <compoundProperty id="location">
        <property id="x">100</property>
        <property id="y">200</property>
      </compoundProperty>
      <property id="name">child1</property>
      <eventBinding id="com.nokia.testevent" handlerDisplay="handlerMethod" handlerSymbol="CMyClass::handlerMethod"/>
      <eventBinding id="com.nokia.anotherevent" handlerDisplay="anotherHandlerMethod" handlerSymbol="CMyClass::anotherHandlerMethod"/>
    </component>
    <component id="child-component2">
      <property id="reference1" type="componentRef">child-component1</property>
      <property id="localized1" type="i18n">STR_CCoeControl1_1</property>
      <property id="localized2" type="i18n">STR_CCoeControl1_2</property>
      <sequenceProperty id="stringarray1">
        <element>first item</element>
        <element>second item</element>
      </sequenceProperty>
      <sequenceProperty id="stringarray2">
        <element type="i18n">first i18n item</element>
        <element type="i18n">second i18n item</element>
      </sequenceProperty>
      <property id="name">child2</property>
      <sequenceProperty id="stringarray3">
        <element type="componentRef">first ref item</element>
        <element type="componentRef">second ref item</element>
      </sequenceProperty>
      <sequenceProperty id="compoundarray">
        <compoundElement>
          <property id="aa">111</property>
          <property id="bb">222</property>
        </compoundElement>
        <compoundElement>
          <property id="aa">333</property>
          <property id="bb">444</property>
        </compoundElement>
      </sequenceProperty>
    </component>
  </component>
  <component id="com.nokia.sdt.example.baseComponent">
    <property id="name">abcdefg</property>
  </component>
  <stringBundle>
    <stringTable language="LANG_Hebrew">
      <string id="STR_1"/>
      <string id="STR_2"/>
      <string id="STR_3"/>
    </stringTable>
    <stringTable language="LANG_American">
      <string id="STR_1">abc def ghi</string>
      <string id="STR_2">localized string 1</string>
      <string id="STR_3" default="true"/>
    </stringTable>
  </stringBundle>
  <macroTable>
    <string id="macro1">this_is_a_macro</string>
  </macroTable>
</designerData>