Re: [Interest] reloading qml components

2012-06-03 Thread Bo Thorsen
Hi Jeremy, Den 31-05-2012 17:19, Jeremy skrev: > Say you have a qml component in a file mycomponent.qml or a network > resource, etc > > Is it possible to trigger a reload of the component from the > file/source/network/etc so that you can see the changed result live? > Preferably by re-initializi

[Interest] reloading qml components

2012-05-31 Thread Jeremy
Say you have a qml component in a file mycomponent.qml or a network resource, etc Is it possible to trigger a reload of the component from the file/source/network/etc so that you can see the changed result live? Preferably by re-initializing the same object so that any references to it can be pres