homescreenapp/stateplugins/hsmenuworkerstateplugin/resource/hsdetailsdialog.docml
changeset 51 4785f57bf3d4
child 60 30f14686fb04
child 62 341166945d65
equal deleted inserted replaced
46:23b5d6a29cce 51:4785f57bf3d4
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="0.9">
       
     3     <object name="qtl_dialog_softkey_left" type="HbAction">
       
     4         <string name="role" value="HbDialog:primaryAction"/>
       
     5         <string name="role" value="HbDialog:primaryAction"/>
       
     6         <string locid="txt_common_button_ok" name="text"/>
       
     7     </object>
       
     8     <widget name="details_dialog" type="HbDialog">
       
     9         <widget name="qtl_dialog_pri_heading" role="HbDialog:headingWidget" type="HbLabel">
       
    10             <enums name="alignment" value="AlignLeft|AlignLeading"/>
       
    11             <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)"/>
       
    12             <string locid="txt_applib_title_details" name="plainText"/>
       
    13             <fontspec name="fontSpec" role="Primary" textheight="var(hb-param-text-height-primary)"/>
       
    14             <string name="dismissPolicy" value="HbPopup::NoDismiss"/>
       
    15         </widget>
       
    16         <widget name="scrollArea" role="HbDialog:contentWidget" type="HbScrollArea">
       
    17             <widget name="scrollAreaContents" role="HbScrollArea:contents" type="HbWidget">
       
    18                 <widget name="_name" type="HbLabel">
       
    19                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    20                     <string name="plainText" value="txt_applib_dialog_name"/>
       
    21                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    22                 </widget>
       
    23                 <widget name="name" type="HbLabel">
       
    24                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    25                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    26                 </widget>
       
    27                 <widget name="_version" type="HbLabel">
       
    28                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    29                     <string name="plainText" value="txt_applib_dialog_version"/>
       
    30                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    31                 </widget>
       
    32                 <widget name="version" type="HbLabel">
       
    33                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    34                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    35                 </widget>
       
    36                 <widget name="_vendor" type="HbLabel">
       
    37                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    38                     <string name="plainText" value="txt_applib_dialog_supplier"/>
       
    39                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    40                 </widget>
       
    41                 <widget name="vendor" type="HbLabel">
       
    42                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    43                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    44                 </widget>
       
    45                 <widget name="_driveInfo" type="HbLabel">
       
    46                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    47                     <string name="plainText" value="txt_applib_dialog_memory_in_use"/>
       
    48                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    49                 </widget>
       
    50                 <widget name="driveInfo" type="HbLabel">
       
    51                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    52                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    53                 </widget>
       
    54                 <widget name="_size" type="HbLabel">
       
    55                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    56                     <string name="plainText" value="txt_applib_dialog_size"/>
       
    57                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    58                 </widget>
       
    59                 <widget name="size" type="HbLabel">
       
    60                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    61                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    62                 </widget>
       
    63                 <widget name="_type" type="HbLabel">
       
    64                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    65                     <string name="plainText" value="txt_applib_dialog_format"/>
       
    66                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    67                 </widget>
       
    68                 <widget name="type" type="HbLabel">
       
    69                     <sizehint height="expr(var(hb-param-text-height-secondary))" type="PREFERRED"/>
       
    70                     <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    71                 </widget>
       
    72                 <sizehint type="PREFERRED" width="expr(var(hb-param-screen-width) )"/>
       
    73                 <layout orientation="Vertical" spacing="2px" type="linear">
       
    74                     <linearitem itemname="_name"/>
       
    75                     <linearitem itemname="name"/>
       
    76                     <linearitem itemname="_version"/>
       
    77                     <linearitem itemname="version"/>
       
    78                     <linearitem itemname="_vendor"/>
       
    79                     <linearitem itemname="vendor"/>
       
    80                     <linearitem itemname="_driveInfo"/>
       
    81                     <linearitem itemname="driveInfo"/>
       
    82                     <linearitem itemname="_size"/>
       
    83                     <linearitem itemname="size"/>
       
    84                     <linearitem itemname="_type"/>
       
    85                     <linearitem itemname="type"/>
       
    86                 </layout>
       
    87             </widget>
       
    88         </widget>
       
    89         <contentsmargins bottom="var(hb-param-margin-view-bottom)" left="var(hb-param-margin-view-left)" right="var(hb-param-margin-view-right)" top="var(hb-param-margin-view-top)"/>
       
    90         <ref object="qtl_dialog_softkey_left" role="HbDialog:primaryAction"/>
       
    91     </widget>
       
    92     <metadata activeUIState="Common ui state" display="NHD portrait" unit="un">
       
    93         <uistate name="Common ui state" sections="#common"/>
       
    94     </metadata>
       
    95 </hbdocument>