Qt 4.8
Namespaces | Functions
qtestsystem.h File Reference
#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)
 

Function Documentation

◆ qt_x11_wait_for_window_manager()

void qt_x11_wait_for_window_manager ( QWidget w)

Definition at line 408 of file qwidget_x11.cpp.

Referenced by QTest::qWaitForWindowShown().

409 {
411 }
void qt_x11_wait_for_window_manager(QWidget *w, bool sendPostedEvents)