> You can download a 30-day trial of Qt Enterprise from Digia’s Qt site (version 5.2 is slowly trickling out throughout the day). The open source version can meanwhile be snagged from Qt Project. Does anybody know the difference between the Enterprise and Open Source versions? Is it just tech support or is the Open Source version going to lack the features we really need?
Digia releases Qt 5.2 with Android and iOS support
11–20 of 53 posts
Re: Digia releases Qt 5.2 with Android and iOS support
#12Re: Digia releases Qt 5.2 with Android and iOS support
#13Re: Digia releases Qt 5.2 with Android and iOS support
#14> You can download a 30-day trial of Qt Enterprise from Digia’s Qt site (version 5.2 is slowly trickling out throughout the day). The open source version can meanwhile be snagged from Qt Project. Does anybody know the difference between the Enterprise and Open Source versions? Is it just tech support or is the Open Source version going to lack the features we really need?
Re: Digia releases Qt 5.2 with Android and iOS support
#15Can I call a Java library (say, google play services) from Qt without having to jump through JNI hoops?
In other words, JNI is involved.
Re: Digia releases Qt 5.2 with Android and iOS support
#16Does anyone have more info on what the Android/iOS support is like? Does it give native style low level binding ala Mono or does it try to be a generic API that is a write once run everywhere kind of thing?
Accessing native functionality is actually not easy. I'm sure they will be addressing this at some point.
Re: Digia releases Qt 5.2 with Android and iOS support
#17Does this mean we can create Android and iOS apps with Python (via e.g. PyQt)?
http://www.riverbankcomputing.com/pipermail/pyqt/2013-Decemb...
Re: Digia releases Qt 5.2 with Android and iOS support
#18Re: Digia releases Qt 5.2 with Android and iOS support
#19Lets hope that tools and frameworks like this will be widely adopted, thus more and more jobs requiring these skills, rather than that crap, over-engineered "native" SDKs/frameworks...
Still, Qt is pretty impressive. The main problems it suffers from are it's weight, and the issue that all cross-platform frameworks suffer from, in that the GUIs never feel quite right.
Re: Digia releases Qt 5.2 with Android and iOS support
#20Lets hope that tools and frameworks like this will be widely adopted, thus more and more jobs requiring these skills, rather than that crap, over-engineered "native" SDKs/frameworks...
Also if you want something small and simple, I think QT might be the wrong tree to bark up. I've only used it on casually used it on desktop but it is not a small framework.