2012-11-12 11:51:36 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>BwCtrlWindow</class>
|
2014-08-26 19:03:17 -04:00
|
|
|
<widget class="QWidget" name="BwCtrlWindow">
|
2012-11-12 11:51:36 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-07-09 23:24:39 -04:00
|
|
|
<width>1447</width>
|
|
|
|
<height>911</height>
|
2012-11-12 11:51:36 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2014-08-26 19:03:17 -04:00
|
|
|
<string>Form</string>
|
2012-11-12 11:51:36 -05:00
|
|
|
</property>
|
2014-10-31 17:24:42 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter_2">
|
2014-08-29 10:18:50 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2014-08-26 19:03:17 -04:00
|
|
|
</property>
|
2014-08-29 10:18:50 -04:00
|
|
|
<widget class="QTreeWidget" name="bwTreeWidget">
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
2014-08-26 19:03:17 -04:00
|
|
|
</property>
|
2014-08-29 10:18:50 -04:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>ID</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>In (KB/s)</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>InMax (KB/s)</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>InQueue</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>InAllocated (KB/s)</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Allocated Sent</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Out (KB/s)</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>OutMax (KB/s)</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>OutQueue</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>OutAllowed (KB/s)</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Allowed Recvd</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
2014-10-31 17:24:42 -04:00
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2014-08-26 19:03:17 -04:00
|
|
|
</property>
|
2014-08-29 10:18:50 -04:00
|
|
|
</widget>
|
2015-07-09 23:24:39 -04:00
|
|
|
<widget class="BandwidthStatsWidget" name="widget" native="true"/>
|
2014-08-26 19:03:17 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-11-12 11:51:36 -05:00
|
|
|
</widget>
|
2014-08-29 10:18:50 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2015-07-09 23:24:39 -04:00
|
|
|
<class>BandwidthStatsWidget</class>
|
2014-10-31 17:24:42 -04:00
|
|
|
<extends>QWidget</extends>
|
2015-07-09 23:24:39 -04:00
|
|
|
<header>gui/statistics/BandwidthStatsWidget.h</header>
|
2014-10-31 17:24:42 -04:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2014-08-29 10:18:50 -04:00
|
|
|
</customwidgets>
|
2014-08-26 19:03:17 -04:00
|
|
|
<resources/>
|
2012-11-12 11:51:36 -05:00
|
|
|
<connections/>
|
|
|
|
</ui>
|