22
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<hbdocument version="1.0">
|
|
3 |
<object name="action_ok" type="HbAction">
|
|
4 |
<string name="role" value="HbDialog:primaryAction"/>
|
|
5 |
<string locid="txt_common_button_ok" name="text" value="Ok"/>
|
|
6 |
</object>
|
|
7 |
<object name="action_cancel" type="HbAction">
|
|
8 |
<string name="role" value="HbDialog:secondaryAction"/>
|
|
9 |
<string locid="txt_common_button_ok" name="text" value="Cancel"/>
|
|
10 |
</object>
|
|
11 |
<widget name="slider_settings_dialog" type="HbDialog">
|
|
12 |
<widget name="slider_settings_dialog_heading" role="HbDialog:headingWidget" type="HbLabel">
|
|
13 |
<enums name="alignment" value="AlignVCenter|AlignHCenter"/>
|
|
14 |
<string name="plainText" value="Setting dialog"/>
|
|
15 |
</widget>
|
|
16 |
<widget name="slider_dialog_container" role="HbDialog:contentWidget" type="HbWidget">
|
|
17 |
<widget name="settings_dialog_slider" type="HbSlider">
|
|
18 |
<bool name="visible" value="TRUE"/>
|
|
19 |
<string name="orientation" value="Horizontal"/>
|
|
20 |
</widget>
|
|
21 |
<layout orientation="Horizontal" type="linear">
|
|
22 |
<linearitem itemname="settings_dialog_slider"/>
|
|
23 |
</layout>
|
|
24 |
</widget>
|
|
25 |
<sizepolicy horizontalPolicy="Preferred" horizontalStretch="0" verticalPolicy="Preferred" verticalStretch="0"/>
|
|
26 |
<sizehint type="PREFERRED" width="var(hb-param-widget-dialog-width)"/>
|
|
27 |
<sizehint type="MINIMUM" width="10un"/>
|
|
28 |
<ref object="action_ok" role="HbDialog:primaryAction"/>
|
|
29 |
<ref object="action_cancel" role="HbDialog:secondaryAction"/>
|
|
30 |
</widget>
|
|
31 |
<metadata activeUIState="Common ui state" display="NHD landscape" unit="un">
|
|
32 |
<uistate name="Common ui state" sections="#common"/>
|
|
33 |
</metadata>
|
|
34 |
</hbdocument>
|