Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtestsupport_widgets.cpp File Reference

(8825bcdbdab5f37b185261d7ba06260dc8e9930d)

#include "qtestsupport_widgets.h"
#include "qwidget.h"
#include <QtGui/qwindow.h>
#include <QtCore/qtestsupport_core.h>
#include <QtCore/qthread.h>
#include <QtGui/qtestsupport_gui.h>
#include <QtGui/private/qevent_p.h>
#include <QtGui/private/qeventpoint_p.h>
#include <private/qguiapplication_p.h>
#include <qpa/qplatformintegration.h>
Include dependency graph for qtestsupport_widgets.cpp:

Go to the source code of this file.

Namespaces

namespace  QTest
 [15]

Functions

template<typename Predicate>
static QT_BEGIN_NAMESPACE bool qWaitForWidgetWindow (QWidget *w, Predicate predicate, QDeadlineTimer timeout)

Function Documentation

◆ qWaitForWidgetWindow()

template<typename Predicate>
QT_BEGIN_NAMESPACE bool qWaitForWidgetWindow ( QWidget * w,
Predicate predicate,
QDeadlineTimer timeout )
static

Definition at line 21 of file qtestsupport_widgets.cpp.