phoneplugins/infowidgetplugin/tsrc/infowidgettest/resource/settingsdialog.docml
changeset 77 2be0b271d017
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="1.1">
       
     3     <object name="sd:okAction" type="HbAction">
       
     4         <string locid="txt_common_button_ok" name="text" value="Ok"/>
       
     5     </object>
       
     6     <object name="sd:cancelAction" type="HbAction">
       
     7         <string locid="txt_common_button_cancel" name="text" value="Cancel"/>
       
     8     </object>
       
     9     <widget name="sd:settingsDialog" type="HbDialog">
       
    10         <integer name="timeout" value="-1"/>
       
    11         <widget name="sd:settingsDialog_heading" role="HbDialog:headingWidget" type="HbLabel">
       
    12             <enums name="alignment" value="AlignVCenter|AlignHCenter"/>
       
    13             <string locid="txt_operator_widget_title_select_info" name="plainText" value="Select info"/>
       
    14         </widget>
       
    15         <widget name="sd:settingsContainer" role="HbDialog:contentWidget" type="HbWidget">
       
    16             <widget name="sd:spnCheckBox" type="HbCheckBox">
       
    17                 <string locid="txt_operatorwidget_list_spn" name="text"/>
       
    18                 <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    19             </widget>
       
    20             <widget name="sd:mcnCheckBox" type="HbCheckBox">
       
    21                 <string locid="txt_operatorwidget_list_cell_information" name="text"/>
       
    22                 <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    23             </widget>
       
    24             <widget name="sd:satTextCheckBox" type="HbCheckBox">
       
    25                 <string locid="txt_operatorwidget_list_sat_idle_mode_text" name="text"/>
       
    26                 <fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
       
    27             </widget>
       
    28             <layout orientation="Vertical" spacing="0un" type="linear">
       
    29                 <contentsmargins bottom="var(hb-param-margin-gene-middle-vertical)" left="0un" right="0un" top="0un"/>
       
    30                 <linearitem itemname="sd:spnCheckBox"/>
       
    31                 <linearitem itemname="sd:mcnCheckBox"/>
       
    32                 <linearitem itemname="sd:satTextCheckBox" spacing="0un"/>
       
    33             </layout>
       
    34         </widget>
       
    35     </widget>
       
    36     <metadata activeUIState="Common ui state" display="NHD-3.2-inch_landscape" unit="un">
       
    37         <uistate name="Common ui state" sections="#common"/>
       
    38     </metadata>
       
    39 </hbdocument>