summaryrefslogtreecommitdiffstats
path: root/examples/pdf/pdfviewer/viewer.qml
Commit message (Expand)AuthorAgeFilesLines
* PDF single-page example: move search field to the footerShawn Rutledge2020-02-201-71/+71
* Add PdfScrollablePageView, use it in the pdfviewer exampleShawn Rutledge2020-02-201-45/+30
* QtPdf examples: use test.pdf from resources if no file givenShawn Rutledge2020-02-191-1/+2
* Enable mouse wheel scrolling in single-page PdfPageViewShawn Rutledge2020-02-171-0/+16
* Rearrange PdfPageView.qmlShawn Rutledge2020-02-171-6/+5
* PdfSearchModel: be QALM and find search results on all pagesShawn Rutledge2020-02-171-31/+88
* Add QPdfDestination; NavigationStack stores page, location and zoomShawn Rutledge2020-02-111-2/+1
* Add multipage example to pdf.pro; work with 5.14; fix main.cppShawn Rutledge2020-02-041-5/+5
* Add PdfNavigationStack for forward/back navigationShawn Rutledge2020-02-031-4/+27
* PdfPageView: Add zoom-to-fit and zoom-to-width featuresShawn Rutledge2020-02-031-1/+13
* Add QPdfSelection and QQuickPdfSelectionShawn Rutledge2020-01-301-0/+8
* Use SpinBox for page navigation to get jump-to-page featureShawn Rutledge2020-01-301-13/+13
* Add rotation actions to the QML pdf viewer exampleShawn Rutledge2020-01-231-0/+14
* Add QPdfSearchModel, QML PdfSearchModel and PdfPageViewShawn Rutledge2020-01-231-0/+188