Clean up GUI.

This commit is contained in:
2026-02-08 14:26:26 -05:00
parent 344efc0042
commit 4bb4ce1882
11 changed files with 322 additions and 293 deletions

View File

@@ -8,14 +8,12 @@ import QtQuick.Controls
import clide.module 1.0
import Logger 1.0
Item {
Rectangle {
color: "#111"
radius: 10
ListModel {
id: model
}
Rectangle {
anchors.fill: parent
color: "#111"
}
ListView {
id: listView
@@ -38,7 +36,6 @@ Item {
}
anchors.fill: parent
clip: true
model: model
delegate: Text {