aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlpreview
Commit message (Collapse)AuthorAgeFilesLines
* Tooling: Add a command line application for QML previewUlf Hermann2018-07-134-0/+398
The "qmlpreview" tool connects to the preview service, and watches any file successfully served to the application. If any of those files change on disk, the new file is sent and the root component is reloaded. Task-number: QDS-181 Change-Id: I2266167ada6e463c11be0d7548c2b96e31e79839 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>