Closed stefanchiriac closed 8 years ago
Hmmm very strange. I don't have a Linux environment to test it. Wat happens if you remove all the size options: (setFixedWidth, setIconSize.. etc??)
else please try the following workaround:
deleteButton->setIcon(awesome->icon(fa::beer).pixmap(32,32));
I removed everything and tried the workaround and still the same. If I put fa::beer that's how it looks like now
It just looks like as if the wrong font is used...? Did the loading of the TTF font succeed?
Are other controls working?
solved. Was initialized in the first window and on the 2nd window was not sharing the same instance
Thanks for posting the cause and closing this issue!! 👍🏻
Hello,
I'm using qt 4.8.6 with ubuntu 16.04 and I'm trying to insert an icon inside a button, but the result is not rendering properly.
Any idea what could be wrong, or am I missing something? Thanks