27
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<hbdocument version="1.0">
|
|
3 |
<object name="action_expand_collapse_all" type="HbAction">
|
|
4 |
<string locid="txt_user_guide_opt_expand_all" name="text" value="Action01"/>
|
|
5 |
</object>
|
|
6 |
|
|
7 |
<widget name="view_help" type="HbView">
|
|
8 |
<widget name="content" role="HbView:widget" type="HbWidget">
|
|
9 |
<widget name="list_category_all" type="HbTreeView">
|
|
10 |
<widget name="treeItemPrototype" role="HbAbstractView:prototype" type="HbTreeViewItem"/>
|
|
11 |
<sizehint height="47.7612un" type="PREFERRED" width="35.8209un"/>
|
|
12 |
</widget>
|
|
13 |
<real name="z" value="0"/>
|
|
14 |
<layout orientation="Vertical" type="linear">
|
|
15 |
<contentsmargins bottom="0px" left="0px" right="0px" top="0px"/>
|
|
16 |
<linearitem itemname="list_category_all"/>
|
|
17 |
</layout>
|
|
18 |
</widget>
|
|
19 |
<widget name="menu" type="HbMenu" role="HbView:menu">
|
|
20 |
<ref object="action_expand_collapse_all" role="HbMenu:addAction" />
|
|
21 |
</widget>
|
|
22 |
<string locid="txt_user_guide_title_user_guide" name="title" value="View"/>
|
|
23 |
</widget>
|
|
24 |
|
|
25 |
<connect sender="action_expand_collapse_all" signal="triggered(bool)" receiver="view_help" slot="onExpandOrCollapseAll()" />
|
|
26 |
|
|
27 |
</hbdocument>
|