QSplashScreen::drawContents() and QWidget::mousePressEvent() are protected functions, you can't redeclare them as public. In other words, they aren't overridden.