|
2010-10-27
, 21:58
|
Posts: 200 |
Thanked: 44 times |
Joined on Jan 2010
|
#2
|
|
2010-10-27
, 22:55
|
Posts: 200 |
Thanked: 44 times |
Joined on Jan 2010
|
#3
|
|
2010-10-27
, 23:05
|
Posts: 200 |
Thanked: 44 times |
Joined on Jan 2010
|
#4
|
|
2010-10-28
, 17:25
|
Posts: 200 |
Thanked: 44 times |
Joined on Jan 2010
|
#5
|
|
2010-10-29
, 08:02
|
Posts: 12 |
Thanked: 23 times |
Joined on Jun 2010
@ Oulu, Finland
|
#6
|
|
2010-11-03
, 16:17
|
Posts: 67 |
Thanked: 26 times |
Joined on Jan 2010
|
#7
|
|
2010-11-03
, 18:07
|
Posts: 47 |
Thanked: 41 times |
Joined on Jan 2010
@ Finland
|
#8
|
from PyQt4.QtGui import QApplication app = QApplication(sys.argv) ... from PyQt4.QtGui import * from PyQt4.QtCore import *
|
2010-11-10
, 18:43
|
Posts: 67 |
Thanked: 26 times |
Joined on Jan 2010
|
#9
|
I went back to work on my game and updated the madde qt installation with the qt4.7 stuff this worked fine. But know when i try to upload the game to my phone and test it on device it seg faults on me. if i attach the debugger the last method invocation was GrpahicsScene::focusItem(). i dont use this method.
weirdly enough it doesnt segfault on the qt simulator so i am stuck wondering if it is something to do with the new qt4.7.
any one else having problems?