Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.0
-
None
Description
The attached sample program embeds a QQuickWidget into a QWidget.
And there is a red rectangle containing a MouseArea whose cursorShape property is [Qt.PointingHandCursor].
1、move mouse from outside the window into the MouseArea, up to down, you will find
that the mouse cursor changed from ArrawCursor to PointingHandCursor,but
2、if you resize the window, and then repeat the (1), you will find that the mouse cursor
doesn't change.
Attachments
Issue Links
- relates to
-
QTBUG-108284 CSS-styled cursors not shown when QWebEngineView is wrapped in QGraphicsProxyWidget
- Reported