Hi all,
I'm getting crazy with an annoying behaviour in my app.
This app has a menu with some QPushButton button, with a icon inside.
If I click on my app, it starts but, when the menu pops-up, only the buttons appear, not the icon ...
If i launch my app from console, like
Qt Code:
  1. alex@laptop:$ ./myapp
To copy to clipboard, switch view to plain text mode 
everything works fine, and the buttons are displayed with their icons =\
I know that is stupid, but I can't fix it!
Any suggestion ??