void QSplashScreen::drawContents ( QPainter * painter ) [virtual protected]
Draw the contents of the splash screen using painter painter. The default implementation draws the message passed by showMessage(). Reimplement this function if you want to do your own drawing on the splash screen.
Btw. It works only I don't know how to get the alignment and message from the parent class.
For the mousePressEvent I know I'm wondering if there is a way....
Bookmarks