Bug report response time
-
Hi guys,
not sure if this is the right place to ask ... anyway:
I've got an issue with stylesheets which might be a bug. I've created a bug report back in April but no reaction so far (not even evaluated).
http://bugreports.qt.nokia.com/browse/QTBUG-18902
Is there something I can do to get it evaluated?
Cheers,
Jan
-
Put this in your MainWIndow stylesheet:
@QMenuBar {
background-color: rgb(55, 37, 255);
}QMenuBar::item {
spacing: 3px; /* spacing between menu bar items */
padding: 1px 4px;
background: transparent;
border-radius: 4px;
}QMenuBar::item:selected { /* when selected using mouse or keyboard */
background: #a8a8a8;
}QMenuBar::item:pressed {
background: #888888;
}@