Quote Originally Posted by ucomesdag View Post
void customSplashScreen::mousePressEvent(QMouseEvent *)
{
this->hide();
};
Do you plan to have something more complex here? Because this doesn't differ from QSplashScreen::mousePressEvent().

Maybe it doesn't "work" because you block the event loop in some other part of your application?