[Interest] Will Qt ever support CSS .classes?

Philipp Kursawe phil.kursawe at gmail.com
Thu Sep 12 22:39:43 CEST 2013


hmmm just tested it, and it works already in 5.1!

.italic {
  font: italic;
}

.error {
  font: bold;
}

obj->setProperty("class", "error italic")

:)

On Thu, Sep 12, 2013 at 4:52 PM, Bo Thorsen <bthorsen at ics.com> wrote:
> Den 12-09-2013 13:20, Philipp Kursawe skrev:
>> I know I can fake CSS classes using
>> obj->setProperty("class", "myClass");
>>
>> //CSS
>> *[class=myClass] {
>> }
>
> I doubt you will see much progress in this area. Doesn't sound like you
> would have a really difficult time doing it, so perhaps you should look
> into creating a patch for it yourself?
>
> Bo.
>
> --
> Bo Thorsen, European Qt Manager, ICS
> Integrated Computer Solutions. Delivering World-Class Applications
> http://ics.com/services
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest



More information about the Interest mailing list