Wireshark-dev: [Wireshark-dev] Tooltips in the Menu

Date Prev · Date Next · Thread Prev · Thread Next
From: Tamás Regős <regost@xxxxxxxxx>
Date: Tue, 3 Jun 2025 18:22:06 +0700
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>&amp;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