![]() |
Qt 6.x
The Qt SDK
|
#include "qsplashscreen.h"
#include "qapplication.h"
#include "qpainter.h"
#include "qpixmap.h"
#include "qtextdocument.h"
#include "qtextcursor.h"
#include <QtGui/qscreen.h>
#include <QtGui/qwindow.h>
#include <QtCore/qdebug.h>
#include <QtCore/qelapsedtimer.h>
#include <private/qwidget_p.h>
#include <time.h>
#include "moc_qsplashscreen.cpp"
Go to the source code of this file.
Classes | |
class | QSplashScreenPrivate |
Functions | |
static bool | waitForWindowExposed (QWindow *window, int timeout=1000) |
|
inlinestatic |
Definition at line 205 of file qsplashscreen.cpp.
References QEventLoop::AllEvents, QEvent::DeferredDelete, QCoreApplication::processEvents(), QCoreApplication::sendPostedEvents(), QTimer::start(), timer, and window().
Referenced by QSplashScreen::finish().