Skip to content

QtWebEngine

Discussions and questions on QtWebEngine
1.3k Topics 3.9k Posts
  • 0 Votes
    1 Posts
    309 Views
    No one has replied
  • QtWebEngine link errors

    Unsolved
    6
    1 Votes
    6 Posts
    5k Views
    E
    I also got this error when using debian11 with Qt5.15.2 /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 3 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 4 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 5 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 6 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 7 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 8 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 9 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 10 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 11 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 12 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 13 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 14 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 15 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 16 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 17 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 18 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 19 (>= sh_info of 3) /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 20 (>= sh_info of 3)
  • How to change drawing size in WebEngineView

    Unsolved
    1
    0 Votes
    1 Posts
    262 Views
    No one has replied
  • 0 Votes
    1 Posts
    347 Views
    No one has replied
  • Cannot find module QWebView

    Unsolved
    15
    0 Votes
    15 Posts
    2k Views
    L
    @gouneken No, Linux ( Fedora 35 )
  • how to enable using QWebEngineWidgets module after downloading?

    Unsolved qt6 qt c++ qwebengine qtcreator
    3
    0 Votes
    3 Posts
    537 Views
    jsulmJ
    @gouneken said in how to enable using QWebEngineWidgets module after downloading?: I'm using a module from another version of qt or something else You, of course, have to install it for Qt version you're using
  • Save Cookies in Qt6.2.4 ?

    Solved
    20
    0 Votes
    20 Posts
    2k Views
    P
    The Solution is : QWebEngineProfile *profile = new QWebEngineProfile(QString::fromLatin1("MyApplication.%1").arg(qWebEngineChromiumVersion())); // unique profile store per qtwbengine version QWebEnginePage *page = new QWebEnginePage(profile); // page using profile QWebEngineView *view = new QWebEngineView(); view->setPage(page); view->setUrl(AccueilUrl); view->setZoomFactor(1.2); setCentralWidget(view);
  • QWebEnginePage's print preview (PrintPreviewDialog) is fuzzy

    Unsolved
    5
    1 Votes
    5 Posts
    799 Views
    X
    this is still problem in qt5.15.2 . has not been fixed completely.
  • 0 Votes
    2 Posts
    573 Views
    raven-worxR
    @gouneken multiple inheritance of QObject isn't possible (Page_all class) your Page_all class inherits QWebEnginePage and also has a QWebEnginePage as a member variable?! dont name variables the same as their type names! the createWindow() method is intended to create a new physical window (a QWidget for example) and return the containing QWebEnginePage. You might need to create another QWebEngineView inside (or a use it directly as a window)
  • Codecs QWebEngine Cpp/Qt

    Unsolved
    2
    0 Votes
    2 Posts
    495 Views
    P
    Hello, When I try to recompile QtWebEngine with the proprietary codecs I have an error : C:\Qt\5.15.2\Src\qtwebengine>"C:\Qt\5.15.2\msvc2019_64\bin\qmake.exe" -- -webengine-proprietary-codecs Running configuration tests... Done running configuration tests. Configure summary: Qt WebEngine Build Tools: Use System Ninja ....................... no Use System Gn .......................... no Jumbo Build Merge Limit ................ no Developer build ........................ no Sanitizer .............................. no Note: The following modules are not being compiled in this configuration: webenginecore webengine webenginewidgets pdf pdfwidgets WARNING: QtWebEngine requires a Windows SDK version 10.0.18362 or newer. WARNING: QtPdf requires a Windows SDK version 10.0.18362 or newer. WARNING: QtWebEngine will not be built. WARNING: QtPdf will not be built. Qt is now configured for building. Just run 'nmake'. Once everything is built, you must run 'nmake install'. Qt will be installed into 'C:\Qt\5.15.2\msvc2019_64'. Prior to reconfiguration, make sure you remove any leftovers from the previous build. so i add a bat file : qt5vars.bat to have the path of compilation @echo off REM Set up \Microsoft Visual Studio 2019, where <arch> is \c amd64, \c x86, etc. CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64_x86 10.0.18362 REM Edit this location to point to the source code of Qt SET _ROOT=C:\Qt\Qt5.15.2\Src SET _PYTHON=C:\Python27 SET PATH=%_ROOT%\qtbase\bin;%_ROOT%\gnuwin32\bin;%_ROOT%;%_PYTHON%;%PATH% SET _ROOT= SET _PYTHON= REM Keeps the command line open when this script is run. cmd /k I installed all dependancies but it's dont detect Windows SDK
  • QWebView- how can i enable uploading and downloading from the view?

    Unsolved
    1
    0 Votes
    1 Posts
    183 Views
    No one has replied
  • Enable only http and https webpages

    Unsolved
    1
    0 Votes
    1 Posts
    158 Views
    No one has replied
  • QWebEngineView CPU and GPU usages are extremely high

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    F
    @raven-worx After testing, for my case, it is mainly caused by the frame rate of the cocos2d-js web page. The default frame rate is 60. I changed it to 30 for either canvas or webgl render mode. The usages of CPU and GPU dropped significantly.
  • 0 Votes
    1 Posts
    227 Views
    No one has replied
  • Save and load cookies after logging in

    Unsolved
    1
    0 Votes
    1 Posts
    270 Views
    No one has replied
  • QWebEngineView crashing when ran

    Solved qwebengineview opengl
    2
    0 Votes
    2 Posts
    3k Views
    T
    Issue is resolved. I had updated my GPU drivers and after restart, it began to work.
  • QtWebEngineProcess process crashing after QT upgade to 5.7.1 from 5.6.0

    Unsolved
    5
    0 Votes
    5 Posts
    596 Views
    JonBJ
    @Nlakhani I don't have any further knowledge of Mac. Works fine for me elsewhere.
  • Build Qt with gRPC using cmake in Linux

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    piervalliP
    @jack-reemoon sorry because you use gRPC instead of rest service? Thanks
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • QEvents triggered twice in my QWebSocket

    Unsolved qt5.15.2 websocket webchannel
    1
    0 Votes
    1 Posts
    341 Views
    No one has replied