uidesigner/com.nokia.sdt.series60.componentlibrary/components/cba/CBABase.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 <component |
|
12 friendlyName="" |
|
13 qualifiedName="com.nokia.sdt.series60.CBABase" |
|
14 baseComponent="com.nokia.sdt.series60.ControlBase" |
|
15 abstract="true" |
|
16 version="1.0"> |
|
17 |
|
18 <symbian sdkName="com.nokia.series60" minSDKVersion="2.0"/> |
|
19 |
|
20 <attributes> |
|
21 <attribute key="is-non-resizable-or-moveable-layout-object">true</attribute> |
|
22 <attribute key="never-add-component">true</attribute> |
|
23 <attribute key="is-system-component">true</attribute> |
|
24 </attributes> |
|
25 |
|
26 <propertyOverrides> |
|
27 <propertyOverride name="size" category="Hidden"/> |
|
28 <propertyOverride name="location" category="Hidden"/> |
|
29 </propertyOverrides> |
|
30 |
|
31 </component> |
|
32 </componentDefinition> |