import QtQuick import ChatView ChatRootView { id: root Rectangle { id: bg anchors.fill: parent color: "gray" } }