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
QQmlDebuggingEnabler Class Reference

\inmodule QtQml More...

Collaboration diagram for QQmlDebuggingEnabler:

Detailed Description

\inmodule QtQml

The QQmlDebuggingEnabler class provides methods to enable debugging or profiling.

Usually QML debugging and profiling is enabled by passing {QT_ENABLE_QML_DEBUG} via CMake or {CONFIG+=qml_debug} via qmake when building your application. At run time, the application generally parses any {-qmljsdebugger} command line arguments to actually start debugging or profiling.

You can instead handle these tasks manually by using the methods in this class.


The documentation for this class was generated from the following file: