States and orientation change
-
-
seems like pagestack is a good solution but my pages have dynamically generated listviews is there any way of building pages before pushing them into pagestack?
this is similar to what my app looks like http://qtsource.files.wordpress.com/2011/01/sliding_list_scaled.png
-
A hard question. Personally I never used states. On Anna I made my own toolbar, something like ToolBarLayout on Bellle. I think you could build a class for a page and use it as a type to build page dynamicly, but really now I have no idea how to solve this. Perhaps easier could be seeking for an error in your code ;)
-
no but this doesn't make any difference moving to this thread http://qt-project.org/forums/viewthread/15211/
-
[quote] author="fgrs" date="1331063804"]is there any way of building pages before pushing them into pagestack?
[/quote]
Might it help: http://qt-project.org/wiki/QML-Dynamic-Objects ?