Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.6.0 RC
-
None
-
QtWayland on 5.6.0 branch with HEAD at baec8be7294a176620253dbbc1b2938cf96c8360
-
9cbd553eeb758bb060514f17d4615003da16429a
Description
The QtWayland QPA plugin seems to not support pximap/bitmap cursors.
E.g. use something like pseudocode:
QWindow *w; // some QWindow
QImage c(QSize(24, 24), QImage::Format_ARG32);
c.fill(Qt::red);
w->setCursor(QCursor(QPixmap::fromImage(c)));
This will not result in a cursor, but in a debug message:
"Could not find cursor for shape 24"