In Qt Designer 4.7, I am trying to add custom icons to a UI.
When editing the QPushButton or QLabel properties, I'll go to Icon -> Choose File and select my PNG.
I then get this popup error: "The pixmap file 'custom/icon.png' cannot be read."
I have no idea why it won't accept my PNGs. What's weird is there are other PNGs in our database that are accepted by Qt Designer, and I can't tell what properties they have that make them readable. Like, when I select my PNGs in the file browser, the working PNGs have an accurate thumbnail, but the one that doesn't work just has a blank file thumbnail.
What would cause a pixmap PNG to be unreadable by Qt Designer? The icon I'm trying to use is a 4KB 80×80 image made in Paint...