Dear Group,

Is there any way in Qt Designer or the Visual Studio plugin version to maximize a widget within a widget? For example I have a QWidget inside a QSplitter. Inside the QWidget is a QTableView. I'd like the QTableView to occupy the entire area of the QWidget and adjust as the QSplitter changes size.

Another example. I dropped a QTabWidget onto the central widget in a QMainWindow. I'd like to see it occupy the maximum area of the central widget.

Is there some simple switch I missed seeing?

Thanks,
Max