3d7a459b5f
PortStats and StreamStats Windows are presented as a tabbed widget. Multiple StreamStats windows are titled to include an id to hint at the sequence in which they were opened
24 lines
495 B
XML
24 lines
495 B
XML
<ui version="4.0" >
|
|
<class>StreamStatsWindow</class>
|
|
<widget class="QWidget" name="StreamStatsWindow" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>551</width>
|
|
<height>452</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Stream Statistics</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" >
|
|
<item>
|
|
<widget class="QTableView" name="streamStats" />
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|