jbarrena
27th March 2014, 14:42
Hi there!
I am a relatively newbie in Qt, and I am developing a small application that has 5 screens. We can navigate back and forth within the screens. We have first the main window and then some screens that we can reach pushing some buttons.
MainWindow <-------> Window 1 <----------> Window 4
|
|<---> Window 2 <----------> Window 5
|
|<---> Window 3
How can I implement this?? A "parent" MainWindow and some "child" Dialogs perhaps?? Is there any example implementing a navigation between some windows??
Thanks and kind regards!
I am a relatively newbie in Qt, and I am developing a small application that has 5 screens. We can navigate back and forth within the screens. We have first the main window and then some screens that we can reach pushing some buttons.
MainWindow <-------> Window 1 <----------> Window 4
|
|<---> Window 2 <----------> Window 5
|
|<---> Window 3
How can I implement this?? A "parent" MainWindow and some "child" Dialogs perhaps?? Is there any example implementing a navigation between some windows??
Thanks and kind regards!