Clean up GUI.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user