<html> <head> <title>Splash screen example</title> </head> <body> <h3>Splash screen</h3>

<p> The structure of this example is a bit peculiar: the goal is to show the splash screen as soon as possible. For this MyApp::OnInit just creates the splash screen, and the real application window is created in another function, called just before entering the main loop. </p>

</body> </html>