uidesigner/com.nokia.sdt.series60.componentlibrary/components/statuspane/StatusPaneTitleBase.component
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). --> |
|
3 <!-- All rights reserved. --> |
|
4 <!-- This component and the accompanying materials are made available --> |
|
5 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
6 <!-- which accompanies this distribution, and is available --> |
|
7 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
8 |
|
9 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
11 |
|
12 <component friendlyName="%friendlyName" |
|
13 qualifiedName="com.nokia.sdt.series60.StatusPaneTitleBase" |
|
14 baseComponent="com.nokia.sdt.series60.ControlBase" |
|
15 category="System" |
|
16 instanceNameRoot="title" |
|
17 abstract="true" |
|
18 version="1.0"> |
|
19 <symbian sdkName="com.nokia.series60" minSDKVersion="2.0" |
|
20 className="" classHelpTopic="" |
|
21 resourceType="" resourceHelpTopic="" |
|
22 /> |
|
23 <propertyOverrides> |
|
24 <propertyOverride name="location" category="Hidden"/> |
|
25 <propertyOverride name="size" category="Hidden"/> |
|
26 </propertyOverrides> |
|
27 <attributes> |
|
28 <attribute key="is-status-pane-content">true</attribute> |
|
29 <attribute key="is-system-component">true</attribute> |
|
30 <attribute key="is-non-resizable-or-moveable-layout-object">true</attribute> |
|
31 <attribute key="never-add-component">true</attribute> |
|
32 </attributes> |
|
33 </component> |
|
34 </componentDefinition> |