How to create a splash screen with an induced delay

From Qt Wiki
Revision as of 15:44, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to create a splash screen with an induced delay.

We have QSplashScreen [doc.qt.nokia.com] which is used to cover up the starting delay of the program. More about splash screen is here [doc.qt.nokia.com].
Some times the programs might be quick enough ,so that the splash screen may not be visible. We may induce some delay to show the splash , as a decoration !

Here in this example, using QThread [doc.qt.nokia.com] a delay is induced.

Easy! Happy coding!

Categories: