aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/filter_expressions_preferences_frame.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-01-15 16:52:26 -0800
committerGerald Combs <gerald@wireshark.org>2016-01-18 16:38:03 +0000
commit9988542fd5b604354495b25490908436336e315e (patch)
tree95d9cd059dac32adf4cd4bf1f19b64624f0abeb9 /ui/qt/filter_expressions_preferences_frame.ui
parent6d0bc20d4e4853deb7da13312fb3eb3e36b4160f (diff)
Add a copy button to the Filter Expression preferences.
Add a "copy" button to match other parts of the UI. Change-Id: I4240aaaaf18a6bbf8e6737a12bcfead2248acca7 Reviewed-on: https://code.wireshark.org/review/13322 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/filter_expressions_preferences_frame.ui')
-rw-r--r--ui/qt/filter_expressions_preferences_frame.ui14
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/qt/filter_expressions_preferences_frame.ui b/ui/qt/filter_expressions_preferences_frame.ui
index ee22e9b43b..b973d7d7ee 100644
--- a/ui/qt/filter_expressions_preferences_frame.ui
+++ b/ui/qt/filter_expressions_preferences_frame.ui
@@ -55,6 +55,20 @@
</widget>
</item>
<item>
+ <widget class="QToolButton" name="copyToolButton">
+ <property name="toolTip">
+ <string>Copy this filter.</string>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="icon">
+ <iconset resource="../../image/toolbar.qrc">
+ <normaloff>:/stock/copy-8.png</normaloff>:/stock/copy-8.png</iconset>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>