qt 居中

简介

RT

code

        QHBoxLayout* hb = new QHBoxLayout;
	QWidget* qw = new QWidget();
	
	hb->addWidget(nPbTurn);
	qw->setLayout(hb);
	interpolationToolBar->addWidget(qw);
Hope is a good thing,maybe the best of things,and no good thing ever dies.----------- Andy Dufresne
原文地址:https://www.cnblogs.com/eat-too-much/p/14707661.html