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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -