I want to do some custom processing when the layout of the phone changes, before it is resized. 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?
