qtgui - How can I change background color for child windows in Qt MDI project? -


how can change background color child windows in qt mdi project?

qt-mdi - background color

if mdisubwindow pointer child window use code like

mdisubwindow->setstylesheet("background-color:<color like>;"); 

can (well known) name (e.g. white) or numeric value (e.g. #ff00dc).


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -