Hi!
QToolBox *box = new QToolBox(this);
QWidget *wgt = new QWidget();
toolbox->addItem(wgt, "New tab");
How to add QVBoxLayout to item?
Printable View
Hi!
QToolBox *box = new QToolBox(this);
QWidget *wgt = new QWidget();
toolbox->addItem(wgt, "New tab");
How to add QVBoxLayout to item?