Files
QodeAssist/chatview/qml/ChatView.qml
2024-10-06 17:54:00 +02:00

8 lines
62 B
QML

import QtQuick
Rectangle {
id: root
color: "gray"
}