PDA

View Full Version : QMenu context menu on QTextEdit



johnmauer
10th January 2011, 22:48
The context menu for QTextEdit has a very different style than the context menu for QWidget. Even if a custom menu is created from QMenu, the style remains different. How can the style of this context menu be changed?

I've used setStyleSheet with various changes, but none seem to give the default style in the QWidget context menu. Thanks.