For example to indicate where to start dragging wxWidgets: wxSetCursor(wxCURSOR_HAND); Qt: setCursor(Qt::OpenHandCursor)
For example to indicate where to start dragging
wxWidgets: wxSetCursor(wxCURSOR_HAND);
Qt: setCursor(Qt::OpenHandCursor)