How to design a dialog that like this:20140307101800.jpg
select different selections at left,and display different contents at right?
How to design a dialog that like this:20140307101800.jpg
select different selections at left,and display different contents at right?
See the Config Dialog Example: http://qt-project.org/doc/qt-4.8/dia...figdialog.html
Although it's in PyQt (a Python binding for Qt), I found the following tutorial excellent: http://www.yasinuludag.com/blog/?p=98
The end result of the tutorial is a dialog very similar to the image you show. The only differences are superficial.
You can use this : QDockWiget , QStackedWidget , QListWidget , QTreeView ...
Bookmarks