Making multiple windows on browser
-
Hey, so im new to Qt and I have been working on a browser.
I am not sure how I can make multiple windows for the same application.
I want it set up where I can click 'new window' and a new window will pop up.
Could someone please advise me on how to do this? Thanks!
If this post is in the wrong section, please let me know.Qt 5, Ubuntu 12.04
-
Well
"QTabWidget":http://qt-project.org/doc/qt-5.0/qtwidgets/qtabwidget.html
"MDI":http://qt-project.org/doc/qt-5.0/qtwidgets/mainwindows-mdi.html
"Dialog":http://qt-project.org/doc/qt-5.0/qtwidgets/examples-dialogs.htmlHow do you imagine your app, how it will look like?
-
Maybe this "link":http://www.codeprogress.com/cpp/libraries/qt/qtClasses.php?item=QTabwidget can be helpful.