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
QQuickDialogTestUtils Namespace Reference

Classes

class  DialogTestHelper
 

Functions

bool verifyFileDialogDelegates (QQuickListView *fileDialogListView, const QStringList &expectedFiles, QString &failureMessage)
 
bool verifyBreadcrumbDelegates (QQuickFolderBreadcrumbBar *breadcrumbBar, const QUrl &expectedFolder, QString &failureMessage)
 
QQuickAbstractButtonfindDialogButton (QQuickDialogButtonBox *box, const QString &buttonText)
 
void enterText (QWindow *window, const QString &textToEnter)
 

Function Documentation

◆ enterText()

void QQuickDialogTestUtils::enterText ( QWindow * window,
const QString & textToEnter )

Definition at line 126 of file dialogstestutils.cpp.

◆ findDialogButton()

QT_BEGIN_NAMESPACE QQuickAbstractButton * QQuickDialogTestUtils::findDialogButton ( QQuickDialogButtonBox * box,
const QString & buttonText )

Definition at line 116 of file dialogstestutils.cpp.

◆ verifyBreadcrumbDelegates()

bool QQuickDialogTestUtils::verifyBreadcrumbDelegates ( QQuickFolderBreadcrumbBar * breadcrumbBar,
const QUrl & expectedFolder,
QString & failureMessage )

◆ verifyFileDialogDelegates()

bool QQuickDialogTestUtils::verifyFileDialogDelegates ( QQuickListView * fileDialogListView,
const QStringList & expectedFiles,
QString & failureMessage )