如何将QTABWIDGET添加到QWIDGET中,
在QWIDGET中,
QTabWidget tabWidget;
QHBboxLayout layout=new QHBoxLayout;
layout->addWidget(tabWidget);
this->setLayout(layout);
-------------------------------------------------
error: no matching function for call to 'QHBoxLayout::addWidget(QTabWidget&)'