Finally work out an OK solution by myself.
Even in full screen mode QListWidget didn't capture the left and right softkey(keyCode 63554 and 63555). So a just rewrite the keyPressEvent() in the main...
Type: Posts; User: SuperLucky; Keyword(s):
Finally work out an OK solution by myself.
Even in full screen mode QListWidget didn't capture the left and right softkey(keyCode 63554 and 63555). So a just rewrite the keyPressEvent() in the main...
Hi,
I've developed a widget (Qt for symbian) shown in full screen mode, with a QListWidget instance on it. The handset has no touch screen.
When I focus into the QListWidget using navigation key,...