QPushButton 大小调节
如题,怎么在Disgner 中调节大小?就是右边的属性,代码也行
[解决办法]
QPushButton *pushButton=new QPushButton("button",this);
pushButton->setFixedSize(150,30);
发布时间: 2013-03-13 10:56:58 作者: rapoo
QPushButton 大小调节
如题,怎么在Disgner 中调节大小?就是右边的属性,代码也行
[解决办法]
QPushButton *pushButton=new QPushButton("button",this);
pushButton->setFixedSize(150,30);