how to open new windows attached in original windows?
-
Being a beginner, I was planning to make a simple C++ app where I could toggle options in left/top and open new related window in right/bottom like many applications made in web? Making options in PushButton. So what feature should I look for and learn in QT?
For eg:
-
Hi,
You should take a look at a QListView and QStackedWidget.