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.
它确实适用于 Linux+KDE,但不适用于 Windows/OSX/Linux + XFCE。
我有一个列表视图,这些项目是自定义小部件,如果鼠标悬停在元素上,则列表视图项目的委托不会获得 paint() 调用。
试图通过 css ( :hover ) 模拟事件,但它似乎不适用于 QWidgets。
我是否遗漏了某些东西,或者它确实是 KDE 以外的平台上缺少的功能?
您可能需要打开鼠标跟踪。
QWidget::setMouseTracking(bool)