QPushButton 大小调节如题,怎么在Disgner 中调节大小?就是右边的属性,代码也行 [解决办法]QPushButton *pushButton=new QPushButton("button",this);pushButton->setFixedSize(150,30);