Implements GraspItApp, a subclass of QApplication. More...
#include "graspitApp.h"
#include <qapplication.h>
#include <QLabel>
#include <QSettings>
#include <QFrame>
#include <QDesktopWidget>
#include "mytools.h"
Go to the source code of this file.
Variables | |
static QLabel * | splash = 0 |
Implements GraspItApp, a subclass of QApplication.
Definition in file graspitApp.cpp.
QLabel* splash = 0 [static] |
A pointer to the splash screen, implemented as a QLabel.
Definition at line 39 of file graspitApp.cpp.