mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-14 05:52:50 -05: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