Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
ccbd6fbdbe071f42e1c060ca579786758701f358 (qt/qtwebengine/wip/qtpdf), f36f0d520 (dev)
Description
If a PDF has a rendered page containing a table of contents, often each entry will have a clickable link intended to jump to the correct page.
For Qt Quick we can probably create a model that provides the geometry, then use Repeater to instantiate an Item (such as a very light translucent Rectangle) for each link, containing a TapHander that invokes some function when clicked to jump to the right place.
PDFs can also contain links to web pages or to other documents. Whether we need to support this now is TBD. But QDesktopServices::openUrl() is one way to handle web links.
Attachments
Issue Links
- is required for
-
QTBUG-77503 Prepare for a supported release of QtPDF with more features
- Closed
- relates to
-
QTBUG-122165 PDF hyperlinks do not work in PDF Widgets side.
- Closed
-
QTBUG-98886 QPdfDestination is used as base class, but dtor is public and non-virtual
- Closed
-
QTBUG-131444 External hyperlinks with PDF Widgets
- Reported