Commit d6402d82 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig
Browse files

ops

parent d11dfc7c
Branches
Tags
No related merge requests found
Showing with 0 additions and 17 deletions
...@@ -23,23 +23,6 @@ Item { ...@@ -23,23 +23,6 @@ Item {
model: flickerModel model: flickerModel
anchors.fill: parent anchors.fill: parent
itemDelegate: Item {
height: itemheight
clip: true
Text {
anchors.fill: parent
anchors.leftMargin: 5
elide: Qt.ElideRight
text: itemvalue
color: itemselected ? "white" : "black"
}
Rectangle {
width: 1
height: parent.height
color: "#aaa"
}
}
HeaderSection { HeaderSection {
property: "title" property: "title"
caption: "Title" caption: "Title"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment