Add libclide. #23

Merged
shaunrd0 merged 28 commits from shared-module into main 2026-03-14 01:33:44 +00:00
Showing only changes of commit 7a0b2d197f - Show all commits

View File

@@ -14,7 +14,6 @@ Rectangle {
ListModel {
id: model
}
ListView {
id: listView
@@ -38,10 +37,10 @@ Rectangle {
anchors.fill: parent
model: model
verticalLayoutDirection: ListView.BottomToTop
delegate: Text {
color: listView.getLogColor(level)
font.family: "monospace"
text: `[${level}] ${message}`
}