There is nothing to implement. Style sheet will not be able to find "none.jpg" therefore the menu indicator will not be drawn. You just have to set the style sheet for your button to the given style sheet like this: myPushButton->setStyleSheet("QPushButton::menu-indicator{ image: url(none.jpg); }"); -- Ender EREL