![]() |
Qt 6.x
The Qt SDK
|
#include <QtQuickTestUtils/private/visualtestutils_p.h>
Go to the source code of this file.
Namespaces | |
namespace | QQuickControlsTestUtils |
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) |