Re: [Development] Alternative Loader QML component

2014-06-07 Thread Nurmi J-P
On 07 Jun 2014, at 12:15, wim delvaux wrote: > Where can I find the source for qqmlloader so I can see what is going on ? > Hi, QQuickLoader is in qtdeclarative/src/quick/items: - https://github.com/qtproject/qtdeclarative/blob/dev/src/quick/items/qquickloader_p.h - https://github.com/qtproj

Re: [Development] Alternative Loader QML component

2014-06-07 Thread wim delvaux
Where can I find the source for qqmlloader so I can see what is going on ? On Fri, Jun 6, 2014 at 9:20 PM, Konstantin Ritt wrote: > QQmlLoader is just a convenience wrapper for QQmlComponent. > > Konstantin > > > 2014-06-06 12:34 GMT+03:00 wim delvaux : > >> HI all, >> >> I would like to use XM

Re: [Development] Alternative Loader QML component

2014-06-06 Thread Konstantin Ritt
QQmlLoader is just a convenience wrapper for QQmlComponent. Konstantin 2014-06-06 12:34 GMT+03:00 wim delvaux : > HI all, > > I would like to use XML/XSL to generate qml code much like a browser > accepts XML and converts it to HTML automatically (providing propper > stylesheet of course). > >

[Development] Alternative Loader QML component

2014-06-06 Thread wim delvaux
HI all, I would like to use XML/XSL to generate qml code much like a browser accepts XML and converts it to HTML automatically (providing propper stylesheet of course). Ideally this would be a special loader (say XMLLoader). Any suggestions on how to do this ? Preferrably a child class of the st