Sunday, 11 August 2013

Qt: How to automatically adjust the size of TableView

Qt: How to automatically adjust the size of TableView

I've got a Table View inside the main window of a Qt application.

How can I get the Table View widget automatically resize after resizing
the main window? I need all borders of the Table View to retain their
distance to the borders of the main window (or to the nearest widget, like
the "Fetch Data" button). I have created this widget through the Qt
Designer. Is there any property I should set via the properties panel on
the right side of Qt Creator to achieve my purpose?

No comments:

Post a Comment