camerauis/cameraxui/cxui/layouts/errornote_popup.docml
author Pat Downey <patd@symbian.org>
Tue, 11 May 2010 12:31:25 +0100
changeset 22 525235d8c0fc
child 36 b12f3922a74f
permissions -rw-r--r--
Add missing docml files.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
     2
<hbdocument version="1.0">
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
     3
    <widget name="errornote_popup" type="HbDialog">
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
     4
        <widget name="errornote_content_widget" role="HbDialog:contentWidget" type="HbWidget">
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
     5
            <widget name="errornote_text" type="HbLabel">
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
     6
                <enums name="alignment" value="AlignVCenter|AlignHCenter"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
     7
                <real name="z" value="0.3"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
     8
                <sizehint height="360" type="PREFERRED" width="640"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
     9
                <string locid="txt_cam_info_error" name="plainText" value="Unexpected error occurred. Power off the device and restart"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    10
            </widget>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    11
            <widget name="errornote_exit_button_widget" type="HbWidget">
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    12
                <widget name="errornote_button_exit" type="HbPushButton">
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    13
                    <real name="z" value="0.4"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    14
                    <real name="opacity" value="0.7"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    15
                    <sizehint height="7.46269un" type="PREFERRED" width="22.38806un"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    16
                    <string locid="txt_common_button_close" name="text" value="Close"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    17
                </widget>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    18
                <real name="z" value="0.3"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    19
                <sizehint height="11.9403un" type="PREFERRED" width="23.8806un"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    20
                <layout orientation="Horizontal" type="linear">
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    21
                    <linearitem itemname="errornote_button_exit"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    22
                </layout>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    23
            </widget>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    24
            <real name="z" value="0.1"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    25
            <layout type="anchor">
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    26
                <anchoritem dst="errornote_exit_button_widget" dstEdge="BOTTOM" spacing="0" src="" srcEdge="BOTTOM"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    27
                <anchoritem dst="errornote_exit_button_widget" dstEdge="LEFT" spacing="400" src="" srcEdge="LEFT"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    28
            </layout>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    29
        </widget>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    30
        <size height="360" name="size" width="640"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    31
        <rect height="360" name="geometry" width="640" x="0" y="0"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    32
    </widget>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    33
    <connect receiver="errornote_popup" sender="errornote_button_exit" signal="released()" slot="close()"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    34
    <metadata activeUIState="Common ui state" display="NHD landscape" unit="un">
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    35
        <uistate name="Common ui state" sections="#common"/>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    36
    </metadata>
525235d8c0fc Add missing docml files.
Pat Downey <patd@symbian.org>
parents:
diff changeset
    37
</hbdocument>