How to Make Multiple View(Screens)
-
Hi ,
I am new in Qt. I do not have too much knowledge of qt.I have a 4 year symbian C++ exp. I want to know how i can make Multiple
screens or views in QML and Qt. -
If using widgets you can make use of QStackedWidget.
-
there are a good sample as well on git made by someone ,
http://gitorious.org/qmarket-s60-5th-ed
it use the traditional approach -
Yes, this is a very good example.
-
thanks to all for quick reply.it helps me lot. please tell me one more thing about the qml.what i am understand from qml. In qml, there can be multiple screens.you can show and hide the screens means all the screens will be exists but only one will be visible.
please correct me if i am wrong.
-
yes if it is your design decision, about the previous sample , i noticed that it scale not very well , i mean by adding more items in the kinetic listView the system became to slow.Widget are quite heavyweight , the approach with the graphicalViewItem solved the probs...