piprofilerui/ui/hb/pimainview.docml
changeset 48 da3ec8478e66
parent 47 11fa016241a4
child 54 9347c563e054
equal deleted inserted replaced
47:11fa016241a4 48:da3ec8478e66
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="0.9">
       
     3     <object name="actionStartProfiling" type="HbAction">
       
     4         <string name="text" value="Start profiling"/>
       
     5     </object>
       
     6     <object name="actionSettings" type="HbAction">
       
     7         <string name="text" value="Settings"/>
       
     8     </object>
       
     9     <object name="actionAbout" type="HbAction">
       
    10         <string name="text" value="About"/>
       
    11     </object>
       
    12     <object name="actionExit" type="HbAction">
       
    13         <string name="text" value="Exit"/>
       
    14     </object>
       
    15     <object name="actionStartTimedProfiling" type="HbAction">
       
    16         <string name="text" value="Start profiling for 60 seconds"/>
       
    17     </object>
       
    18     <widget name="PIMainView" type="PIMainView">
       
    19         <widget name="viewMenu" role="HbView:menu" type="HbMenu">
       
    20             <string name="HbVkbHost" value=""/>
       
    21             <ref object="actionStartProfiling" role="HbMenu:addAction"/>
       
    22             <ref object="actionStartTimedProfiling" role="HbMenu:addAction"/>
       
    23             <ref object="actionSettings" role="HbMenu:addAction"/>
       
    24             <ref object="actionAbout" role="HbMenu:addAction"/>
       
    25             <ref object="actionExit" role="HbMenu:addAction"/>
       
    26         </widget>
       
    27         <widget name="viewToolbar" role="HbView:toolBar" type="HbToolBar">
       
    28             <ref object="actionStartProfiling" role="HbToolBar:addAction"/>
       
    29             <ref object="actionSettings" role="HbToolBar:addAction"/>
       
    30         </widget>
       
    31         <widget name="content" role="HbView:widget" type="HbWidget">
       
    32             <widget name="listPlugins" type="HbListWidget">
       
    33                 <sizehint height="32.53731un" type="PREFERRED" width="51.04478un"/>
       
    34                 <bool name="visible" value="TRUE"/>
       
    35             </widget>
       
    36             <real name="z" value="0"/>
       
    37             <layout type="anchor">
       
    38                 <anchoritem dst="listPlugins" dstEdge="LEFT" spacing="5" src="" srcEdge="LEFT"/>
       
    39                 <anchoritem dst="listPlugins" dstEdge="RIGHT" spacing="5" src="" srcEdge="RIGHT"/>
       
    40                 <anchoritem dst="listPlugins" dstEdge="TOP" spacing="5" src="" srcEdge="TOP"/>
       
    41                 <anchoritem dst="listPlugins" dstEdge="BOTTOM" spacing="5" src="" srcEdge="BOTTOM"/>
       
    42             </layout>
       
    43         </widget>
       
    44         <string name="title" value="PI Profiler"/>
       
    45     </widget>
       
    46     <metadata activeUIState="Common ui state" display="NHD portrait" unit="un">
       
    47         <uistate name="Common ui state" sections="#common"/>
       
    48     </metadata>
       
    49 </hbdocument>
       
    50 
       
    51 <!-- 
       
    52 
       
    53 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
    54 All rights reserved.
       
    55 This component and the accompanying materials are made available
       
    56 under the terms of "Eclipse Public License v1.0"
       
    57 which accompanies this distribution, and is available
       
    58 at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    59 
       
    60 Initial Contributors:
       
    61 Nokia Corporation - initial contribution.
       
    62 
       
    63 Contributors:
       
    64 
       
    65 Description: 
       
    66 
       
    67 
       
    68   -->