RT
QHBoxLayout* hb = new QHBoxLayout; QWidget* qw = new QWidget(); hb->addWidget(nPbTurn); qw->setLayout(hb); interpolationToolBar->addWidget(qw);