blob: e61bd554ee84cefe5588bd842f840ce215368fbb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<Widgets xmlns="http://ttcn.ericsson.se/protocolModules/xtdp/xtdl">
<window height="800.000000" id="EPTF_Main_Window" orientation="vertical" title="TTCN constructed window" width="800.000000">
<hbox disabled="true" flex="1.000000" orientation="vertical">
<label disabled="true" flex="1.000000" value="Select Entity Group" />
<tabpages disabled="false" flex="1.000000" layout="LISTCARD">
<iterator element="Tabpages" id="tab" source="Main">
<tabpage label="%tab%" orientation="vertical">
<hbox disabled="true" flex="1.000000" orientation="vertical">
<label disabled="false" flex="0.000000" value="Info for %tab%:" />
<tree disabled="false" id="Tree1id%tab::idx%" flex="1.000000" hidecolumnpicker="true">
<treecols>
<iterator element="TreeCols" id="treeCol" source="Source%tab::idx%">
<treecol editable="false" flex="1.000000" label="Col: %treeCol%" widgetType="statusLEDWithText" />
</iterator>
<!--<iterator element="Tabpages" id="tabCol" source="Main">
<treecol editable="false" flex="1.000000" label="TabCol: %tabCol%" widgetType="statusLEDWithText" />
</iterator>-->
</treecols>
<treechildren>
<treeitem>
<iterator element="TreeRows" id="treeRow" source="Source%tab::idx%">
<treerow>
<iterator element="TreeCols" id="treeCol" source="Source%tab::idx%">
<condition element="myCondition" id="myCond %treeCol::idx% row: %treeRow::idx%" source="Source%tab::idx%">
<insertif id="myCond %treeCol::idx% row: %treeRow::idx%">
<treecell label="" tooltiptext="col: %treeCol::idx% row: %treeRow::idx%">
<externaldata element="CellData" source="Source%tab::idx%">
<params>
<dataparam name="Col" value="%treeCol::idx%" />
<dataparam name="Row" value="%treeRow::idx%" />
</params>
</externaldata>
</treecell>
</insertif>
</condition>
</iterator>
<!--<iterator element="Tabpages" id="tabCol" source="Main">
<treecell label="" tooltiptext="tabcol: %tabCol::idx% row: %treeRow::idx%">
<externaldata element="CellData" source="Source%tabCol::idx%">
<params>
<dataparam name="Col" value="%tabCol::idx%" />
<dataparam name="Row" value="%treeRow::idx%" />
<dataparam name="TabCol" value="%tabCol::idx%" />
</params>
</externaldata>
</treecell>
</iterator>-->
</treerow>
</iterator>
</treeitem>
</treechildren>
</tree>
</hbox>
</tabpage>
</iterator>
</tabpages>
</hbox>
</window>
</Widgets>