How to make default icon bigger when button changes size? [SOLVED]
-
This is how I initialize the icon within the button:
pageToSetupPushButton->setIcon(this->style()->standardIcon(QStyle::SP_ArrowRight));However, when I change the height and width of the button, the icon stays the same. Is there any way that I can make it bigger? My application is going to be full screen and those icons are very small. Also, I really want to avoid getting those icons anywhere else besides those icons in Qt. Thank you!
-