added listview

This commit is contained in:
Jeena 2015-01-13 00:02:51 +01:00
parent 6146758f59
commit 923d514dff
5 changed files with 52 additions and 17 deletions

View file

@ -10,12 +10,22 @@ ApplicationWindow {
menuBar: TheMenuBar {}
Content {
id: content
anchors.fill: parent
visible: false
Row {
ListView {
width: 300
model: server.posts
delegate: Text {
text: title
}
}
Content {
id: content
anchors.fill: parent
visible: false
}
}
Login {
id: login
anchors.fill: parent