-
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
Properties
Band is used to repeatedly print its Detail for all the data records
Properties
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
}