6#include <QtCore/QDebug>
8#if defined(QQNXCURSOR_DEBUG)
9#define qCursorDebug qDebug
11#define qCursorDebug QT_NO_QDEBUG_MACRO
20#if !defined(QT_NO_CURSOR)
The QCursor class provides a mouse cursor with an arbitrary shape.
\inmodule QtCore\reentrant
void setPos(const QPoint &pos) override
QPoint pos() const override
void changeCursor(QCursor *windowCursor, QWindow *window) override
This method is called by Qt whenever the cursor graphic should be changed.
Combined button and popup list for selecting options.