Re: [Interest] Annoying ApplicationWindow Error

2014-05-17 Thread Nurmi J-P
On 16 May 2014, at 15:09, Jason H wrote: > I picked a Qt Quick 2 project. > Is this a question? :) There are two kinds of Qt Quick project templates in Qt Creator. 1) Qt Quick UI This is a pure QML project, which runs qmlscene. It doesn't matter whether you use Item or Window as the root el

Re: [Interest] Annoying ApplicationWindow Error

2014-05-16 Thread Jason H
I picked a Qt Quick 2 project. - Original Message - From: Nurmi J-P To: Interests Qt Cc: Sent: Tuesday, May 13, 2014 3:12 AM Subject: Re: [Interest] Annoying ApplicationWindow Error On 13 May 2014, at 05:50, Jason H wrote: > QtQuick 2.x project I'm getting th

Re: [Interest] Annoying ApplicationWindow Error

2014-05-13 Thread Nurmi J-P
On 13 May 2014, at 05:50, Jason H wrote: > QtQuick 2.x project I'm getting this error: > > """ > QQuickView only supports loading of root objects that derive from QQuickItem. > > If your example is using QML 2, (such as qmlscene) and the .qml file you > loaded has 'import QtQuick 1.0' or

[Interest] Annoying ApplicationWindow Error

2014-05-12 Thread Jason H
QtQuick 2.x project I'm getting this error: """ QQuickView only supports loading of root objects that derive from QQuickItem.  If your example is using QML 2, (such as qmlscene) and the .qml file you  loaded has 'import QtQuick 1.0' or 'import Qt 4.7', this error will occur.  To load files w