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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -