Skip to content

QtWebEngine

Discussions and questions on QtWebEngine
1.3k Topics 4.0k Posts
  • 0 Votes
    3 Posts
    10k Views
    MeerMusikM
    Hello. I just did a Test Deploy on a Windows 10 and a Windows 7 Clean VM Machine. Qt Version is 5.5.0 I know this is about Embedded Linux and around 5 Months old. But I have the same Problem. It is exactly the same Error Message. Does anybody found a real working Solution yet? The .pak File is in my Application Main Folder. I created a qt.conf and tried the following Settings: [Paths] Prefix=<QCoreApplication::applicationDirPath()> Prefix=<> Prefix=<\> Prefix=<&PWD> Nothing worked so far. I could not find the answer, how to tell Prefix to use the current Directory. In addition: Has anybody created a BR yet? If not, I can do this. Thanks Oliver EDIT01: Finally I found a way to make it work: [Paths] Prefix=. Time will tell if this will bring up other Bugs, Glitches etc.
  • This topic is deleted!

    Locked
    2
    0 Votes
    2 Posts
    61 Views
  • [SOLVED] Display HTML from QRC in WebEngineView

    7
    0 Votes
    7 Posts
    6k Views
    N
    OK, so I just tried it again and now it works. No idea what's different from earlier this week, but I'm glad it works now. :]
  • How to build Qt5.5 with QWebEngine staticly?

    static build qtwebengine qt5.5
    2
    0 Votes
    2 Posts
    2k Views
    DuinoD
    Waiting online~~~
  • Windows 10 and MSVC 2015 RTM: Known Workaround?

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    MeerMusikM
    Hello. Yesterday I have tried the following and failed: I have changed the Part from Line 1 in File '..\qtwebengine\tools\qmake\mkspecs\features\functions.prf' from: !win32-msvc2013: !contains(QT_CONFIG, c++11) { To: !win32-msvc2015: !contains(QT_CONFIG, c++11) { And in Line 17 from: linux-g++*|win32-msvc2013|macx-clang: return(true) To: linux-g++*|win32-msvc2013|win32-msvc2015|macx-clang: return(true) As I am absolutely new to QtWebEngine, I am not sure If this is enough. But after I found an Entry at code.qt.io from Michael BrĂ¼ning called "Print a more descriptive warning when a build is skipped.", I thought I would give it a try. The Result is the following Error: Using extra options found in c:\qt5src\qtwebengine\src\core\qtwebengine_extras.gypi Traceback (most recent call last): File "C:/qt5src/qtwebengine/tools/buildscripts/gyp_qtwebengine", line 147, in <module> args.extend(['-Goutput_dir='+ os.path.relpath(output_dir, qtwebengine_root)]) File "C:\Python32\lib\ntpath.py", line 528, in relpath % (path_prefix, start_prefix)) ValueError: path is on drive D:, start on drive c: Project ERROR: -- running gyp_qtwebengine failed -- NMAKE : fatal error U1077: '(' : return code '0x3' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. ['Python32' is Python 32-bit but it contains the latest Python 2.7 Package. Bad old naming leftover.] I dont know enough about QtWebEngine and nearly nothing about Python. I have to wait for a fix from someone who knows what (s)he's doing. My Bug Report has set to P2 - so with any luck, this will be fixed in 5.5.1 Until then I have to work with a pre-built MSVC 2013 Package. My Tool is far from ready to be released. So I still have time to wait for a fix for WebEngine and and a fix for ICU as well. Have a sunny weekend everyone :) Thanks Oliver
  • Integrate QWidget into Qt WebEngine

    qtwebengine qwidget integrate
    1
    1 Votes
    1 Posts
    899 Views
    No one has replied
  • QWebEnginePage unable to connect HTTPS server

    qt5.5 qwebengine qwebengineview qt5
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • QT Vs RPC JSON 2.0

    rpc json 2.0 we
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • QWebEngineView inside of QWidget

    qtwidgets qtwebengine
    2
    0 Votes
    2 Posts
    3k Views
    D
    Well, it was caused by a QGraphicsEffect on the QWidget. After removing it, the QWebEngineView worked without any flaws. weird.
  • [ask]Deploy QtWebEngine on Windows?

    7
    0 Votes
    7 Posts
    11k Views
    A
    I had a similar problem. You can try to fix in this way: do enable console loggin' adding CONFIG += console into the .pro file rebuild and launch again the application: now every qDebug() message and other errors appear in a terminal now you can follow what QT is saying that is missing (in my case libEGL.dll libGLESv2.dll and opengl32sw.dll) Hope this can help.
  • QtWebEngine : Allow access to WebCamera and Peer to Peer connection

    1
    0 Votes
    1 Posts
    674 Views
    No one has replied
  • addToJavaScriptWindowObject with Qt 5.5

    5.5 webengine javascript bridge
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [resolved]Post a file with qml

    post webengineview upload
    4
    0 Votes
    4 Posts
    3k Views
    M
    I use this code to resolve my problem : Rectangle { width: (tabView.width)-30 Layout.preferredHeight: 400 z:1 WebEngineView { id: webview url: "http://google.com" anchors.fill: parent } }
  • WebEngine - Screen Tearing

    qwebengineview qt5
    1
    0 Votes
    1 Posts
    919 Views
    No one has replied
  • QWebEngineView set proxy

    qwebengineview qwebengine qt5 qwebkit proxy
    3
    0 Votes
    3 Posts
    3k Views
    UndeadBlowU
    @ThatDud3 well, Qt 5.5 have been released, but I don't see nothing about proxy in QWebEngineSettings XD It is real problem...
  • QWebEngine static

    1
    0 Votes
    1 Posts
    714 Views
    No one has replied
  • Set Useragent?

    4
    0 Votes
    4 Posts
    2k Views
    JKSHJ
    Ah sorry... I didn't notice you were using Qt WebEngine. I don't know if that's possible, sorry. If you don't get any answers here, try asking at the Interest mailing list (you need to subscribe first).
  • QtWebEngine on Android/iOS

    7
    0 Votes
    7 Posts
    6k Views
    V
    There is a QtWebView which is probably will do the job, but so far there in not much controls to control
  • SIGABRT on Linux with FancyBrowser example [SOLVED]

    5
    0 Votes
    5 Posts
    2k Views
    UndeadBlowU
    @ThatDud3 that works, thanks you.
  • How to use WebChannel from a c++ client

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    If you take the examples, it's a C++ Qt application which UI happens to be using HTML.