-
Notifications
You must be signed in to change notification settings - Fork 41
QML Reports Items
Fanda Vacek edited this page Apr 4, 2015
·
4 revisions
import qf.qmlreports 1.0
Frame is basic container for every printed item
Band is used to repeatedly print its Detail for all the data records
There more value types that can be assigned to the modelData
- String: name of table data set to report or parent band current row
- TreeTable.Table object: JS object from
import "qrc:/qf/core/qml/js/treetable.js" as TreeTable
not fully implemented yet
If it is set to true, all the necessary children are created from data supplied by model. Convenient for tables prototyping.
Band {
modelData: "card"
createFromData: true
}