mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-28 03:10:28 -04:00
14 lines
152 B
QML
14 lines
152 B
QML
import QtQuick
|
|
import ChatView
|
|
|
|
ChatRootView {
|
|
id: root
|
|
|
|
Rectangle {
|
|
id: bg
|
|
|
|
anchors.fill: parent
|
|
color: "gray"
|
|
}
|
|
}
|