blob: 77bf1a3c2be3de7737c4b2f863d4c9e141e1d9c7 [file] [log] [blame]
<Widgets xmlns='http://ttcn.ericsson.se/protocolModules/xtdp/xtdl'>
<hbox id="main_hbox" flex="1.0" orientation="vertical" >
<tree id="treeid" hidecolumnpicker="true" >
<treecols>
<treecol editable="false" flex="1.0" label="column1" widgetType="string" >
</treecol>
<treecol flex="1.0" id="testcolid2" label="column2" widgetType="string" >
</treecol>
</treecols>
<treechildren>
<treeitem>
<treerow editable="false" flex="1.0" label="row1" widgetType="string" >
<treecell label="Test label1a" tooltiptext="tooltip 1a" >
</treecell>
<treecell label="Test label1b" tooltiptext="tooltip 1b" >
</treecell>
</treerow>
<treerow editable="false" flex="1.0" label="row2" widgetType="string" >
<treecell label="Test label2a" tooltiptext="tooltip 2a" >
</treecell>
<treecell label="Test label2b" tooltiptext="tooltip 2b" >
</treecell>
</treerow>
</treeitem>
</treechildren>
</tree>
</hbox>
</Widgets>