40
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<hbdocument version="0.9">
|
|
3 |
<object name="okAction" type="HbAction">
|
|
4 |
<string name="role" value="HbDialog:primaryAction"/>
|
|
5 |
<string locid="txt_common_button_ok" name="text"/>
|
|
6 |
</object>
|
|
7 |
<object name="cancelAction" type="HbAction">
|
|
8 |
<string name="role" value="HbDialog:secondaryAction"/>
|
|
9 |
<string locid="txt_common_button_cancel" name="text"/>
|
|
10 |
</object>
|
|
11 |
<widget name="dialog" type="HbDialog">
|
|
12 |
<widget name="heading" role="HbDialog:headingWidget" type="HbLabel">
|
|
13 |
<enums name="alignment" value="AlignLeft"/>
|
|
14 |
<fontspec name="fontSpec" role="Primary" textheight="var(hb-param-text-height-primary)"/>
|
|
15 |
<string name="textColor" value="qtc_popup"/>
|
|
16 |
<contentsmargins bottom="var(hb-param-margin-gene-popup)" left="var(hb-param-margin-gene-popup)" right="var(hb-param-margin-gene-popup)" top="var(hb-param-margin-gene-popup)"/>
|
|
17 |
</widget>
|
|
18 |
<widget name="radioButtonList" role="HbDialog:contentWidget" type="HbRadioButtonList"/>
|
|
19 |
<bool name="backgroundFaded" value="TRUE"/>
|
|
20 |
<integer name="timeout" value="0"/>
|
|
21 |
<ref object="okAction" role="HbDialog:primaryAction"/>
|
|
22 |
<ref object="cancelAction" role="HbDialog:secondaryAction"/>
|
|
23 |
</widget>
|
|
24 |
<metadata activeUIState="Common ui state" display="QHD portrait" unit="un">
|
|
25 |
<uistate name="Common ui state" sections="#common"/>
|
|
26 |
</metadata>
|
|
27 |
</hbdocument>
|