Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. WebEngineDownloadItem url property
Forum Updated to NodeBB v4.3 + New Features

WebEngineDownloadItem url property

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 388 Views
  • 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.
  • C Offline
    C Offline
    chrisclime
    wrote on last edited by
    #1

    Hi, a question about the QML type
    http://doc-snapshots.qt.io/qt5-5.11/qml-qtwebengine-webenginedownloaditem.html

    Why does it not have an "url" property of the url of the content to be downloaded ?

    The corresponding C++ object https://doc.qt.io/qt-5/qwebenginedownloaditem.html#url
    has the function

    QUrl QWebEngineDownloadItem::url() const
    

    but the QML object seems not, while it does have e.g. path, state, totalBytes...

    Has it been forgotten, or is it not included on purpose ? (If so, can I open an issue for it?)
    Is there another way to get the url from an instance of WebEngineDownloadItem QML type ?

    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