(7835f9e60157987b4aafc9b860f925d775151b7c)
#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.
◆ waitForWidgetMapped()
static bool waitForWidgetMapped |
( |
QWidget * | widget, |
|
|
int | timeout = 1000 ) |
|
static |