Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to get and modify some data from url before parsing and viewing in QWebView
Forum Update on Monday, May 27th 2025

How to get and modify some data from url before parsing and viewing in QWebView

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 926 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.
  • R Offline
    R Offline
    redbit
    wrote on 19 Jul 2014, 14:34 last edited by
    #1

    When I call load function in QWebView with some URL.

    this make connecting the url and receive data from that url.

    I want change that data, because some site use

    Content-Type: text/plain; charset=ks_c_5601-1987

    but this is same that

    Content-Type: text/plain; charset=euc-kr

    in ks_c_5601-1987 QWebView does not work what i want but euc-kr work fine.

    so I want modify that header info before QWebView using.
    How can i do this?

    plz help me.

    sorry to my foolish english skill.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      atige
      wrote on 19 Jul 2014, 14:59 last edited by
      #2

      cant u save webpage data to local file then edit it and give to Qwebview?

      1 Reply Last reply
      0
      • R Offline
        R Offline
        redbit
        wrote on 19 Jul 2014, 16:48 last edited by
        #3

        but that page is complex.. so it difficult to save local and use it

        [quote author="atige" date="1405781989"]cant u save webpage data to local file then edit it and give to Qwebview?[/quote]

        1 Reply Last reply
        0

        1/3

        19 Jul 2014, 14:34

        • Login

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