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. Qml Webview and http caching

Qml Webview and http caching

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 863 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.
  • K Offline
    K Offline
    Kernelcoffee
    wrote on last edited by
    #1

    Hi all,

    I need to setup a webview that will grab a static html page but i'd like that page to be cached and only be pulled again if the cache expire or if the header info "Last-Modified" changes.
    I know it can be done using QNetworkAccessManager and QNetworkDiskCache (already done it for something else) but that's the C++/QWidget side.
    I couldn't find anything regarding how it works in Qml.

    Any info I can use on that ?

    Thanks.

    C 1 Reply Last reply
    1
    • K Kernelcoffee

      Hi all,

      I need to setup a webview that will grab a static html page but i'd like that page to be cached and only be pulled again if the cache expire or if the header info "Last-Modified" changes.
      I know it can be done using QNetworkAccessManager and QNetworkDiskCache (already done it for something else) but that's the C++/QWidget side.
      I couldn't find anything regarding how it works in Qml.

      Any info I can use on that ?

      Thanks.

      C Offline
      C Offline
      Cinohee
      wrote on last edited by
      #2

      @Kernelcoffee
      Hello
      Do you found any way?

      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