X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fdevicetoolbutton.hpp;h=684d87b0b2bb72f05cf2c063178c92621411c73a;hb=1982c6500d69f2ee005b35460944e6c2d323b465;hp=1fb0a54486057cbcd776b3f782580d54f416ea43;hpb=079d39ea735015597a65390e4c5cacc7d272f78c;p=pulseview.git diff --git a/pv/widgets/devicetoolbutton.hpp b/pv/widgets/devicetoolbutton.hpp index 1fb0a54..684d87b 100644 --- a/pv/widgets/devicetoolbutton.hpp +++ b/pv/widgets/devicetoolbutton.hpp @@ -79,6 +79,10 @@ private: private Q_SLOTS: void on_action(QObject *action); + void on_menu_hovered(QAction *action); + + void on_menu_hover_timeout(); + Q_SIGNALS: void device_selected(); @@ -91,6 +95,8 @@ private: std::shared_ptr selected_device_; std::vector< std::weak_ptr > devices_; + + QString device_tooltip_; }; } // widgets