wlanutilities/testwizard/resources/mainview.docml
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
     1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
       
     2 <hbdocument version="1.0">
       
     3     <widget name="view" type="HbView">
       
     4         <widget name="content" role="HbView:widget" type="HbWidget">
       
     5             <widget name="container" type="HbWidget">
       
     6                 <widget name="startWizard" type="HbPushButton">
       
     7                     <string name="text" value="Start wizard"/>
       
     8                     <real name="z" value="1"/>
       
     9                 </widget>
       
    10                 <widget name="useConf" type="HbCheckBox">
       
    11                     <string name="text" value="Use configurations"/>
       
    12                     <real name="z" value="2"/>
       
    13                 </widget>
       
    14                 <widget name="networkMode" type="HbComboBox">
       
    15                     <contentsmargins bottom="0un" left="5un" right="0un" top="0un"/>
       
    16                     <container name="items" type="stringlist">
       
    17                         <string value="Ad-hoc"/>
       
    18                         <string value="Public"/>
       
    19                         <string value="Invalid"/>
       
    20                     </container>
       
    21                 </widget>
       
    22                 <widget name="securityMode" type="HbComboBox">
       
    23                     <contentsmargins bottom="0un" left="5un" right="0un" top="0un"/>
       
    24                     <container name="items" type="stringlist">
       
    25                         <string value="Open"/>
       
    26                         <string value="WEP"/>
       
    27                         <string value="802.1x"/>
       
    28                         <string value="WPA"/>
       
    29                         <string value="WPA2"/>
       
    30                         <string value="WAPI"/>
       
    31                         <string value="Invalid"/>
       
    32                     </container>
       
    33                 </widget>
       
    34                 <widget name="useWps" type="HbCheckBox">
       
    35                     <string name="text" value="Wireless Protected Setup"/>
       
    36                     <contentsmargins bottom="0un" left="5un" right="0un" top="0un"/>
       
    37                 </widget>
       
    38                 <widget name="label_1" type="HbLabel">
       
    39                     <string name="plainText" value="Wizard status:"/>
       
    40                 </widget>
       
    41                 <widget name="labelWizardStatus" type="HbLabel">
       
    42                     <contentsmargins bottom="0un" left="5un" right="0un" top="0un"/>
       
    43                     <string name="plainText" value="NA"/>
       
    44                 </widget>
       
    45                 <widget name="useWpaPsk" type="HbCheckBox">
       
    46                     <string name="text" value="WPA PSK"/>
       
    47                     <contentsmargins bottom="0un" left="5un" right="0un" top="0un"/>
       
    48                 </widget>
       
    49                 <widget name="label" type="HbLabel">
       
    50                     <contentsmargins bottom="0un" left="5un" right="0un" top="0un"/>
       
    51                     <string name="plainText" value="SSID"/>
       
    52                 </widget>
       
    53                 <widget name="ssid" type="HbLineEdit">
       
    54                     <string name="text"/>
       
    55                     <contentsmargins bottom="0un" left="5un" right="0un" top="0un"/>
       
    56                 </widget>
       
    57                 <sizehint height="86.41791un" type="PREFERRED" width="53.73134un"/>
       
    58                 <real name="z" value="0"/>
       
    59                 <layout orientation="Vertical" type="linear">
       
    60                     <linearitem itemname="startWizard"/>
       
    61                     <linearitem itemname="useConf"/>
       
    62                     <linearitem itemname="label"/>
       
    63                     <linearitem itemname="ssid"/>
       
    64                     <linearitem itemname="networkMode"/>
       
    65                     <linearitem itemname="securityMode"/>
       
    66                     <linearitem itemname="useWpaPsk"/>
       
    67                     <linearitem itemname="useWps"/>
       
    68                     <stretchitem stretchfactor="1"/>
       
    69                     <linearitem itemname="label_1"/>
       
    70                     <linearitem itemname="labelWizardStatus"/>
       
    71                 </layout>
       
    72             </widget>
       
    73             <layout type="anchor">
       
    74                 <anchoritem dst="container" dstEdge="LEFT" spacing="0un" src="" srcEdge="LEFT"/>
       
    75                 <anchoritem dst="container" dstEdge="TOP" spacing="-0.29851un" src="" srcEdge="TOP"/>
       
    76             </layout>
       
    77         </widget>
       
    78         <string name="title" value="View"/>
       
    79     </widget>
       
    80     <metadata activeUIState="Common ui state" display="NHD portrait" unit="un">
       
    81         <uistate name="Common ui state" sections="#common"/>
       
    82     </metadata>
       
    83 </hbdocument>