Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
controlstestutils_p.h File Reference

(4ba4600606ab849a5fa997950dd031ba111b9911)

#include <QtQuickTestUtils/private/visualtestutils_p.h>
+ Include dependency graph for controlstestutils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQuickControlsTestUtils::QQuickControlsApplicationHelper
 
struct  QQuickControlsTestUtils::QQuickStyleHelper
 
class  QQuickControlsTestUtils::ComponentCreator
 
class  QQuickControlsTestUtils::StyleInfo
 

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)