|
|
02-09-2010
, 02:54 AM
|
|
Posts: 46 |
Thanked: 5 times |
Joined on Sep 2009
|
#2
|
![]() |
| Thread Tools | Search this Thread |
|
#!/usr/bin/env python import sys from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.QtWebKit import * app = QApplication(sys.argv) web = QWebView() web.load(QUrl("http://talk.maemo.org/index.php?styleid=11&styleid=15")) web.show() sys.exit(app.exec_())Home Page - Preenv Wiki
**All Posts are made as a Community Member and not as a Super Moderator of this site.