Quote Originally Posted by SnarlCat View Post
I've tried to re-implement paintEvent directly and use QCoreApplication::sendEvent() with a QPaintEvent object that defines the rect() of the QLineEdit to no avail.
Hmm, what was the problem with paintEvent()? It should work... I don't understand what is QCoreApplication::sendEvent() needed for, though.