class KitSplash

A generic splash screen loader. More...

Definition#include <splash.h>
InheritsQWidget (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

A generic splash screen loader. Just pass the splash file name to the constructor and KitSplash will handle the rest.

 KitSplash ( const char * splash, QWidget * parent=0, const char * name=0 )

KitSplash

Constructor.

Parameters:
splashthe name of your splash screen image file. This file must located where KIconLoader can find it. ( eg. "{appdir}/pics" )

 ~KitSplash ()

~KitSplash

Destructor.