Label within class
I can change the cursor icon from the Qt ui dropdown list.

I'm trying to add my own cursor a "circumpunct"
This is what I got:
Qt Code:
  1. setOverrideCursor(QCursor(QPixmap("CircumpunctCursor.bmp")));
To copy to clipboard, switch view to plain text mode 

Not sure where to place the code?
& is the code correct?

Thanks