On Wed, Apr 10, 2013 at 6:10 AM, Sergey <sh0375 at gmail.com> 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