← Back to team overview

ubuntu-phone team mailing list archive

LiveReload for QML

 

Hi,

If you're like me, don't use QtCreator much, prefer command line and
usually have a relatively simple QtQuick view, then this is for you:

https://github.com/penk/qml-livereload

QML LiveReload takes QFileSystemWatcher to monitor file changes, and lively
updates the view when possible. It's no match for what QtCreator does but
comes handy for simple projects and remote devices.

Advices and any feedback are welcome! I'm planning to
add QQuickView::errors() notification and project bootstrap.

Best,
penk