![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
class | ComponentCreator |
class | MockPlatformTheme |
class | QQuickControlsApplicationHelper |
struct | QQuickStyleHelper |
class | StyleInfo |
class | SystemEnvironment |
Typedefs | |
typedef std::function< void(const QString &, const QUrl &)> | ForEachCallback |
Functions | |
void | forEachControl (QQmlEngine *engine, const QString &qqc2ImportPath, const QString &sourcePath, const QString &targetPath, const QStringList &skipList, ForEachCallback callback) |
void | addTestRowForEachControl (QQmlEngine *engine, const QString &qqc2ImportPath, const QString &sourcePath, const QString &targetPath, const QStringList &skipList=QStringList()) |
bool | verifyButtonClickable (QQuickAbstractButton *button) |
bool | clickButton (QQuickAbstractButton *button) |
bool | doubleClickButton (QQuickAbstractButton *button) |
QString | visualFocusFailureMessage (QQuickControl *control) |
bool | arePopupWindowsSupported () |
typedef std::function<void(const QString &, const QUrl &)> QQuickControlsTestUtils::ForEachCallback |
Definition at line 49 of file controlstestutils_p.h.
void QQuickControlsTestUtils::addTestRowForEachControl | ( | QQmlEngine * | engine, |
const QString & | qqc2ImportPath, | ||
const QString & | sourcePath, | ||
const QString & | targetPath, | ||
const QStringList & | skipList = QStringList() ) |
Definition at line 91 of file controlstestutils.cpp.
|
nodiscard |
Definition at line 218 of file controlstestutils.cpp.
|
nodiscard |
Definition at line 129 of file controlstestutils.cpp.
References verifyButtonClickable().
|
nodiscard |
Definition at line 150 of file controlstestutils.cpp.
References verifyButtonClickable().
void QQuickControlsTestUtils::forEachControl | ( | QQmlEngine * | engine, |
const QString & | qqc2ImportPath, | ||
const QString & | sourcePath, | ||
const QString & | targetPath, | ||
const QStringList & | skipList, | ||
QQuickControlsTestUtils::ForEachCallback | callback ) |
Definition at line 49 of file controlstestutils.cpp.
|
nodiscard |
Definition at line 99 of file controlstestutils.cpp.
Referenced by clickButton(), and doubleClickButton().
|
nodiscard |
Definition at line 204 of file controlstestutils.cpp.