![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <controlstestutils_p.h>
Public Member Functions | |
| bool | updateStyle (const QString &style) |
Public Attributes | |
| QString | currentStyle |
| QScopedPointer< QQmlEngine > | engine |
Definition at line 43 of file controlstestutils_p.h.
|
nodiscard |
If style is different from the current style, this function will recreate the QML engine, clear type registrations and set the new style.
Returns true if successful or if style is already set.
Definition at line 34 of file controlstestutils.cpp.
| QString QQuickControlsTestUtils::QQuickStyleHelper::currentStyle |
Definition at line 47 of file controlstestutils_p.h.
| QScopedPointer<QQmlEngine> QQuickControlsTestUtils::QQuickStyleHelper::engine |
Definition at line 48 of file controlstestutils_p.h.