[Interest] Will Qt ever support CSS .classes?

Philipp Kursawe phil.kursawe at gmail.com
Thu Sep 12 13:20:34 CEST 2013


I know I can fake CSS classes using
obj->setProperty("class", "myClass");

//CSS
*[class=myClass] {
}


However, are there plans to support the ".myClass" notation in the future?



More information about the Interest mailing list