summaryrefslogtreecommitdiff
path: root/ui/qt/expert_info_dialog.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-01-14 11:15:46 -0800
committerGerald Combs <gerald@wireshark.org>2016-06-10 16:44:17 +0000
commit00d36c7888b5d3e9c02cd3302021af0d184cb9d0 (patch)
treef61068a0deb845c959c3fab5fd0d30eb820656e4 /ui/qt/expert_info_dialog.ui
parent237f2d400669aec77dabfba29c9d4cbbd75d246e (diff)
downloadwireshark-00d36c7888b5d3e9c02cd3302021af0d184cb9d0.tar.gz
Qt: Expert info grouping.
Add the ability to group expert info items by summary and enable it by default. This more closely matches the GTK+ UI behavior. Show matching item counts while we're here. Bug: 12218 Change-Id: Ic02267da8435fb70015de8dd15e0ac46faabbee9 Reviewed-on: https://code.wireshark.org/review/15796 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/expert_info_dialog.ui')
-rw-r--r--ui/qt/expert_info_dialog.ui34
1 files changed, 31 insertions, 3 deletions
diff --git a/ui/qt/expert_info_dialog.ui b/ui/qt/expert_info_dialog.ui
index f4bf4c4505..b777aa77fb 100644
--- a/ui/qt/expert_info_dialog.ui
+++ b/ui/qt/expert_info_dialog.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>620</width>
- <height>450</height>
+ <height>540</height>
</rect>
</property>
<property name="windowTitle">
@@ -29,6 +29,11 @@
</column>
<column>
<property name="text">
+ <string>Summary</string>
+ </property>
+ </column>
+ <column>
+ <property name="text">
<string>Group</string>
</property>
</column>
@@ -52,7 +57,7 @@
</widget>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,0,1,0,0">
+ <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,0,0,0,1,0,0">
<item>
<widget class="QCheckBox" name="limitCheckBox">
<property name="text">
@@ -61,13 +66,36 @@
</widget>
</item>
<item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="groupBySummaryCheckBox">
+ <property name="text">
+ <string>Group by summary</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
- <width>40</width>
+ <width>20</width>
<height>10</height>
</size>
</property>