![]() |
2009-10-03
, 23:19
|
|
Posts: 101 |
Thanked: 129 times |
Joined on Oct 2009
@ Los Angeles, CA
|
#2
|
The Following User Says Thank You to bbns For This Useful Post: | ||
![]() |
2009-10-04
, 07:15
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#3
|
If I start developing app sin Python + QT instead of with PyGTK, how well will these PyQT apps integrate with the rest of the Maemo look and feel ? I understand they will not be hildonized. What does that really mean in terms of look and integration ?
Also in terms of size (as QT or PyQT) will have to be downloaded as well along with the app, how much space will these take up and
will this gain traction as a platform on Maemo 5 or not untill Maemo6 with QT is out ?
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2009-10-04
, 07:20
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#4
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2009-10-04
, 10:33
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#5
|
As for PyQt vs PySide: PySide is pretty raw. Stick to PyQt for a start, you can always switch later. Today, PySide does not offer much advantage over PyQt (except for the obvious licensing difference). This might change in the future, but for now, PySide is interesting mostly for language hackers/tweakers. If you don't want to mess with the bindings themselves, you'll save yourself from a lot of trouble by going with good ole PyQt.
![]() |
2009-10-04
, 12:57
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#6
|
Well, the major advantage of PySide over PyQt is: PySide is available in Fremantle and PyQt doesn't.
So unless someone port PyQt to Fremantle, you should use PySide if you want run your program on the n900.
![]() |
2009-10-06
, 17:45
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#7
|
![]() |
2009-10-06
, 18:50
|
Posts: 1,097 |
Thanked: 650 times |
Joined on Nov 2007
|
#8
|
![]() |
2009-10-06
, 19:21
|
|
Posts: 963 |
Thanked: 626 times |
Joined on Sep 2009
@ Connecticut, USA
|
#9
|
![]() |
2009-10-06
, 21:56
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#10
|
Ok, Fremantle Final SDK has been released! Now start talking about what people should or shouldn't use!
The Following User Says Thank You to attila77 For This Useful Post: | ||
If I start developing app sin Python + QT instead of with PyGTK, how well will these PyQT apps integrate with the rest of the Maemo look and feel ? I understand they will not be hildonized. What does that really mean in terms of look and integration ?
Also in terms of size (as QT or PyQT) will have to be downloaded as well along with the app, how much space will these take up and will this gain traction as a platform on Maemo 5 or not untill Maemo6 with QT is out ?
Just some general questions in regards to the up-take of QT on Maemo 5 itself ...