aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-08-23 10:26:58 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2018-08-23 12:18:09 +0000
commita9feb0ea29789cfa4b75d48adde6560bdbdf8c60 (patch)
tree0b1b245e61cc00596c1acfb1a75e42bfa16f74ee
parentc0b81e01d9c15b137c35bc237d24471530ab2868 (diff)
Qt: Enable select hint text in Show Packet Bytes
The hint label in Show Packet Bytes shows information about the selected field, and the user should be able to select this text using the mouse. Change-Id: Ic969dbd07cb1fcd61d0e8f777692523a0fc5850b Reviewed-on: https://code.wireshark.org/review/29259 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-rw-r--r--ui/qt/show_packet_bytes_dialog.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/show_packet_bytes_dialog.ui b/ui/qt/show_packet_bytes_dialog.ui
index 4747702bac..f60e625d60 100644
--- a/ui/qt/show_packet_bytes_dialog.ui
+++ b/ui/qt/show_packet_bytes_dialog.ui
@@ -38,6 +38,9 @@
<property name="wordWrap">
<bool>true</bool>
</property>
+ <property name="textInteractionFlags">
+ <set>Qt::TextSelectableByMouse</set>
+ </property>
</widget>
</item>
<item>