Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    QWebEngineView set proxy

    QtWebEngine
    qwebengineview qwebengine qt5 qwebkit proxy
    2
    3
    2700
    Loading More Posts
    • 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.
    • UndeadBlow
      UndeadBlow last edited by UndeadBlow

      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 Reply Quote 0
      • T
        ThatDud3 last edited by

        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

        UndeadBlow 1 Reply Last reply Reply Quote 1
        • UndeadBlow
          UndeadBlow @ThatDud3 last edited by

          @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 Reply Quote 0
          • First post
            Last post