View Single Post
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#5
Originally Posted by imperiallight View Post
I have read that QT apps will be cross platform and even be able to pass the iphone store approval process at some point. Would this be the same for apps made with PyQT? Or would it need to be pure QT?

Are PyQT apps open source or closed?

Sorry for the NooB questions
There is an effort to port QT to iphone. But as far as I know, there are legal clauses put in by Mr. Jobs which state that any app created with a third-party toolset or library will not be permitted on the app store.

So the only way to use QT iphone apps would be on jailbroken phones in a non-Apple app store.

QT apps aren't automatically portable unless: 1. it's a PyQT app and 2. you're looking only at those platforms that already have a Python interpreter.
For all other platforms, the QT libraries need to be ported and then your QT app written in C++ needs to be recompiled.
On Android, the current QT implementation has to play nicely within the dalvik vm and it is not a complete port yet.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.

Last edited by uvatbc; 2010-07-31 at 15:00.
 

The Following 2 Users Say Thank You to uvatbc For This Useful Post: