Module Version: 0.01_05
Source
Qt::Gui::QSplashScreen
- QSplashScreen(const QPixmap & pixmap,
QFlags<Qt::WindowType> f)
-
- QSplashScreen(const QPixmap & pixmap,
QFlags<Qt::WindowType> f = 0)
-
- QSplashScreen(const QPixmap & pixmap = QPixmap(),
QFlags<Qt::WindowType> f = 0)
-
- QSplashScreen(QWidget * parent,
const QPixmap & pixmap,
QFlags<Qt::WindowType> f)
-
- QSplashScreen(QWidget * parent,
const QPixmap & pixmap,
QFlags<Qt::WindowType> f = 0)
-
- QSplashScreen(QWidget * parent,
const QPixmap & pixmap = QPixmap(),
QFlags<Qt::WindowType> f = 0)
-
- ~QSplashScreen()
-
- void clearMessage()
-
- void finish(QWidget * w)
-
- const QPixmap pixmap()
-
- void repaint()
-
- void setPixmap(const QPixmap & pixmap)
-
- void showMessage(const QString & message,
int alignment,
const QColor & color)
-
- void showMessage(const QString & message,
int alignment,
const QColor & color = Qt::black)
-
- void showMessage(const QString & message,
int alignment = Qt::AlignLeft,
const QColor & color = Qt::black)
None by default.
Dongxu Ma <dongxu@cpan.org>
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
syntax highlighting: