Qt 4.8
|
#include <QtTest/qtestcase.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qelapsedtimer.h>
Go to the source code of this file.
Namespaces | |
QTest | |
The QTest namespace contains all the functions and declarations that are related to the QTestLib tool. | |
Functions | |
void | qt_x11_wait_for_window_manager (QWidget *w) |
static void | QTest::qWait (int ms) |
Waits for ms milliseconds. More... | |
static bool | QTest::qWaitForWindowShown (QWidget *window) |
void qt_x11_wait_for_window_manager | ( | QWidget * | w | ) |
Definition at line 408 of file qwidget_x11.cpp.
Referenced by QTest::qWaitForWindowShown().