当前位置: 代码迷 >> QT开发 >> QPushButton 大小曲节
  详细解决方案

QPushButton 大小曲节

热度:346   发布时间:2016-04-25 04:03:56.0
QPushButton 大小调节
如题,怎么在Disgner 中调节大小?就是右边的属性,代码也行

------解决方案--------------------
QPushButton *pushButton=new QPushButton("button",this);
pushButton->setFixedSize(150,30);