Add ChatModel

This commit is contained in:
Petr Mironychev
2024-10-06 18:19:12 +02:00
parent 8be279a5fd
commit 7442256bab
6 changed files with 133 additions and 3 deletions

View File

@ -0,0 +1,7 @@
import QtQuick
Rectangle {
id: root
color: "gray"
}