Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Url of WebEngineView with qrc and local file
Forum Updated to NodeBB v4.3 + New Features

Url of WebEngineView with qrc and local file

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 771 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • CharlieGC Offline
    CharlieGC Offline
    CharlieG
    wrote on last edited by
    #1

    Hello,
    I want display a pdf file in my WebEngineView. For this, I use pdf.js and viewer.html. All files of pdf.js are in my ressource system and I want load automaticly a local pdf.

    But I think the associating of qrc and local file is not possible, because my pdf is not automaticly display.

    WebEngineView {
        anchors.fill: parent
        url: "qrc:/pdfjs/web/viewer.html?file=file:///path/to/my/pdf"
    }
    

    Have you an idea ?

    PS : The manual opening of a local file directly with viewer.html interface is ok

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved