summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdfquick/shared/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Begin adding Qt Quick Pdf testsShawn Rutledge2022-08-311-0/+110
...starting with tests for the PdfMultiPageView component. The file bookmarksAndLinks.pdf is fx/other/bookmarkgetcolor.pdf from https://pdfium.googlesource.com/pdfium_tests pdf-sample.protected.pdf is from 55b863f2dd2773290c63259c3835b19dcb277098 The shared/util implementation is adapted from the Qt Quick 3D module, with showView() adapted from qtdeclarative's viewtestutils.cpp. Pick-to: 6.4 Change-Id: I1458968846d33f262465a368fdaec771d4979b67 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>