|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <hbdocument version="1.0"> |
|
3 <widget name="errornote_popup" type="HbDialog"> |
|
4 <widget name="errornote_content_widget" role="HbDialog:contentWidget" type="HbWidget"> |
|
5 <widget name="errornote_text" type="HbLabel"> |
|
6 <enums name="alignment" value="AlignVCenter|AlignHCenter"/> |
|
7 <real name="z" value="0.3"/> |
|
8 <sizehint height="360" type="PREFERRED" width="640"/> |
|
9 <string locid="txt_cam_info_error" name="plainText" value="Unexpected error occurred. Power off the device and restart"/> |
|
10 </widget> |
|
11 <widget name="errornote_exit_button_widget" type="HbWidget"> |
|
12 <widget name="errornote_button_exit" type="HbPushButton"> |
|
13 <real name="z" value="0.4"/> |
|
14 <real name="opacity" value="0.7"/> |
|
15 <sizehint height="7.46269un" type="PREFERRED" width="22.38806un"/> |
|
16 <string locid="txt_common_button_close" name="text" value="Close"/> |
|
17 </widget> |
|
18 <real name="z" value="0.3"/> |
|
19 <sizehint height="11.9403un" type="PREFERRED" width="23.8806un"/> |
|
20 <layout orientation="Horizontal" type="linear"> |
|
21 <linearitem itemname="errornote_button_exit"/> |
|
22 </layout> |
|
23 </widget> |
|
24 <real name="z" value="0.1"/> |
|
25 <layout type="anchor"> |
|
26 <anchoritem dst="errornote_exit_button_widget" dstEdge="BOTTOM" spacing="0" src="" srcEdge="BOTTOM"/> |
|
27 <anchoritem dst="errornote_exit_button_widget" dstEdge="LEFT" spacing="400" src="" srcEdge="LEFT"/> |
|
28 </layout> |
|
29 </widget> |
|
30 <size height="360" name="size" width="640"/> |
|
31 <rect height="360" name="geometry" width="640" x="0" y="0"/> |
|
32 </widget> |
|
33 <connect receiver="errornote_popup" sender="errornote_button_exit" signal="released()" slot="close()"/> |
|
34 <metadata activeUIState="Common ui state" display="NHD landscape" unit="un"> |
|
35 <uistate name="Common ui state" sections="#common"/> |
|
36 </metadata> |
|
37 </hbdocument> |