02-10-2013 10:38 AM
I wrote an application for the playbook using Qt 4.8.3 and everything worked with only some noticable quirks (random rollout of the keyboard for example).
A newer version of Qt was released recently (5.0.1) so I downloaded, compiled, and installed my application using this version.
Using the new version of Qt the application is no longer receiveing QWidget::keyPressEvent(...). This is used to capture the gesture to open the menu (toolbar?). The application also uses a QGraphicsScene with embedded proxy widgets and this no longer works either. I think these are related in some way.
Has anyone tried Qt5 on the playbook? (more than a simple 'hello world' application).