45
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<hbdocument version="1.0">
|
|
3 |
<object name="okSoftKey" type="HbAction">
|
|
4 |
<string name="role" value="HbDialog:primaryAction"/>
|
|
5 |
<string name="role" value="HbDialog:primaryAction"/>
|
|
6 |
<string name="text" value="OK"/>
|
|
7 |
</object>
|
|
8 |
<object name="cancelSoftKey" type="HbAction">
|
|
9 |
<string name="role" value="HbDialog:secondaryAction"/>
|
|
10 |
<string name="role" value="HbDialog:secondaryAction"/>
|
|
11 |
<string name="text" value="Cancel"/>
|
|
12 |
</object>
|
|
13 |
<widget name="dialog" type="HbDialog">
|
|
14 |
<widget name="label" role="HbDialog:headingWidget" type="HbLabel">
|
|
15 |
<enums name="alignment" value="AlignLeft|AlignLeading"/>
|
|
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 |
<string name="plainText" value="Enter the configuration PIN"/>
|
|
18 |
<fontspec name="fontSpec" role="Primary" textheight="var(hb-param-text-height-primary)"/>
|
|
19 |
</widget>
|
|
20 |
<widget name="qtl_dialog_sec" role="HbDialog:contentWidget" type="HbWidget">
|
|
21 |
<widget name="lineEdit" type="HbLineEdit">
|
|
22 |
<contentsmargins bottom="var(hb-param-margin-gene-popup)" left="0un" right="0un" top="0un"/>
|
|
23 |
<string name="text" value=""/>
|
|
24 |
<enums name="echoMode" value="PasswordEchoOnEdit"/>
|
|
25 |
<bool name="visible" value="TRUE"/>
|
|
26 |
<fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
|
|
27 |
</widget>
|
|
28 |
<real name="z" value="0"/>
|
|
29 |
<layout spacing="0un" type="grid">
|
|
30 |
<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)"/>
|
|
31 |
<griditem column="0" itemname="lineEdit" row="0"/>
|
|
32 |
</layout>
|
|
33 |
</widget>
|
|
34 |
<ref object="okSoftKey" role="HbDialog:primaryAction"/>
|
|
35 |
<ref object="cancelSoftKey" role="HbDialog:secondaryAction"/>
|
|
36 |
</widget>
|
|
37 |
<metadata activeUIState="Portrait" display="NHD portrait" unit="un">
|
|
38 |
<uistate name="Common ui state" sections="#common"/>
|
|
39 |
<uistate name="Landscape" sections="#common"/>
|
|
40 |
<uistate name="Portrait" sections="#common"/>
|
|
41 |
</metadata>
|
|
42 |
</hbdocument>
|