Re: [Interest] CSS with QML

2013-04-10 Thread Mark
On Wed, Apr 10, 2013 at 10:41 PM, Josh Faust wrote: > Qml does not use webkit Ahh right, my mistake. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] CSS with QML

2013-04-10 Thread Josh Faust
Qml does not use webkit ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] CSS with QML

2013-04-10 Thread Mark
On Wed, Apr 10, 2013 at 6:43 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Wed, Apr 10, 2013 at 6:10 AM, Sergey wrote: >> Hi, >> >> Is it possible to add CSS file to QML in QT? > > No. You'll have to style using QML features (for example, defining a > MyText{} with the properties set how you

Re: [Interest] CSS with QML

2013-04-10 Thread Alan Alpert
On Wed, Apr 10, 2013 at 6:10 AM, Sergey wrote: > Hi, > > Is it possible to add CSS file to QML in QT? No. You'll have to style using QML features (for example, defining a MyText{} with the properties set how you want and using that instead of Text{}) -- Alan Alpert __

[Interest] CSS with QML

2013-04-10 Thread Sergey
Hi, Is it possible to add CSS file to QML in QT? -- Regards, Sergey ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest