Thanks for the reply.
The QWidget did not receive the ApplicationActivate/Deactivate events in eventFilter(). I derived a class from QApplication and installed the event filter there, and it gets...
Type: Posts; User: daou; Keyword(s):
Thanks for the reply.
The QWidget did not receive the ApplicationActivate/Deactivate events in eventFilter(). I derived a class from QApplication and installed the event filter there, and it gets...
Is there a way in QtS60 to easily capture application foreground events? In S60 it can be done via AppUi::HandleForegroundEventL() but I don't know if it's possible to overload the AppUi handler of a...
How will the soft keys be implemented in the final release? Can they be as extensively changed as in native S60?
Also, how will dialogs like message boxes be designed? Currently they behave like...
After thinking about it, this is probably just Qt setting the path to the application's private directory. Which is necessary, and the Qt phone build probably has the AllFiles capability it needs.
...
I'm using 4.5.0-garden with 3rd FP2 SDK. Whenever I run a Qt application on the emulator, it floods the emulator debug output with PlatSec warnings about AllFiles missing. Is this an issue only with...