marcin
2014-07-23 11:25:27 +02:00
parent 414e85e611
commit 43c7920233
7 changed files with 229 additions and 173 deletions

View File

@@ -6,6 +6,20 @@ ListView {
clip: true
boundsBehavior: ListView.StopAtBounds
footer: Rectangle {
height: 127
width: listView.width
color: "#FFFFFF"
Text {
anchors.centerIn: parent
font.family: "Arial"
font.pixelSize: 14
color: "#545454"
text: qsTr("No more results")
}
}
property var previousItem
delegate: Rectangle {
id: delegate