Skip to content
Fanda Vacek edited this page Apr 4, 2015 · 4 revisions

QML Reports Items

import qf.qmlreports 1.0

Frame

Frame is basic container for every printed item

Properties

Band

Band is used to repeatedly print its Detail for all the data records

Properties

property bool createFromData

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
}