summaryrefslogtreecommitdiffstats
path: root/examples/pdf/pdfviewer/viewer.qml
Commit message (Expand)AuthorAgeFilesLines
* doc: Add docs for the pdfviewer exampleShawn Rutledge2024-01-191-312/+0
* PDF Quick examples: select text in search field when pressing Ctrl-FShawn Rutledge2024-01-061-1/+4
* Add PdfSearchModel.count; disable search up/down buttons if emptyShawn Rutledge2023-12-301-0/+2
* Polish the QML/PdfViewer exampleFriedemann Kleint2022-09-081-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-221-49/+2
* Redefine PdfSearchModel.currentResult as document-based; use PdfLinkShawn Rutledge2022-06-041-8/+10
* QtQuick.Pdf: automatically close the error dialog if the error disappearsShawn Rutledge2022-03-081-1/+1
* PDF viewer and manual test: support password-protected documentsShawn Rutledge2022-03-071-2/+23
* QtPdf: fix qml issuesShawn Rutledge2022-02-221-5/+1
* PDF viewer examples: use QtQuick.Dialogs FileDialogShawn Rutledge2022-01-111-3/+3
* Add QtPdf to cmake buildMichal Klocek2021-08-171-24/+24
* 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-111-0/+7
* 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-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