how to set a QWidget inside of a QDockWidget as the central widget in that QDockWidget?
QWidget* ui->qwidget = qwidgetdock->centralWidget();
qwidget is the Qwidget that i want as the centralWidget as qwidgetdock.
qwidgetdock is the Qwidgetdock that I want as it centralWidget.
But doesn’t.
Please Help Me ;).
↧