QodeAssist/chatview/qml/RootItem.qml
2024-10-06 18:47:10 +02:00

14 lines
152 B
QML

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