Mobile standard widgets screen change, QML orientation change
Hello,
In Symbian Avkon S60 we have containers/views. The application from user point of view is separated to different screens. My question is, if I use Qt standard widgets for Symbian/Maemo development, how can I implement these transitions between the views ? Maybe with QStackedWidget ? Are there other variants ?
And another question about QML, what's the situation with the device orientation change ? Will the QML app automatically resize itself accordingly ?
Regards
Re: Mobile standard widgets screen change, QML orientation change
You can use either QStackedWidget or multiple QMainWindow.
Re: Mobile standard widgets screen change, QML orientation change
[QUOTE=divanov;772610]You can use either QStackedWidget or multiple QMainWindow.[/QUOTE]
Thanks for the answer. And what about QML and different orientations ? Should there be a problem ?
Re: Mobile standard widgets screen change, QML orientation change
I found an official example about that in the reference.
Thank you for your help.