Active Topics

 


Reply
Thread Tools
andrewfblack's Avatar
Posts: 1,656 | Thanked: 1,196 times | Joined on Apr 2008 @ Alabama, USA
#1
I've been wanting to do an application that loads t.m.o with a custom theme. That moves most of the links to menus and makes the site more finger friendly. The vbulletin theme is easy. Native app is hard part I managed to get this far that open, loads t.m.o using my minimalist theme. What I need is a simple ui with back button, refresh, button, and then a way to add menu for like going home, viewing PMs and that such. Any help with either leading me in right direction or just helping code it would be great. Here is what i have so far.

Code:
#!/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.
 
Posts: 46 | Thanked: 5 times | Joined on Sep 2009
#2
Bump... I'm looking for an example of a UI back button myself!
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:26.