Earlier quoted context omitted.
I've used QML / QtQuick for a while. Here are my thoughts 1. It makes writing UI state machines much simpler since it is declarative. Instead of saying "when this information changes, update the UI", you just say "This bit of UI shows this information" and then it updates it does it automatically. 2. Animation is also much easier (and possible at all). 3. Layout is... myeh it is not so good actually. UI files made it…
Is using Javascript mandatory (for common uses)?
Digia releases Qt 5.2 with Android and iOS support
51–53 of 53 posts
Re: Digia releases Qt 5.2 with Android and iOS support
#52Earlier quoted context omitted.
Actually QML apps can be written only using QML + Javascript. Performance or platform dependent parts can be written in C++. Some Qt based frameworks experience. Ubuntu Touch chose to develop apps using Javascript only where possible. BlackBerry apps support both Javascript and C++. There are people who believe that QML must be used only for UI and all logic must be written in C++. IMHO Javascript is good choice as i…
Javascript in iOS is not a good idea, unless you are just prototyping/building a basic app.
Re: Digia releases Qt 5.2 with Android and iOS support
#53Is this in the git? I only see the v5.2.0-rc1 tag: Q:\qt5>git ls-remote && git tag From git://gitorious.org/qt/qt5.git ... qt-v5.0.0-alpha1 v5.0.0-beta1 v5.1.0 v5.1.0-alpha1 v5.1.0-beta1 v5.1.0-rc1 v5.1.0-rc2 v5.1.1 v5.2.0-alpha1 v5.2.0-beta1 v5.2.0-rc1