Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. What is the perfect way of storing history
QtWS25 Last Chance

What is the perfect way of storing history

Scheduled Pinned Locked Moved Qt WebKit
3 Posts 2 Posters 1.3k 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.
  • D Offline
    D Offline
    developer
    wrote on last edited by
    #1

    What is the perfect way of storing history.
    My current way is when a user closes tabs i got the QWebHistory and execute a loop through them and submit them every time this si quite slow in case of big history of 5000 now you will ask where we got these 500 historys just search for images on bing and you will get these history as bing updates the url every time first i was using when url was changed update the history but it does not works because in bing iamges this caused a problem and not only bing this is a problem for many websites.
    arora uses historyentry and historymanager and to understand there history system is quite difficult what is the perfect method to use.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      Why are you not using the operator<<() and operator>>() on QWebHistory?

      1 Reply Last reply
      0
      • D Offline
        D Offline
        developer
        wrote on last edited by
        #3

        so whats of these use to me my problem is not this i know how to get history

        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