qt 设置程序居中

widget *s =new widget;
s->move((QApplication::desktop()->width()-s->width())/2,
(QApplication::desktop()->height()-s->height())/2);
s->show();
原文地址:https://www.cnblogs.com/lvdongjie/p/3706184.html