QPlatformCursorImage Class
The QPlatformCursorImage class provides a set of graphics intended to be used as cursors. More...
Header: | #include <QPlatformCursorImage> |
Public Functions
void | set(const QImage &image, int hx, int hy) |
Detailed Description
\since
5.0 \internal
\preliminary
\ingroup
qpa
See also QPlatformCursor.
Member Function Documentation
void QPlatformCursorImage::set(const QImage &image, int hx, int hy)
Sets the cursor image to the given image, with the hotspot at the point specified by (hx, hy).