ui->btn->setIconSize((QSize(56,68))); isn't work?
and in qt don't use old c-style cast. you have static_cast and object_cast
ui->btn->setIconSize((QSize(56,68))); isn't work?
and in qt don't use old c-style cast. you have static_cast and object_cast
Try read Qt documentation before ask stupid question.
Bookmarks