summaryrefslogtreecommitdiffstats
path: root/examples/pdf
Commit message (Expand)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard10 days3-3/+3
* PDF multipage example: don't assume http by defaultShawn Rutledge2024-03-211-1/+3
* doc: Add docs for the pdfviewer exampleShawn Rutledge2024-01-1929-43/+107
* PDF Quick examples: select text in search field when pressing Ctrl-FShawn Rutledge2024-01-062-2/+8
* Add PdfSearchModel.count; disable search up/down buttons if emptyShawn Rutledge2023-12-302-0/+4
* Doc: Move PDF examples to UI Components categoryKai Köhne2023-09-271-1/+1
* Doc: Update example category namesKai Köhne2023-08-101-0/+1
* QtPDF multipage example: open the search results tab during searchShawn Rutledge2023-03-161-1/+1
* QtPdf multipage example: add macOS icon; support QFileOpenEventShawn Rutledge2022-09-227-6/+88
* QtPdf multipage example: open files via DnDShawn Rutledge2022-09-211-0/+13
* Polish the QML/PdfViewer exampleFriedemann Kleint2022-09-082-8/+21
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-263-3/+3
* Add license headers to cmake filesLucie Gérard2022-07-073-0/+9
* Doc: Set correct install path for Qt PDF examplesTopi Reinio2022-06-301-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-225-222/+10
* Redefine PdfSearchModel.currentResult as document-based; use PdfLinkShawn Rutledge2022-06-042-15/+12
* 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
* Renumber pages in test.pdfShawn Rutledge2022-05-312-0/+0
* Remove PdfPageView.currentPage propertyShawn Rutledge2022-05-311-1/+1
* PDF multipage example: add footer button to hide/show the sidebarShawn Rutledge2022-04-305-0/+42
* 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: Add Qt Quick details to the Qt PDF module page; clarify examplesShawn Rutledge2022-04-171-1/+1
* doc: begin adding docs for MultiPageView component and exampleShawn Rutledge2022-04-072-1/+80
* 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-082-2/+2
* PDF viewer and manual test: support password-protected documentsShawn Rutledge2022-03-072-9/+28
* Improve examples CMakeLists.txtKai Köhne2022-02-252-14/+8
* QtPdf: fix qml issuesShawn Rutledge2022-02-222-11/+10
* PDF viewer examples: use QtQuick.Dialogs FileDialogShawn Rutledge2022-01-112-6/+6
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-2/+2
* Minor. Cleanup qt6_add_resources usageMichal Klocek2021-10-282-2/+2
* 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