![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/qpa/qplatformtheme.h>#include <QtQuickTestUtils/private/visualtestutils_p.h>Go to the source code of this file.
Namespaces | |
| namespace | QQuickControlsTestUtils |
| namespace | QQuickTest |
| namespace | QQuickTest::Private |
Macros | |
| #define | VERIFY_VISUAL_FOCUS(control) |
Typedefs | |
| typedef std::function< void(const QString &, const QUrl &)> | QQuickControlsTestUtils::ForEachCallback |
Functions | |
| void | QQuickControlsTestUtils::forEachControl (QQmlEngine *engine, const QString &qqc2ImportPath, const QString &sourcePath, const QString &targetPath, const QStringList &skipList, ForEachCallback callback) |
| void | QQuickControlsTestUtils::addTestRowForEachControl (QQmlEngine *engine, const QString &qqc2ImportPath, const QString &sourcePath, const QString &targetPath, const QStringList &skipList=QStringList()) |
| bool | QQuickControlsTestUtils::verifyButtonClickable (QQuickAbstractButton *button) |
| bool | QQuickControlsTestUtils::clickButton (QQuickAbstractButton *button) |
| bool | QQuickControlsTestUtils::doubleClickButton (QQuickAbstractButton *button) |
| QString | QQuickControlsTestUtils::visualFocusFailureMessage (QQuickControl *control) |
| bool | QQuickControlsTestUtils::arePopupWindowsSupported () |
| QByteArray | QQuickTest::Private::qActiveFocusFailureMessage (QQuickPopup *popup) |
| #define VERIFY_VISUAL_FOCUS | ( | control | ) |
Definition at line 121 of file controlstestutils_p.h.