first commit
This commit is contained in:
16
test/qxBlogModelView/qt/rcc/documents/main_qt4.qml
Normal file
16
test/qxBlogModelView/qt/rcc/documents/main_qt4.qml
Normal file
@@ -0,0 +1,16 @@
|
||||
import QtQuick 1.0
|
||||
|
||||
Item {
|
||||
width: 400
|
||||
height: 300
|
||||
ListView {
|
||||
anchors.fill: parent
|
||||
model: myModel
|
||||
delegate: Row {
|
||||
height: 20
|
||||
spacing: 10
|
||||
Text { text: "id: " + author_id }
|
||||
Text { text: "name: " + name }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user