![]() |
2010-11-26
, 18:59
|
Posts: 1,513 |
Thanked: 2,248 times |
Joined on Mar 2006
@ US
|
#12
|
![]() |
2010-11-26
, 19:11
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#13
|
But is possible port a app 100%? I don´t need to change anything from the source code of my app?.
If i make a app for Maemo 5 that depend of the desktop, status bar, control panel and other stuffs, not will be problem to port it later?
from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.QtWebKit import * app=QApplication([]) win=QMainWindow() w=QWebView(win) win.setCentralWidget(w) w.setUrl(QUrl("http://www.google.com/")) win.show() app.exec_()
The Following User Says Thank You to v13 For This Useful Post: | ||
![]() |
2010-12-03
, 21:08
|
|
Posts: 60 |
Thanked: 24 times |
Joined on Sep 2010
|
#14
|
The Following User Says Thank You to Michmo For This Useful Post: | ||
QT helps to write portable code, but it doesn't stop you from writing platform specific things.
In other words, making your application portable is entirely your responsibility, even if QT is doing quite a lot of the work.
Many people consider Maemo as a "dead" platform - all I can say to those folks is "too bad - you missed out on a terrific platform that will help you get to market faster on Meego"
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.