summaryrefslogtreecommitdiff
path: root/ui/qt/voip_calls_dialog.ui
diff options
context:
space:
mode:
authorerikdejong <erikdejong@gmail.com>2016-10-22 11:32:51 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-25 04:14:59 +0000
commitae88dbcc2a990218549e06e143908eed1223ad8a (patch)
treeb44a16c45fc3fccbc6d1823b5bb2847dcef0b5e0 /ui/qt/voip_calls_dialog.ui
parent5b216db2876904400e7442805d6a7b52ddb4e0bc (diff)
downloadwireshark-ae88dbcc2a990218549e06e143908eed1223ad8a.tar.gz
Qt: Enhancements to VoIP call dialog:
1) Added checkbox to toggle format in start and stop time columns from relative time to time of day. 2) Added column to show duration of call in between the protocol and packets column. Change-Id: I56347fa36885e3a71646e2c9cdde2b8b5fb88846 Reviewed-on: https://code.wireshark.org/review/18383 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/voip_calls_dialog.ui')
-rw-r--r--ui/qt/voip_calls_dialog.ui29
1 files changed, 29 insertions, 0 deletions
diff --git a/ui/qt/voip_calls_dialog.ui b/ui/qt/voip_calls_dialog.ui
index e145393272..a9dc747c6c 100644
--- a/ui/qt/voip_calls_dialog.ui
+++ b/ui/qt/voip_calls_dialog.ui
@@ -60,6 +60,11 @@
</column>
<column>
<property name="text">
+ <string>Duration</string>
+ </property>
+ </column>
+ <column>
+ <property name="text">
<string>Packets</string>
</property>
</column>
@@ -83,6 +88,30 @@
</widget>
</item>
<item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="todCheckBox">
+ <property name="text">
+ <string>Time of Day</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>