> external plugins or uses Lua code, documentation for those mentions and supports tooltips
Where in the documentation?
I was trying to Google it but I was not able to find. :)
Thanks for those links, seems to be quite old but I guess the overall mindset has not changed then.
Just for curiosity, I tested it with setToolTipsVisible(true) in cpp code and it worked on Windows.
The reason I was checking this is that if someone develops external plugins or uses Lua code, documentation for those mentions and supports tooltips but it never ends up working obviously. So it's confusing a bit.
Not sure if it's worth raising a follow up issue on Gitlab?
Could there be a new preference option added to turn it on/off?
Dear Developers,
Does anyone know why the toolTips for the Menu items are not enabled?
Is this deliberate or a bug?
It's only enabled for 'Help' in the ui file:
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>&Help</string>
</property>
<property name="toolTipsVisible">
<bool>true</bool>
</property>
toolTipsVisible : bool
This property holds whether tooltips of menu actions should be visible
This property specifies whether action menu entries show their tooltip.
By default, this property is false.
Thank you.
Regards,
Tamas
_______________________________________________
Wireshark-dev mailing list -- wireshark-dev@xxxxxxxxxxxxx
To unsubscribe send an email to wireshark-dev-leave@xxxxxxxxxxxxx
_______________________________________________
Wireshark-dev mailing list -- wireshark-dev@xxxxxxxxxxxxx
To unsubscribe send an email to wireshark-dev-leave@xxxxxxxxxxxxx
_______________________________________________
Wireshark-dev mailing list -- wireshark-dev@xxxxxxxxxxxxx
To unsubscribe send an email to wireshark-dev-leave@xxxxxxxxxxxxx