emailuis/nmailui/conf/nmeditorview.docml
author hgs
Fri, 28 May 2010 13:56:43 +0300
changeset 43 99bcbff212ad
parent 40 2c62ef3caffd
child 44 c2d07d913565
child 46 1aa3b69b573c
permissions -rw-r--r--
201021

<?xml version="1.0" encoding="UTF-8"?>
<hbdocument version="1.1">
    <widget name="editorview" type="HbView">
        <widget name="content" role="HbView:widget" type="HbWidget">
            <widget name="scrollArea" plugin="nmailuiwidgetsplugin" type="NmBaseViewScrollArea">
                <widget name="scrollAreaContents" role="HbScrollArea:contents" type="HbWidget">
                    <widget name="container" type="HbWidget">
                        <widget name="containerContents" type="HbWidget">
                            <widget name="editorToField" type="HbWidget">
                                <widget name="editorToLabel" type="HbLabel">
                                    <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
                                    <sizehint height="7.46un" type="FIXED" width="12.5un"/>
                                    <string locid="txt_mail_editor_to" name="plainText"/>
                                    <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
                                </widget>
                                <widget name="editorToEdit" plugin="nmailuiwidgetsplugin" type="NmRecipientLineEdit"/>
                                <widget name="editorToButton" type="HbPushButton">
                                    <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
                                    <sizehint height="7.46un" type="FIXED" width="9.5un"/>
                                </widget>
                                <layout orientation="Horizontal" spacing="var(hb-param-margin-gene-middle-horizontal)" type="linear">
                                    <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
                                    <linearitem itemname="editorToLabel"/>
                                    <linearitem itemname="editorToEdit"/>
                                    <linearitem itemname="editorToButton"/>
                                </layout>
                            </widget>
                            <widget name="editorCcField" type="HbWidget">
                                <widget name="editorCcLabel" type="HbLabel">
                                    <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
                                    <sizehint height="7.46un" type="FIXED" width="12.5un"/>
                                    <string locid="txt_mail_editor_cc" name="plainText"/>
                                    <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
                                </widget>
                                <widget name="editorCcEdit" plugin="nmailuiwidgetsplugin" type="NmRecipientLineEdit"/>
                                <widget name="editorCcButton" type="HbPushButton">
                                    <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
                                    <sizehint height="7.46un" type="FIXED" width="9.5un"/>
                                </widget>
                                <layout orientation="Horizontal" spacing="var(hb-param-margin-gene-middle-horizontal)" type="linear">
                                    <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
                                    <linearitem itemname="editorCcLabel"/>
                                    <linearitem itemname="editorCcEdit"/>
                                    <linearitem itemname="editorCcButton"/>
                                </layout>
                            </widget>
                            <widget name="editorBccField" type="HbWidget">
                                <widget name="editorBccLabel" type="HbLabel">
                                    <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
                                    <sizehint height="7.46un" type="FIXED" width="12.5un"/>
                                    <string locid="txt_mail_editor_bcc" name="plainText"/>
                                    <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
                                </widget>
                                <widget name="editorBccEdit" plugin="nmailuiwidgetsplugin" type="NmRecipientLineEdit"/>
                                <widget name="editorBccButton" type="HbPushButton">
                                    <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
                                    <sizehint height="7.46un" type="FIXED" width="9.5un"/>
                                </widget>
                                <layout orientation="Horizontal" spacing="var(hb-param-margin-gene-middle-horizontal)" type="linear">
                                    <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
                                    <linearitem itemname="editorBccLabel"/>
                                    <linearitem itemname="editorBccEdit"/>
                                    <linearitem itemname="editorBccButton"/>
                                </layout>
                            </widget>
                            <widget name="editorSubjectField" type="HbWidget">
                                <widget name="editorSubjectLabel" type="HbLabel">
                                    <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
                                    <sizehint height="7.46un" type="FIXED" width="12.5un"/>
                                    <string locid="txt_mail_editor_subject" name="plainText"/>
                                    <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
                                </widget>
                                <widget name="editorSubjectEdit" plugin="nmailuiwidgetsplugin" type="NmRecipientLineEdit"/>
                                <widget name="editPriorityIcon" type="HbLabel">
                                    <enums name="alignment" value="AlignVCenter|AlignHCenter"/>
                                    <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
                                    <sizehint height="var(hb-param-graphic-size-secondary)" type="FIXED" width="var(hb-param-graphic-size-secondary)"/>
                                </widget>
                                <widget name="editFollowUpIcon" type="HbLabel">
                                    <enums name="alignment" value="AlignVCenter|AlignHCenter"/>
                                    <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
                                    <sizehint height="var(hb-param-graphic-size-secondary)" type="FIXED" width="var(hb-param-graphic-size-secondary)"/>
                                </widget>
                                <layout orientation="Horizontal" spacing="var(hb-param-margin-gene-middle-horizontal)" type="linear">
                                    <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
                                    <linearitem itemname="editorSubjectLabel"/>
                                    <linearitem itemname="editorSubjectEdit"/>
                                    <linearitem itemname="editPriorityIcon" spacing="0.5un"/>
                                    <linearitem itemname="editFollowUpIcon"/>
                                </layout>
                            </widget>
                            <widget name="attachmentListWidget" plugin="nmailuiwidgetsplugin" type="NmAttachmentListWidget">
                                <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
                            </widget>
                            <widget name="BodyTextEdit" plugin="nmailuiwidgetsplugin" type="NmEditorTextEdit">
                                <sizepolicy horizontalPolicy="Expanding" horizontalStretch="0" verticalPolicy="Expanding" verticalStretch="0"/>
                                <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
                                <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
                                <string name="plainText"/>
                            </widget>
                            <layout orientation="Vertical" spacing="var(hb-param-margin-gene-middle-vertical)" type="linear">
                                <contentsmargins bottom="0un" left="var(hb-param-margin-gene-left)" right="var(hb-param-margin-gene-right)" top="var(hb-param-margin-gene-top)"/>
                                <linearitem itemname="editorToField"/>
                                <linearitem itemname="editorCcField"/>
                                <linearitem itemname="editorBccField"/>
                                <linearitem itemname="editorSubjectField"/>
                                <linearitem itemname="attachmentListWidget"/>
                                <linearitem itemname="BodyTextEdit"/>
                            </layout>
                        </widget>
                        <real name="z" value="0"/>
                        <sizepolicy horizontalPolicy="Expanding" horizontalStretch="0" verticalPolicy="Expanding" verticalStretch="0"/>
                        <sizehint height="23.8806un" type="PREFERRED" width="23.8806un"/>
                        <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
                        <layout type="anchor">
                            <anchoritem dst="containerContents" dstEdge="LEFT" spacing="0un" src="" srcEdge="LEFT"/>
                            <anchoritem dst="containerContents" dstEdge="TOP" spacing="0un" src="" srcEdge="TOP"/>
                            <anchoritem dst="containerContents" dstEdge="RIGHT" spacing="0un" src="" srcEdge="RIGHT"/>
                            <anchoritem dst="containerContents" dstEdge="BOTTOM" spacing="0un" src="" srcEdge="BOTTOM"/>
                        </layout>
                    </widget>
                    <real name="z" value="0"/>
                    <sizepolicy horizontalPolicy="Expanding" horizontalStretch="0" verticalPolicy="Expanding" verticalStretch="0"/>
                    <sizehint height="88un" type="PREFERRED" width="54un"/>
                    <layout type="anchor">
                        <anchoritem dst="container" dstEdge="LEFT" spacing="0un" src="" srcEdge="LEFT"/>
                        <anchoritem dst="container" dstEdge="TOP" spacing="0un" src="" srcEdge="TOP"/>
                        <anchoritem dst="container" dstEdge="RIGHT" spacing="0un" src="" srcEdge="RIGHT"/>
                        <anchoritem dst="container" dstEdge="BOTTOM" spacing="0un" src="" srcEdge="BOTTOM"/>
                    </layout>
                </widget>
            </widget>
            <layout type="anchor">
                <anchoritem dst="scrollArea" dstEdge="LEFT" spacing="0un" src="" srcEdge="LEFT"/>
                <anchoritem dst="scrollArea" dstEdge="TOP" spacing="0un" src="" srcEdge="TOP"/>
                <anchoritem dst="scrollArea" dstEdge="RIGHT" spacing="0un" src="" srcEdge="RIGHT"/>
                <anchoritem dst="scrollArea" dstEdge="BOTTOM" spacing="0un" src="" srcEdge="BOTTOM"/>
            </layout>
        </widget>
        <string name="title"/>
    </widget>
    <metadata activeUIState="Common ui state" display="NHD-3.2-inch_portrait" unit="un">
        <uistate name="Common ui state" sections="#common"/>
    </metadata>
</hbdocument>