I've been trying to use a picture for the background of the "down-arrow" of QFontComboBox. If I try
Qt Code:
  1. QFontComboBox::arrow_down{
  2. border:none;
  3. background-image: url("arrow.png" );
  4. }
To copy to clipboard, switch view to plain text mode 
Nothing happens. I tried that on a regular QComboBox and no image is displayed, but using gradients work fine.
The effect I want to achieve with the font combobox, is a no-border box, not even the down-arrow. Just everything plain.