Make QDialog resize with QWidget.
Unsolved
General and Desktop
-
I have a QWidget with a QDialog in it. The QWidget is resizeable and setParent of the QDialog is set to the widget. The dialog pops up on a button click, but has fixed size even when I resize the QWidget. How do I make the QDialog resize itself when the widget is resized ? Both of them have QVBoxLayout.