setStyleSheet Unknown property backgound-color
-
I use setStyleSheet. Received message
widgetsRef[index].qWidget = new QWidget(); widgetsRef[index].qWidget->setStyleSheet("QWidget { background-color: white; }");Unknown property backgound-color
Unknown property backgound-color
It work correctly. Сolor changing. But this message is littering the console .
Is there a way to not print the message to the console ? -
I use setStyleSheet. Received message
widgetsRef[index].qWidget = new QWidget(); widgetsRef[index].qWidget->setStyleSheet("QWidget { background-color: white; }");Unknown property backgound-color
Unknown property backgound-color
It work correctly. Сolor changing. But this message is littering the console .
Is there a way to not print the message to the console ?@Sandres92 backgound-color - looks like a typo (missing r). Do you have any other stylesheets with backgound-color?