qmlpreview

The Qml Preview

The QML Preview tool watches QML and JavaScript files on disk and updates the application live with any changes. The application to be previewed has to have QML debugging enabled. More...

Usage
qmlpreview [options] executable [parameters...]

options

OptionDescription
–verbosePrint debugging output.
-h, –helpDisplays help on commandline options.
–help-allDisplays help, including generic Qt options.
-v, –versionDisplays version information.

Arguments

ArgumentDescription
executableThe path of the executable file that loads a QML document.
parametersArguments of the executable

Details

Enable QML Debugging

To use qmlpreview on an executable, the executable must be built with the QML debugging infrastructure enabled.