summaryrefslogtreecommitdiffstats
path: root/examples/pdf/multipage/viewer.qml
Commit message (Expand)AuthorAgeFilesLines
* doc: Add docs for the pdfviewer exampleShawn Rutledge2024-01-191-16/+16
* 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
* QtPDF multipage example: open the search results tab during searchShawn Rutledge2023-03-161-1/+1
* QtPdf multipage example: open files via DnDShawn Rutledge2022-09-211-0/+13
* Use SPDX license identifiersLucie GĂ©rard2022-06-221-49/+2
* Redefine PdfSearchModel.currentResult as document-based; use PdfLinkShawn Rutledge2022-06-041-7/+2
* Give QPdfPageNavigator::jump() a default value for zoomShawn Rutledge2022-06-041-1/+1
* Add QPdfDocument::pageLabel(int) and pageModel propertyShawn Rutledge2022-06-041-6/+7
* Remove PdfPageView.currentPage propertyShawn Rutledge2022-05-311-1/+1
* PDF multipage example: add footer button to hide/show the sidebarShawn Rutledge2022-04-301-0/+12
* PDF multipage example: add sidebar metadata paneShawn Rutledge2022-04-301-1/+30
* PDF example and manual test: add GridView for thumbnailsShawn Rutledge2022-04-291-13/+61
* PDF MultiPageView example: add bookmarks tree to sidebarShawn Rutledge2022-04-241-44/+85
* doc: begin adding docs for MultiPageView component and exampleShawn Rutledge2022-04-071-1/+1
* multipage PDF viewer example: simplify, and fix more qmllint warningsShawn Rutledge2022-03-101-15/+13
* 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-7/+5
* QtPdf: fix qml issuesShawn Rutledge2022-02-221-6/+9
* PDF viewer examples: use QtQuick.Dialogs FileDialogShawn Rutledge2022-01-111-3/+3
* Add QtPdf to cmake buildMichal Klocek2021-08-171-23/+23
* 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-161-0/+1
* PdfSelection: add selectAll() function; use in examplesShawn Rutledge2020-03-111-0/+7
* PdfSearchModel: provide ContextBefore and ContextAfterShawn Rutledge2020-02-261-1/+25
* 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-191-1/+2
* PDF multipage example: move search field to the footerShawn Rutledge2020-02-191-76/+69
* Rearrange PdfPageView.qmlShawn Rutledge2020-02-171-2/+2
* PdfSearchModel: be QALM and find search results on all pagesShawn Rutledge2020-02-171-35/+61
* PDF multipage viewer: iterate search resultsShawn Rutledge2020-02-111-24/+57
* PDF multipage view: track specific link and navigation destinationsShawn Rutledge2020-02-111-2/+2
* Add zoom and rotation to PdfMultiPageViewShawn Rutledge2020-02-041-7/+6
* Add PdfMultiPageViewShawn Rutledge2020-02-031-0/+276