View Single Post
Posts: 272 | Thanked: 52 times | Joined on Jan 2010
#5
Thanks pete.fu

It was the:

Code:
self.setAttribute(Qt.WA_Maemo5StackedWindow, True)
I needed to add in both windows, but I also needed to import

Code:
from PyQt4.QtCore import Qt
For it to work! hopefully will help someone else out!
 

The Following User Says Thank You to kevinm2k For This Useful Post: