Hi guys,

I am new to QT creater. What I try to do is, try to
create a button which contains picture.

QPushButton *hello=new QPushButto('button',this);
hello->setIcon(QIcon(/location/pic/));

What should I do to change the size of the icon?