On Thu, 2011-06-23 at 14:30 +0800, Jianchun Zhou wrote: > Hi, guys: > > I found that the latest libmeegotouch code can not be built under > 1.2.0 SDK, dumped this message: > > scene/mscene.cpp: In member function ‘void > MScenePrivate::handleFocusChange(QGraphicsSceneMouseEvent*)’: > scene/mscene.cpp:565:29: error: ‘ItemStopsFocusHandling’ is not a > member of ‘QGraphicsItem’ > > After a while of googling, I know this is a QT problem, I want to know > where can I find a new version QT library which had fixed this > problem?
Should be in Qt 4.7 master (commit 517290f) but you can also remove the ItemStopsFocusHandling flag for your development - without it, text entries will lose focus when user starts panning the contents of MApplicationPage. regards, Michael _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
