I want to resize a dialog to the width of a QTableView inside of it....
Unsolved
General and Desktop
-
I tried this:
QSize sizeOfTableView = tableView->size(); QSize sizeOfWindow = this->size(); resize(sizeOfTableView.width(), sizeOfWindow.height());
it does not work as expected!
-
@jdent said in I want to resize a dialog to the width of a QTableView inside of it....:
how can I capture the moment a dialog is shown??
What's your use case ?
-
6/6