Quote Originally Posted by VireX View Post
I just AddWidget all three things? Then change the Column stuff?
Yes.

Quote Originally Posted by VireX View Post
Any Examples?
Qt Code:
  1. setLayout( l );
  2. l->addWidget( _treeView, 0, 0 );
  3. l->addWidget( _textEdit, 1, 0 );
  4. l->addWidget( _tableView, 0, 1, 2, 1 );
To copy to clipboard, switch view to plain text mode