summaryrefslogtreecommitdiffstats
path: root/examples/pdf
Commit message (Expand)AuthorAgeFilesLines
* Add QtPdf to cmake buildMichal Klocek2021-08-175-47/+176
* Fix some compiler warningsPeter Varga2021-06-102-2/+0
* Compile pdf examplesMichal Klocek2020-10-065-7/+7
* Support text selection handles in PDF viewsShawn Rutledge2020-04-301-2/+2
* Fix PgUp/PgDown navigation in the PDF multi-page exampleShawn Rutledge2020-04-161-2/+2
* Workaround for failing import QtQml in PDF views on iOSShawn Rutledge2020-03-162-0/+2
* PdfSelection: add selectAll() function; use in examplesShawn Rutledge2020-03-116-0/+42
* PDF single-page example: shift content right as the search drawer opensShawn Rutledge2020-02-261-0/+1
* PdfSearchModel: provide ContextBefore and ContextAfterShawn Rutledge2020-02-262-2/+50
* 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
* PdfMultiPageView: use TableView; horz. scroll; control page positionShawn Rutledge2020-02-201-3/+3
* QtPdf examples: use test.pdf from resources if no file givenShawn Rutledge2020-02-1910-6/+15
* PDF multipage example: move search field to the footerShawn Rutledge2020-02-191-76/+69
* Enable mouse wheel scrolling in single-page PdfPageViewShawn Rutledge2020-02-171-0/+16
* Rearrange PdfPageView.qmlShawn Rutledge2020-02-172-8/+7
* PdfSearchModel: be QALM and find search results on all pagesShawn Rutledge2020-02-175-66/+172
* PDF multipage viewer: iterate search resultsShawn Rutledge2020-02-114-24/+80
* PDF multipage view: track specific link and navigation destinationsShawn Rutledge2020-02-111-2/+2
* Add QPdfDestination; NavigationStack stores page, location and zoomShawn Rutledge2020-02-111-2/+1
* Add zoom and rotation to PdfMultiPageViewShawn Rutledge2020-02-041-7/+6
* Add multipage example to pdf.pro; work with 5.14; fix main.cppShawn Rutledge2020-02-044-8/+9
* Add PdfMultiPageViewShawn Rutledge2020-02-0316-0/+522
* 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-2312-0/+380