summaryrefslogtreecommitdiffstats
path: root/examples/pdf/pdfviewer
Commit message (Expand)AuthorAgeFilesLines
* Add QtPdf to cmake buildMichal Klocek2021-08-172-24/+86
* Fix some compiler warningsPeter Varga2021-06-101-1/+0
* Compile pdf examplesMichal Klocek2020-10-062-3/+3
* Support text selection handles in PDF viewsShawn Rutledge2020-04-301-2/+2
* Workaround for failing import QtQml in PDF views on iOSShawn Rutledge2020-03-161-0/+1
* PdfSelection: add selectAll() function; use in examplesShawn Rutledge2020-03-113-0/+21
* PDF single-page example: shift content right as the search drawer opensShawn Rutledge2020-02-261-0/+1
* PdfSearchModel: provide ContextBefore and ContextAfterShawn Rutledge2020-02-261-1/+25
* 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-195-3/+7
* 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-174-31/+111
* 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-042-6/+6
* Add PdfNavigationStack for forward/back navigationShawn Rutledge2020-02-031-4/+27
* PdfPageView: Add zoom-to-fit and zoom-to-width featuresShawn Rutledge2020-02-034-1/+41
* Add QPdfSelection and QQuickPdfSelectionShawn Rutledge2020-01-303-0/+24
* 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-234-0/+28
* Add QPdfSearchModel, QML PdfSearchModel and PdfPageViewShawn Rutledge2020-01-2311-0/+377