aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pdfwidgets
Commit message (Collapse)AuthorAgeFilesLines
* Update PDF widgets viewer exampleFriedemann Kleint2025-09-249-27/+369
| | | | | | | | | | | | | | | - Add the search feature, adapting to qtwebengine/496c4ec76963acdfb09cd5b444e3c3840eb21489 and qtwebengine/84a5d90fc43ead2ce2aa3bdaac2ca88241700d5d. - Add the page thumbnail view, adapting to qtwebengine/9e0c55cf423d2f521a2152020f76c8abab2f33c5. Pick-to: 6.10 Task-number: QTBUG-92973 Task-number: PYSIDE-2206 Change-Id: I85f6b1744d855a0a701eddf221a0fdc531661269 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Update Qt Widgets Designer formsFriedemann Kleint2024-09-182-14/+14
| | | | | | | | Load and save once so that fully qualified enumerations are used. Task-number: PYSIDE-2846 Change-Id: I544467c1d9254533bf62e1344c26c90c7d17d118 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-203-0/+3
| | | | | | | | Add a future statement to all Python source files. Task-number: PYSIDE-2786 Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
* Examples: Update ui_*.py filesFriedemann Kleint2024-04-092-5/+5
| | | | | | | | As a drive-by, fix the resource file name of the PDF viewer example. Pick-to: 6.7 Change-Id: Ie86ee8d7ed538bc2e55018913b547add88f48efa Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Add the pdf/pdfwidgets pdfviewer examplesFriedemann Kleint2022-09-1320-0/+4301
[ChangeLog][PySide6] QtPdf and QtPdfWidgets have been added. Change-Id: Ia7614bc98f5fde3438b16983696ff0ef3543a02f Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>