0

Is it correct to use a QDockWidget on a QDialog? When I tried to use it, dock widget did not get docked on the dialog window. I could not resize the dock widget when I executed the application.

fatma.ekici
  • 2,787
  • 4
  • 28
  • 30

1 Answers1

1

QDockWidgets have to be 'owned' by a QMainWindow, but you can of course put a QMainWindow inside a QDialog.

cmannett85
  • 21,725
  • 8
  • 76
  • 119