In my project I have a QMainwindow with some QMenu's.
Between some QAction's in these menu's, I added some separators with text:
Qt Code:
menu->addSeparator()->setText("Some text");To copy to clipboard, switch view to plain text mode
The strange thing here is that in Linux there is the separator WITH text
but in Windows XP there is the separator WITHOUT text.
The code is the same.
Any ideas how to get the text in the separators in Windows?
This phenomena happens with Qt 4.3.3 and the Qt 4.4.0 beta1 release.
Bookmarks