summaryrefslogtreecommitdiff
path: root/ui/qt/bluetooth_att_server_attributes_dialog.ui
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2016-04-30 19:13:29 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-20 07:34:37 +0000
commitafcbcdf272d270ef08b214c6571336c376a24e1a (patch)
treedc59651af05cebf8b9765aa1695ab4a54f4df781 /ui/qt/bluetooth_att_server_attributes_dialog.ui
parent82696cabd6686eb1c5e86421237baf90a339f54c (diff)
downloadwireshark-afcbcdf272d270ef08b214c6571336c376a24e1a.tar.gz
Qt/Bluetooth: Add Mark/Unmark functionality
Add Mark/Unmark functionality for tree/table widget items, user can now mark row or cell. Change-Id: I31b9ca128d97da4fb959ae2d92f5c1646ebea478 Reviewed-on: https://code.wireshark.org/review/18266 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/bluetooth_att_server_attributes_dialog.ui')
-rw-r--r--ui/qt/bluetooth_att_server_attributes_dialog.ui16
1 files changed, 16 insertions, 0 deletions
diff --git a/ui/qt/bluetooth_att_server_attributes_dialog.ui b/ui/qt/bluetooth_att_server_attributes_dialog.ui
index b5f5687c62..ea48e3f125 100644
--- a/ui/qt/bluetooth_att_server_attributes_dialog.ui
+++ b/ui/qt/bluetooth_att_server_attributes_dialog.ui
@@ -195,6 +195,22 @@
<string>Save as image</string>
</property>
</action>
+ <action name="actionMark_Unmark_Row">
+ <property name="text">
+ <string>Mark/Unmark Row</string>
+ </property>
+ <property name="toolTip">
+ <string>Mark/Unmark Row</string>
+ </property>
+ <property name="shortcut">
+ <string>CtrlM</string>
+ </property>
+ </action>
+ <action name="actionMark_Unmark_Cell">
+ <property name="text">
+ <string>Mark/Unmark Cell</string>
+ </property>
+ </action>
</widget>
<resources/>
<connections>