Create two QWidget as holders for the QGridLayout. Then use setLayout( ) to add the layout to the widget.
Qt Code:
leftSide->setLayout( leftLayout ); splitter->addWidget( leftSide ); // Add the remaining GUI elements to the layout and repeat for right sideTo copy to clipboard, switch view to plain text mode
Hope this helps.
Bookmarks