QWidget* widget = new QWidget(this); QWindow* window= new QWindow(this); widget->layout()->addWidget(QWidget::createWindowContainer(window));
2023-10-19 18:03:58
QWidget* widget = new QWidget(this); QWindow* window= new QWindow(this); widget->layout()->addWidget(QWidget::createWindowContainer(window));