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. QWebEngineView set proxy

QWebEngineView set proxy

Scheduled Pinned Locked Moved QtWebEngine
qwebengineviewqwebengineqt5qwebkitproxy
3 Posts 2 Posters 3.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.
  • U Offline
    U Offline
    UndeadBlow
    wrote on 10 Jun 2015, 13:01 last edited by UndeadBlow 6 Oct 2015, 13:05
    #1

    Hello. Is there some way to setup proxy for QWebEngineView? Like it was in QWebView:

    ui->webView->page()->networkAccessManager()->setProxy(proxy);
    

    If there is still totaly no way, is this possibility announced in future?

    P.S. In this thread solution wasn't found...

    1 Reply Last reply
    0
    • T Offline
      T Offline
      ThatDud3
      wrote on 10 Jun 2015, 14:23 last edited by
      #2

      Well the proper way with embedded Google Chrome Web Engine a.k.a Blink is by command line parameter only... so we should forget about using multiple proxies ...well unless Qt provides a way to start multiple instances each with its own set of command line parameters

      Now about the command line parameters - They promise us they'll be adding something called settings in Qt 5.5 but do not specify if they're talking about settings you provide through command line (like proxy etc.) or internal settings (like LoadImages, EnableJavaScript etc.) or both. I've asked a couple of times here - no answer so far. I guess we'll have to wait and see what goes into the final version of Qt 5.5

      U 1 Reply Last reply 2 Jul 2015, 17:32
      1
      • T ThatDud3
        10 Jun 2015, 14:23

        Well the proper way with embedded Google Chrome Web Engine a.k.a Blink is by command line parameter only... so we should forget about using multiple proxies ...well unless Qt provides a way to start multiple instances each with its own set of command line parameters

        Now about the command line parameters - They promise us they'll be adding something called settings in Qt 5.5 but do not specify if they're talking about settings you provide through command line (like proxy etc.) or internal settings (like LoadImages, EnableJavaScript etc.) or both. I've asked a couple of times here - no answer so far. I guess we'll have to wait and see what goes into the final version of Qt 5.5

        U Offline
        U Offline
        UndeadBlow
        wrote on 2 Jul 2015, 17:32 last edited by
        #3

        @ThatDud3 well, Qt 5.5 have been released, but I don't see nothing about proxy in QWebEngineSettings XD It is real problem...

        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