Hi!
Was just wondering how to set the mouse cursor on the QTextEdit.
setCursor() doesn't work.
viewPort()->setCursor() does work, but when I compile the program to an *.exe, and run it, that line makes it crash.

And I don't want to use QApplication::setOverrideCursor...

Anyone able to help me?

Thanks