Skip to content

QtWebEngine

Discussions and questions on QtWebEngine
1.2k Topics 3.7k Posts
  • Enabling Plugins

    4
    0 Votes
    4 Posts
    1k Views
    M

    Good one, I have been trying to install plugins for Chromium, but not able so far.
    With the standard Chromium browser, you go to "chrome://plugins"
    and see a list of installed plugins for Chromium, not sure if this is available for Qt's chromium browser? Would be a really nice feature (adblock,etc, all usefull plugins that should available :)

  • 0 Votes
    3 Posts
    2k Views
    M

    I'm looking for the link delegate policy also. I had some link that open in the native browser using QWebView...

  • QWebEngineView - using in designer?

    2
    0 Votes
    2 Posts
    2k Views
    M

    @maximus I made a custom class subclassing QWidget and just added my QWebEngineView in it, then I can promote a standard QWidget inside designer to this class. Works but would be nice to have QWebEngineView in designer for newbies

  • 0 Votes
    1 Posts
    958 Views
    No one has replied
  • web search engine

    0
    0 Votes
    0 Posts
    582 Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Trying to compile QtWebEngine on MIPS (Qt 5.4)

    2
    0 Votes
    2 Posts
    2k Views
    J

    Finally, I skipped the restrictions mofidying the file qtwebengine/tools/qmake/mkspecs/features/functions.prf:

    Before:

    skipBuild("Qt WebEngine can currently only be built for Linux (GCC), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation.")
    return(false)

    After:

    #skipBuild("Qt WebEngine can currently only be built for Linux (GCC), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation.")
    return(true)

  • 0 Votes
    2 Posts
    951 Views
    P

    When i play a video on youtube ( 3 minute), ram increase to 1.2Gb.

  • [WebEngineView] Open New Window

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Replacing NetworkAccessManager features

    2
    0 Votes
    2 Posts
    1k Views
    A

    Well, for posterity, I'll answer my own questions as best I can:

    Proxy server any port can be set in the OS environment ("http_proxy") and the widget seems to respect this setting.

    override QtWebEnginePage.certificateError, which should return true if we're ignoring the error. Unfortunately the widget doesn't actually call this function for a lot of certificate errors, so it's not working right now.

    File downloads aren't supported, maybe in 5.5

    tl;dr - QtWebEngine is very young, wait for future versions for it to be usable.

  • Qtwebengine on Android

    5
    1 Votes
    5 Posts
    11k Views
    S

    [quote author="JKSH" date="1424486520"]Hi,

    Qt WebEngine is not available on mobile platforms.

    Use "Qt WebView":http://doc.qt.io/qt-5/qtwebview-index.html instead[/quote]

    Thanks a lot, it works!

  • 0 Votes
    10 Posts
    6k Views
    p3c0P

    Glad that it worked :)
    Please mark it as solved by editing the post title and prepend [solved].

  • 0 Votes
    1 Posts
    739 Views
    No one has replied
  • Qtwebchannel standalone example not working

    3
    0 Votes
    3 Posts
    1k Views
    2

    thanks. now is working

  • [SOLVED] QtWebEngine headless?

    9
    1 Votes
    9 Posts
    8k Views
    T

    Yes I was using a busy loop calling QApplication::processEvents(); once in a while

    To summarize:

    Yes you can run QtWebEngine headless/in console but it requires QApplication and won't work with QCoreApplicaion

    Much alike WebKit it requires quite frequently access to main event loop i.e. do not block it for extensive periods of time

    I'm not sure if toHtml() shows original/loaded Html or 'generated' Html (after some time javascript usually alters original Html) and which Blink engine version is used (it could be rather old) but it doesn't render google's results properly.
    I need to investigate... any pointers, documentation...

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • QtWebEngineProcess.exe ?

    3
    0 Votes
    3 Posts
    22k Views
    raven-worxR

    i guess this the new design like all modern web-browsers have, when each tab is running a separate process. This is done for security and stability reasons.

  • QtWebEngine API?

    2
    0 Votes
    2 Posts
    1k Views
    raven-worxR

    the QtWebEngine module is very limited - from a programmers point of view - yet.
    You can find the whole C++ API "here":http://doc.qt.io/qt-5/qtwebenginewidgets-module.html

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Dom manipulation trversal

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS

    Hi,

    You should rather ask this on the "qtwebengine":http://lists.qt-project.org/mailman/listinfo/qtwebengine mailing list. You'll find there the modules developers/maintainers (this forum is more user oriented)