Skip to content

kqml: Add hot reload support

David Edmundson requested to merge work/d_ed/hot into master

When working on testing QML snippets, having to save and close and reopen is a drag. This patch adds support to reload any QML when the file on disk changes, making it suitable for rapid prototyping and testing

As it's a relatively new dev tool, this is on by default. We can make it an option if it proves annoying. A behavioural change this introduces is that invalid QML will open a window instead of quitting.

Screencast_20231026_225545-2

Edited by David Edmundson

Merge request reports