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. How to clear qmlviewer cache and cookies of WebView?
Forum Updated to NodeBB v4.3 + New Features

How to clear qmlviewer cache and cookies of WebView?

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 6.6k 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.
  • A Offline
    A Offline
    ArtemK
    wrote on last edited by
    #1

    Hi,

    I need to clear cache of qmlviewer. How can I do it?

    Thank you.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mbrasser
      wrote on last edited by
      #2

      I don't think there is an easy way (maybe a good feature request for "http://bugreports.qt.nokia.com":http://bugreports.qt.nokia.com?)

      The cache information is stored in two places, which you should be able to manually remove:

      In the application settings; see the "QSettings doc":http://doc.qt.nokia.com/4.7-snapshot/qsettings.html#locations-where-application-settings-are-stored for where this ends up getting stored. (organization name "Nokia", organization domain "nokia.com, app name "QtQmlViewer")

      In the tmp path (QDir::tempPath() + "/qml-viewer-network-cache").

      The code for this is in tools/qml/qmlruntime.cpp if you want to dig further.

      Regards,
      Michael

      1 Reply Last reply
      0
      • A Offline
        A Offline
        ArtemK
        wrote on last edited by
        #3

        Thank you. Your suggestions was helpful for me.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tattoo
          wrote on last edited by
          #4

          Hello ArtemK,

          Were you able to solve this problem if yes can you elaborate how you did it??
          [quote author="ArtemK" date="1281649553"]Hi,

          I need to clear cache of qmlviewer. How can I do it?

          Thank you.[/quote]

          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