Hi, I am new to Qt and designing an UI for my application like.. designg.gif.
To get a look like this, I am doing the following things..
- created a mydialog subclass from QDialog
- created vertical box layout and added menu bar & mytabwidget to it
- created mytabwidget -derived from QWidget
- created horizondal layout with two widgets added for treeview and other controls
- called mydialog subclass from main
just want to check the approach what I am doing for this design is correct.
let me know is there any better way to do this ?
Thx in advance.
Bookmarks