View Single Post
luca's Avatar
Posts: 1,137 | Thanked: 402 times | Joined on Sep 2007 @ Catalunya
#33
Originally Posted by attila77 View Post
PS. Be sure to check http://wiki.maemo.org/Qt for generic Qt on Maemo stuff, most of it is directly applicable to pyqt, too (except for scratchbox, which you don't need ).
Interestingly it says (emphasis mine):

Porting a Qt desktop application to Maemo requires very little effort. This because the Maemo Qt libraries will take care of giving the Hildon look & Feel and enabling the virtual input methods for your application.
and

Maemo Qt is based on Qt for X11. It shares the same API avoiding API breaks. In this way every Qt application that runs in other platforms (Windows, Mac OS X, Linux, S60, etc.) can run also into the Maemo devices.

If I interpreted it right, it's just a matter of recompiling a qt application (and is that necessary if the application is already compiled for arm, say, coming from a debian repository?), adding maemo specific things is completely optional.
If so, why on earth didn't nokia do the same with gtk? (instead of requiring specific hildonization to make it work right)