diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-08 00:16:34 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-08 07:48:55 (GMT) |
commit | 10628947d5ab1cfcd571ada10c0eab4b7f1f02ac (patch) | |
tree | 3918a47cf04be69930348bd98f406e41e41edf54 /examples/network/bearermonitor/sessionwidget.ui | |
parent | c470f8d1523ec974a7f0e1cb61ef13f0e953c500 (diff) | |
download | Qt-10628947d5ab1cfcd571ada10c0eab4b7f1f02ac.zip Qt-10628947d5ab1cfcd571ada10c0eab4b7f1f02ac.tar.gz Qt-10628947d5ab1cfcd571ada10c0eab4b7f1f02ac.tar.bz2 |
Display session statistics.
Diffstat (limited to 'examples/network/bearermonitor/sessionwidget.ui')
-rw-r--r-- | examples/network/bearermonitor/sessionwidget.ui | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/examples/network/bearermonitor/sessionwidget.ui b/examples/network/bearermonitor/sessionwidget.ui index 65ca43b..45135f5 100644 --- a/examples/network/bearermonitor/sessionwidget.ui +++ b/examples/network/bearermonitor/sessionwidget.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>340</width> - <height>286</height> + <height>276</height> </rect> </property> <property name="windowTitle"> @@ -215,6 +215,54 @@ </layout> </item> <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="rxData"> + <property name="text"> + <string>0</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="txData"> + <property name="text"> + <string>0</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_4"> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Active Time:</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="activeTime"> + <property name="sizePolicy"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>0 seconds</string> + </property> + </widget> + </item> + </layout> + </item> + <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="openSessionButton"> |