PDA

View Full Version : Qt Multiple custom screens and navigation



anish
31st August 2011, 10:17
Hi all ,
I am new to Qt, and I had to develop an application which is having multiple screen (Screen navigation from one to other UI). I went through Qt examples. In the Qt creator new project wizard i found Qt quick and QWidget projects. I know the Qt quick uses QML for the UI building and that i don’t know. I would like to know how to implement Qt widget based mobile application wich is having custom ui and multiple screens ?

Also it would be helpful if a sample Mobile Qt Application with multiple screen and custom ui will be provided…

Thanks in advance…

Regards
Anish

Lykurg
31st August 2011, 10:27
I would go for QStackedWidget with custom QWidgets as pages, representing the multiple screens.

wysota
31st August 2011, 10:59
This should help you: The Panel Stack Pattern

sask1236
28th August 2013, 14:13
Hello Anish,

Can you please share the code of simple working multiple screen application. I have same problem, not able to navigate through the different UI screens using a pushbutton say Next,Previous.

Thanks in Advance.
Sahil Kulkarni