QXRD  0.11.16
Public Member Functions | List of all members
QxrdSplashScreen Class Reference

#include <qxrdsplashscreen.h>

Inheritance diagram for QxrdSplashScreen:
Inheritance graph
[legend]
Collaboration diagram for QxrdSplashScreen:
Collaboration graph
[legend]

Public Member Functions

 QxrdSplashScreen (QWidget *parent)
 
virtual ~QxrdSplashScreen ()
 

Detailed Description

Definition at line 6 of file qxrdsplashscreen.h.

Constructor & Destructor Documentation

QxrdSplashScreen::QxrdSplashScreen ( QWidget *  parent)
explicit

Definition at line 4 of file qxrdsplashscreen.cpp.

4  :
5  QSplashScreen(parent, QPixmap(":images/qxrd-splash-screen.png"))
6 {
7 }
QxrdSplashScreen::~QxrdSplashScreen ( )
virtual

Definition at line 9 of file qxrdsplashscreen.cpp.

10 {
11 #ifndef QT_NO_DEBUG
12  printf("Deleting splash screen\n");
13 #endif
14 }

The documentation for this class was generated from the following files: