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>
<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:&<>;' </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:&<>;' </string>
</stringTable>
</stringBundle>
<macroTable/>
</designerData>