summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdfquick/multipageview/data/multiPageView.qml
blob: bf88180ce0a336af00730c665968afd83384a91c (plain)
1
2
3
4
5
6
7
8
import QtQuick
import QtQuick.Pdf

PdfMultiPageView {
    width: 480; height: 480
    property alias source: document.source
    document: PdfDocument { id: document }
}