31
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
42
|
2 |
<hbdocument version="1.1">
|
31
|
3 |
<widget name="dialog" type="HbDialog">
|
42
|
4 |
<rect height="21.04478un" name="geometry" width="46.71642un" x="3.43284un" y="37.16418un"/>
|
31
|
5 |
<widget name="heading" role="HbDialog:headingWidget" type="HbLabel">
|
42
|
6 |
<enums name="textWrapping" value="TextWordWrap"/>
|
31
|
7 |
<enums name="alignment" value="AlignLeft|AlignJustify|AlignTop|AlignLeading"/>
|
42
|
8 |
<enums name="layoutDirection" value="LeftToRight"/>
|
31
|
9 |
<string name="plainText" value="=== Heading ==="/>
|
|
10 |
</widget>
|
|
11 |
<widget name="container" role="HbDialog:contentWidget" type="HbWidget">
|
|
12 |
<widget name="label" type="HbLabel">
|
|
13 |
<enums name="alignment" value="AlignLeft|AlignLeading"/>
|
42
|
14 |
<string locid="txt_bt_info_waiting_the_other_device" name="plainText" value="Waiting for other device"/>
|
31
|
15 |
</widget>
|
|
16 |
<widget name="progressBar" type="HbProgressBar">
|
|
17 |
<integer name="progressValue" value="30"/>
|
|
18 |
<integer name="minimum" value="0"/>
|
|
19 |
<enums name="orientation" value="Horizontal"/>
|
|
20 |
<integer name="maximum" value="100"/>
|
|
21 |
</widget>
|
|
22 |
<layout orientation="Vertical" spacing="2un" type="linear">
|
|
23 |
<linearitem itemname="label"/>
|
|
24 |
<linearitem itemname="progressBar"/>
|
|
25 |
</layout>
|
|
26 |
</widget>
|
|
27 |
</widget>
|
42
|
28 |
<metadata activeUIState="Common ui state" display="NHD-3.2-inch_portrait" unit="un">
|
31
|
29 |
<uistate name="Common ui state" sections="#common"/>
|
|
30 |
</metadata>
|
|
31 |
</hbdocument>
|