uidesigner/com.nokia.sdt.uimodel.tests/data/nodepath/fixture.nxd
author timkelly
Thu, 10 Dec 2009 13:45:47 -0600
branchRCL_2_4
changeset 671 80524b72f957
parent 0 fb279309251b
permissions -rw-r--r--
Add S60 5.2 support.

<?xml version="1.0" encoding="UTF-8"?>
<designerData>
	  <component id="com.nokia.examples.base">
			<property id="name">base</property>
			<property id="count">42</property>
			<property id="ref">other</property>
	  </component>  

	  <component id="com.nokia.examples.other">
			<property id="name">other</property>
			<compoundProperty id="compound">
				<property id="text">Oops</property>
			</compoundProperty>
	  </component>  
	  
	  <component id="com.nokia.examples.container">
			<property id="name">container</property>
		  <component id="com.nokia.examples.other">
				<property id="name">child2</property>
		  </component>  
		  <component id="com.nokia.examples.base">
				<property id="name">child</property>
				<property id="count">31</property>
		  </component>  
	  </component>  

    <component id="com.nokia.sdt.series60.test.CBA">
      <property id="name">testCBA_Builtin</property>
      <compoundProperty id="CBA">
		<property id="leftText">Options</property>
		<property id="leftId">EAknSoftkeyOptions</property>
		<property id="rightText">Exit</property>
		<property id="rightId">EAknSoftkeyExit</property>
      </compoundProperty>
    </component>

    <component id="com.nokia.sdt.series60.test.CBA">
      <property id="name">testCBA_Custom</property>
      <compoundProperty id="CBA">
		<property id="leftText">Options</property>
		<property id="leftId">EAknSoftkeyOptions</property>
		<property id="rightText">Snork</property>
		<property id="rightId">UNIQUE</property>
      </compoundProperty>
    </component>

</designerData>