mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-22 15:04:42 -04:00
Add ChatRootView QML item
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
import QtQuick
|
||||
import ChatView
|
||||
|
||||
Rectangle {
|
||||
ChatRootView {
|
||||
id: root
|
||||
|
||||
color: "gray"
|
||||
Rectangle {
|
||||
id: bg
|
||||
|
||||
anchors.fill: parent
|
||||
color: "gray"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user