プロジェクトのデフォルト ウィンドウを変更しようとしていますが、うまくいきません。QtQuick 2.0 を使用しています。QtQuick.Window 2.0 をインポートして、Window{} を Rectangle{} の代わりにルート オブジェクトとして作成しようとしましたが、ウィンドウ オブジェクトをルートとして許可しません。次のエラーが表示されます。
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 with 'import QtQuick 1.0' or 'import Qt 4.7', use the
QDeclarativeView class in the Qt Quick 1 module.
ウィンドウのタイトルを変更する方法についてのアイデアはありますか? Qt 5.1.1 を使用しています。