47 #ifndef _MIRA_SPLASHSCREEN_H_ 48 #define _MIRA_SPLASHSCREEN_H_ 99 int alignment = Qt::AlignLeft | Qt::AlignTop,
100 const QColor& color = Qt::black);
112 virtual void paintEvent(QPaintEvent* pe);
SplashScreen(SpecialMode mode)
Creates a disabled dummy SplashScreen, which does nothing.
Widget provides a splash screen that can be shown during application startup.
Definition: SplashScreen.h:63
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
void show()
Shows the splash screen.
static void closeSplashScreen()
Definition: SplashScreen.h:67
virtual void mousePressEvent(QMouseEvent *event)
void closeTimer(int timeout)
After calling this method the splash screen will hide automatically after the specified timeout has e...
void showMessage(const QString &message, int alignment=Qt::AlignLeft|Qt::AlignTop, const QColor &color=Qt::black)
SpecialMode
Definition: SplashScreen.h:66
void setTextRect(const QRect &rect)
void closeOnClick()
After this method is called, the user can close the splash screen by clicking on it.