287316b473
By default stream stats window only shows packet counters, user can toggle display of byte counters using context menu
36 lines
814 B
XML
36 lines
814 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" >
|
|
<property name="contextMenuPolicy" >
|
|
<enum>Qt::ActionsContextMenu</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
<action name="actionShowByteCounters" >
|
|
<property name="checkable" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Show Byte Counters</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|