Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 OS X 上发现了 QToolbar 的一个奇怪行为。我有一个带有操作的工具栏,每个操作都有图标:
那挺好的。不幸的是,当鼠标指针位于动作上方时,该动作不会突出显示:
工具提示成功出现,当我单击该操作时,它的 trigger() 事件被成功触发。我对 MainMenu 和工具栏使用相同的操作。有没有办法启用这种悬停效果?