mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-22 15:04:42 -04:00
Add base qml chat view to navigation panel
This commit is contained in:
7
chatview/qml/ChatView.qml
Normal file
7
chatview/qml/ChatView.qml
Normal file
@ -0,0 +1,7 @@
|
||||
import QtQuick
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
|
||||
color: "gray"
|
||||
}
|
Reference in New Issue
Block a user