Re: [Interest] automatic UI updates as the result of QML file modifications

2014-01-29 Thread Joshua Kolden
Some other people where asking for a video too. So I did one real quick. Compressed a bit big, but hopefully it’s watchable. http://www.studiopyxis.com.s3.amazonaws.com/movies/C4InteractiveDev.mov j On Jan 25, 2014, at 1:04 AM, Alexander Ivash elder...@gmail.com wrote: Yes. I’ve done

Re: [Interest] automatic UI updates as the result of QML file modifications

2014-01-25 Thread Alexander Ivash
Yes. I’ve done this. I have a realtime coding environment in which the running app will reload and redraw qml on file change. It’s relatively easy to setup. I’ve even set it up so that it’ll draw iPad and iPhone sized windows next to a reduced desktop window on my mac desktop machine. That's

[Interest] automatic UI updates as the result of QML file modifications

2014-01-24 Thread Alexander Ivash
Did anybody implement such functionality? Is is possible at all? Having this would be extremely helpful for fine-tuning UI. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] automatic UI updates as the result of QML file modifications

2014-01-24 Thread Joshua Kolden
Yes. I’ve done this. I have a realtime coding environment in which the running app will reload and redraw qml on file change. It’s relatively easy to setup. I’ve even set it up so that it’ll draw iPad and iPhone sized windows next to a reduced desktop window on my mac desktop machine. The

Re: [Interest] automatic UI updates as the result of QML file modifications

2014-01-24 Thread Bob Hood
On 1/24/2014 4:23 PM, Joshua Kolden wrote: Yes. I’ve done this. I have a realtime coding environment in which the running app will reload and redraw qml on file change. It’s relatively easy to setup. I’ve even set it up so that it’ll draw iPad and iPhone sized windows next to a reduced