Problem with detecting phone orientation change in Symbian/Qt

Posted by trex279 on Stack Overflow See other posts from Stack Overflow or by trex279
Published on 2010-01-04T16:19:42Z Indexed on 2010/06/07 20:12 UTC
Read the original article Hit count: 231

Filed under:
|
|

I want to do some custom processing when the orientation of the phone changes. I have re-implemented the resizeEvent(QResizeEvent*) virtual function in my class. The strange thing is, for the first one time when the phone orientation is changed, this function is actually called, and works fine.

But all subsequent orientation changes, this function isn't even called? Why does this happen?

Are there any other ways to detect phone orientation change?

Thanks.

© Stack Overflow or respective owner

Related posts about qt

Related posts about qt4