launcher/src/applicationview.xml
branchRCL_3
changeset 21 b3cee849fa46
equal deleted inserted replaced
20:48060abbbeaf 21:b3cee849fa46
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="0.2">
       
     3     <object name="actionLaunchApps" type="HbAction">
       
     4         <string name="iconText" value="LaunchApps"/>
       
     5         <string name="text" value="Launch selected"/>
       
     6         <string name="toolTip" value="LaunchApps"/>
       
     7     </object>
       
     8     <object name="actionLaunchAppsAndClose" type="HbAction">
       
     9         <string name="iconText" value="LaunchAppsAndClose"/>
       
    10         <string name="text" value="Launch and close selected"/>
       
    11         <string name="toolTip" value="LaunchAppsAndClose"/>
       
    12     </object>
       
    13     <object name="actionRefresh" type="HbAction">
       
    14         <string name="iconText" value="RefreshList"/>
       
    15         <string name="text" value="Refresh list"/>
       
    16         <string name="toolTip" value="RefreshList"/>
       
    17     </object>
       
    18     <object name="actionSelectAll" type="HbAction">
       
    19         <string name="iconText" value="Select/Unselect"/>
       
    20         <string name="text" value="Select all"/>
       
    21         <string name="toolTip" value="Select/Unselect"/>
       
    22     </object>
       
    23     <object name="actionUnselectAll" type="HbAction">
       
    24         <string name="iconText" value="Unselect All"/>
       
    25         <string name="text" value="Unselect all"/>
       
    26         <string name="toolTip" value="Unselect All"/>
       
    27     </object>
       
    28     <object name="actionSkipHidden" type="HbAction">
       
    29         <string name="iconText" value="Skip hidden &amp; embed"/>
       
    30         <string name="text" value="Skip hidden &amp; embed"/>
       
    31         <string name="toolTip" value="Skip hidden &amp; embed"/>
       
    32     </object>
       
    33     <object name="actionDontSkipHidden" type="HbAction">
       
    34         <string name="iconText" value="Do not skip any entries"/>
       
    35         <string name="text" value="Do not skip any entries"/>
       
    36         <string name="toolTip" value="Do not skip any entries"/>
       
    37     </object>
       
    38     <object name="actionOpenOutputView" type="HbAction">
       
    39         <string name="iconText" value="Open output view"/>
       
    40         <string name="text" value="Open output view"/>
       
    41         <string name="toolTip" value="Open output view"/>
       
    42     </object>
       
    43     <widget name="applicationview" type="ApplicationView">
       
    44         <widget name="applicationContent" role="HbView:widget" type="HbWidget">
       
    45             <widget name="applicationList" type="HbListWidget">
       
    46                 <sizehint height="320.0" type="PREFERRED" width="240.0"/>
       
    47                 <zvalue value="278529.0001"/>
       
    48             </widget>
       
    49             <layout type="anchor" widget="applicationContent">
       
    50                 <anchoritem dst="applicationList" dstEdge="LEFT" spacing="0.0" src="" srcEdge="LEFT"/>
       
    51                 <anchoritem dst="applicationList" dstEdge="TOP" spacing="0.0" src="" srcEdge="TOP"/>
       
    52                 <anchoritem dst="applicationList" dstEdge="RIGHT" spacing="0.0" src="" srcEdge="RIGHT"/>
       
    53                 <anchoritem dst="applicationList" dstEdge="BOTTOM" spacing="0.0" src="" srcEdge="BOTTOM"/>
       
    54             </layout>
       
    55         </widget>
       
    56         <widget name="viewMenu" role="HbView:menu" type="HbMenu">
       
    57             <ref object="actionLaunchAppsAndClose" role="HbMenu:addAction"/>
       
    58             <ref object="actionLaunchApps" role="HbMenu:addAction"/>
       
    59             <widget name="menuLaunchOptions" role="HbMenu:menu" type="HbMenu">
       
    60                 <ref object="actionSkipHidden" role="HbMenu:addAction"/>
       
    61                 <ref object="actionDontSkipHidden" role="HbMenu:addAction"/>
       
    62                 <string name="title" value="Launch options"/>
       
    63             </widget>
       
    64             <ref object="actionRefresh" role="HbMenu:addAction"/>
       
    65             <ref object="actionSelectAll" role="HbMenu:addAction"/>
       
    66             <ref object="actionUnselectAll" role="HbMenu:addAction"/>
       
    67         </widget>
       
    68         <widget name="viewToobar" role="HbView:toolBar" type="HbToolBar">
       
    69             <ref object="actionOpenOutputView" role="HbToolBar:addAction"/>
       
    70         </widget>
       
    71         <string name="title" value="Applications"/>
       
    72     </widget>
       
    73     <metadata display="QHD portrait" unit="px"/>
       
    74 </hbdocument>