You can't obtain what you want with the default Qt widgets. You either need to subclass the button class and scale the icon yourself before painting it or use QLabel instead of the button but then you'll have to provide the clicking functionality yourself. Just remember that images scaled up look very bad so rethink your approach before you start implementing anything.
Bookmarks