Problem with Menubar
-
Hey,
I set the background color of my window to white. If I open now the Menubar and move the mouse over one item, it's not possible to read the entry anymore...
Here is a picture of the problem:
Menubar pictureI just changed the MainWindow stylesheet with background-color: white.
-
Hey,
I set the background color of my window to white. If I open now the Menubar and move the mouse over one item, it's not possible to read the entry anymore...
Here is a picture of the problem:
Menubar pictureI just changed the MainWindow stylesheet with background-color: white.
-
@HTWAMD said:
background-color: white.
that means for all widgets including the menus
stylesheets are cascading
for ONLY mainwindow u will use
QMainWindow { background-color: white} -
@HTWAMD said:
background-color: white.
that means for all widgets including the menus
stylesheets are cascading
for ONLY mainwindow u will use
QMainWindow { background-color: white}