Originally Posted by ucomesdag 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?
Forum Rules
Bookmarks