<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QtWebEngine]]></title><description><![CDATA[Discussions and questions on QtWebEngine]]></description><link>https://forum.qt.io/category/54</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 06:00:11 GMT</lastBuildDate><atom:link href="https://forum.qt.io/category/54.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 May 2026 22:24:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Can&#x27;t find ui_webauthdialog.h]]></title><description><![CDATA[@JonB thanks !
I had more problems, which I managed to fixed.
My PKGBUILD was using qmake6, but that doesn't generate ui_webauthdialog.h.
I tried qmake, but :
Project ERROR: Unknown module(s) in QT: webenginewidgets

I tried cmake, it doesn't worked at first … but it was due to the facts my qt6* packages where all in the same version (I think the archlinux repository weren't fully sync the last time I did an update)
→ after fixing my qt6* package, cmake worked.
(note: I retried qmake6 and qmake with good qt6* packages → they still fails)
So in short : I needed to use cmake ., then make (as stated in the README.md).
Thanks for your help
]]></description><link>https://forum.qt.io/topic/164190/can-t-find-ui_webauthdialog.h</link><guid isPermaLink="true">https://forum.qt.io/topic/164190/can-t-find-ui_webauthdialog.h</guid><dc:creator><![CDATA[tchernomax]]></dc:creator><pubDate>Sat, 31 Jan 2026 11:57:55 GMT</pubDate></item><item><title><![CDATA[QWebEngine leaflet load page problem]]></title><description><![CDATA[<p dir="auto">Hello, I use webgine with leaflet js, I can show map and use it my events, but sometimes suddenly page can not load. I check it with browser same time, webgine gone but browser still okey.</p>
<p dir="auto">There are not icons, because load problem I think, but what can be it?</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/32a7d170-751e-4005-a43e-5864174e31df.png" alt="Screenshot 2026-01-26 123419.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">You can see under side of map does not exist.</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/ba87344a-3938-4cf1-85f3-3fc07490485b.png" alt="Screenshot 2026-01-26 123615.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I think that is not about leaflet. Because I could not take any problem on browser. I need help urgently.</p>
]]></description><link>https://forum.qt.io/topic/164155/qwebengine-leaflet-load-page-problem</link><guid isPermaLink="true">https://forum.qt.io/topic/164155/qwebengine-leaflet-load-page-problem</guid><dc:creator><![CDATA[Joe von Habsburg]]></dc:creator><pubDate>Mon, 26 Jan 2026 10:53:47 GMT</pubDate></item><item><title><![CDATA[High cpu usage of setPersistentStoragePath]]></title><description><![CDATA[Hi and welcome to devnet,
Are you using PySide ? PyQt ?
Which version of it ?
On which OS ?
How did you install it ?
Which version of Python ?
]]></description><link>https://forum.qt.io/topic/164060/high-cpu-usage-of-setpersistentstoragepath</link><guid isPermaLink="true">https://forum.qt.io/topic/164060/high-cpu-usage-of-setpersistentstoragepath</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 09 Jan 2026 01:15:33 GMT</pubDate></item><item><title><![CDATA[Application freeze when displaying a page in QtWebEngine]]></title><description><![CDATA[Hi @JonB ,
Yes, I confirm that they can access this particular web page using an external web browser.
Thanks a lot for the link to the post regarding the profile, I'll check it (note that I already know we are not properly handling the lifecycle of some of our objects, so I'm pretty confident that we'll be able to fix the issue leading to this message... even if I don't know whether it could be the root cause of the freeze).
]]></description><link>https://forum.qt.io/topic/163987/application-freeze-when-displaying-a-page-in-qtwebengine</link><guid isPermaLink="true">https://forum.qt.io/topic/163987/application-freeze-when-displaying-a-page-in-qtwebengine</guid><dc:creator><![CDATA[Ekia]]></dc:creator><pubDate>Wed, 24 Dec 2025 09:47:51 GMT</pubDate></item><item><title><![CDATA[QtQuick WebEngineView color input has no effect]]></title><description><![CDATA[<p dir="auto">I'm writing a simple html page with &lt;input type="color" id="dateColor" value="#ffffff" /&gt; , in widget based WebEngineView ,it works when clicking it and choosing color in a QDialog, but when I uses QML WebEngineView(even in official nano example), I click the color, and there is a QML dialog to choose the color, then click the "OK" button but there is no effect !</p>
<p dir="auto">Qt 6.10.0<br />
Windows 11 26200.7462</p>
]]></description><link>https://forum.qt.io/topic/163938/qtquick-webengineview-color-input-has-no-effect</link><guid isPermaLink="true">https://forum.qt.io/topic/163938/qtquick-webengineview-color-input-has-no-effect</guid><dc:creator><![CDATA[hymnly]]></dc:creator><pubDate>Tue, 16 Dec 2025 11:06:30 GMT</pubDate></item><item><title><![CDATA[About the conflict between QWebEngineView video playback and QWebChannel]]></title><description><![CDATA[<p dir="auto">Hello anyone,</p>
<p dir="auto">My project uses QWebEngineView for video playback and QWebChannel to enable interaction between JS and QT.</p>
<p dir="auto">QT6.8.3 on Windows</p>
<p dir="auto">QWebEngine has been compiled with the -webengine-proprietary-codecs option and can now play videos properly.</p>
<p dir="auto">However, when I inject JavaScript code through QWebChannel to achieve JS and QT interaction, the video playback fails. I have tried several methods, but none worked.</p>
<p dir="auto">I suspect that QWebEngine video playback conflicts with users using QWebChannel.</p>
<p dir="auto">Could anyone help me analyze what the problem might be?</p>
<p dir="auto">My code is as follows:</p>
<pre><code>//...
    webChannel = new QWebChannel(ui-&gt;webView);
    webChannel-&gt;registerObject("myQtObject",myQtObject);
//...
       ui-&gt;webView-&gt;page()-&gt;setWebChannel(webChannel);
//...
   QFile webChannelJsFile(":/res/qwebchannel.js");
    if (webChannelJsFile.open(QIODevice::ReadOnly)) {
     //  ...
        QByteArray webChannelJs = webChannelJsFile.readAll();
        webChannelJsFile.close();

        //If the following code is injected, the H5 video cannot play; however, if it is not injected, the window.myQtObject object cannot be initialized.
        webChannelJs.append(
            "\n"
            "new QWebChannel(qt.webChannelTransport, function(channel) {\n"
            "     window.myQtObject = channel.objects.myQtObject;\n"
            "});\n"
            );

        QWebEngineScript script;
        script.setName("qwebchannel.js");
        script.setInjectionPoint(QWebEngineScript::DocumentCreation); //Tried the DocumentReady parameter, but it still doesn't work.
        script.setRunsOnSubFrames(false);
        script.setWorldId(QWebEngineScript::MainWorld);  //Tried the ApplicationWorld and UserWorld parameters, but they both don't work.
        script.setSourceCode(webChannelJs);

        ui-&gt;webView-&gt;page()-&gt;scripts().insert(script);
    }
</code></pre>
]]></description><link>https://forum.qt.io/topic/163753/about-the-conflict-between-qwebengineview-video-playback-and-qwebchannel</link><guid isPermaLink="true">https://forum.qt.io/topic/163753/about-the-conflict-between-qwebengineview-video-playback-and-qwebchannel</guid><dc:creator><![CDATA[KipoWU]]></dc:creator><pubDate>Wed, 19 Nov 2025 11:20:14 GMT</pubDate></item><item><title><![CDATA[Can&#x27;t build WebEngineWidgets example on Ubuntu 22.04, QT 6.10]]></title><description><![CDATA[@jsulm Thanks for the reply. Correct. I created a folder name different from the default. FYI, I can build other examples so I don't think my installation folder is the issue.
]]></description><link>https://forum.qt.io/topic/163750/can-t-build-webenginewidgets-example-on-ubuntu-22.04-qt-6.10</link><guid isPermaLink="true">https://forum.qt.io/topic/163750/can-t-build-webenginewidgets-example-on-ubuntu-22.04-qt-6.10</guid><dc:creator><![CDATA[GuitGentlyWeeps]]></dc:creator><pubDate>Tue, 18 Nov 2025 21:02:32 GMT</pubDate></item><item><title><![CDATA[cannot access https:&#x2F;&#x2F;code.qt.io&#x2F;yocto&#x2F;meta-qt6  — connection refused”]]></title><description><![CDATA[@Axel-Spoerl
“Thank you for the update. I’ll retry accessing the repositories and continue monitoring the situation. Please let me know if there are further changes.”
]]></description><link>https://forum.qt.io/topic/163746/cannot-access-https-code.qt.io-yocto-meta-qt6-connection-refused</link><guid isPermaLink="true">https://forum.qt.io/topic/163746/cannot-access-https-code.qt.io-yocto-meta-qt6-connection-refused</guid><dc:creator><![CDATA[ganavi]]></dc:creator><pubDate>Tue, 18 Nov 2025 09:35:14 GMT</pubDate></item><item><title><![CDATA[Unable to include dependent .so libraries when generating .deb package for Qt application]]></title><description><![CDATA[cmake_minimum_required(VERSION 4.0)
project(desk_pos_test)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)


# Tell the binary to look for libraries inside ../lib relative to executable
set(CMAKE_BUILD_RPATH "$ORIGIN/../lib")
set(CMAKE_INSTALL_RPATH "$ORIGIN/../lib")


find_package(Qt6 COMPONENTS
        Core
        Gui
        Widgets
        WebEngineWidgets
        WebEngineCore
        REQUIRED)


qt6_wrap_cpp(MOC_SOURCES main.cpp)
add_executable(desk_pos_test main.cpp
        main.cpp
)
target_link_libraries(desk_pos_test
        Qt::Core
        Qt::Gui
        Qt::Widgets
        Qt::WebEngineWidgets
        Qt::WebEngineCore
)

install(TARGETS desk_pos_test
        RUNTIME DESTINATION bin
)

## ✅ Install Qt libraries (if you ship them)
#install(DIRECTORY ${CMAKE_SOURCE_DIR}/packages/com.medkart.desktopPos/data/lib/
#        DESTINATION lib/desk-pos-app
#)

function(copy_qt_lib libname)
    get_target_property(_qt_lib_location Qt6::${libname} LOCATION)
    install(FILES ${_qt_lib_location}
            DESTINATION lib/desk-pos-app
    )
endfunction()

# Copy only the required modules
copy_qt_lib(Core)
copy_qt_lib(Gui)
copy_qt_lib(Widgets)
copy_qt_lib(WebEngineCore)
copy_qt_lib(WebEngineWidgets)
copy_qt_lib(WebChannel)

# ✅ Install resources to /usr/local/share/desk-pos-app
install(DIRECTORY ${CMAKE_SOURCE_DIR}/packages/com.medkart.desktopPos/data/
        DESTINATION share/desk-pos-app
        FILES_MATCHING PATTERN "*"
        EXCLUDE PATTERN "lib/*"
)

install(FILES ${CMAKE_SOURCE_DIR}/resources/desk-pos-app.desktop
        DESTINATION /usr/share/applications)

install(FILES ${CMAKE_SOURCE_DIR}/resources/desk-pos-app.svg
        DESTINATION /usr/share/pixmaps)

I am packaging my Qt6 application as a .deb using the CMake setup shown above, which installs the executable, resources, and Qt libraries. and run the following command to make the .deb file, from project folder in terminal
rm -rf build
mkdir build &amp;&amp; cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cpack -G DEB

Is this an appropriate method for distributing a Qt application to other Linux systems?
How can I optimize this CMake configuration for more reliable deployment and easier updates?
]]></description><link>https://forum.qt.io/topic/163703/unable-to-include-dependent-.so-libraries-when-generating-.deb-package-for-qt-application</link><guid isPermaLink="true">https://forum.qt.io/topic/163703/unable-to-include-dependent-.so-libraries-when-generating-.deb-package-for-qt-application</guid><dc:creator><![CDATA[smit.patel]]></dc:creator><pubDate>Wed, 12 Nov 2025 04:24:02 GMT</pubDate></item><item><title><![CDATA[Qt WebEngine displays raw HTML instead of rendering on Wayland (Debian 13 &quot;Trixie&quot; light image)]]></title><description><![CDATA[@SGaist  the cross compilation of the libraries fixed the prob
]]></description><link>https://forum.qt.io/topic/163606/qt-webengine-displays-raw-html-instead-of-rendering-on-wayland-debian-13-trixie-light-image</link><guid isPermaLink="true">https://forum.qt.io/topic/163606/qt-webengine-displays-raw-html-instead-of-rendering-on-wayland-debian-13-trixie-light-image</guid><dc:creator><![CDATA[The Qt Mayssa]]></dc:creator><pubDate>Wed, 29 Oct 2025 09:20:39 GMT</pubDate></item><item><title><![CDATA[QtWebEngine Chromium not accepting even Valid CA certs]]></title><description><![CDATA[Please provide more details: Which certificate is not trusted?
IIRC Webengine was introduced in 5.5, but it was missing features.
My guess is that the certificated actually can't be trusted and Qt 5.5 didn't notice.
]]></description><link>https://forum.qt.io/topic/163520/qtwebengine-chromium-not-accepting-even-valid-ca-certs</link><guid isPermaLink="true">https://forum.qt.io/topic/163520/qtwebengine-chromium-not-accepting-even-valid-ca-certs</guid><dc:creator><![CDATA[Axel Spoerl]]></dc:creator><pubDate>Wed, 15 Oct 2025 10:45:27 GMT</pubDate></item><item><title><![CDATA[QT6.8 c++ QWebEngine ...  Web pages start with main windows flickering]]></title><description><![CDATA[6.7.3 is a bit old. You might want to try with the latest of the 6.9 series to see if things improve with regard to webengine.
One thing, are you in debug or release mode ? That can have some impact on performances.
]]></description><link>https://forum.qt.io/topic/163354/qt6.8-c-qwebengine-...-web-pages-start-with-main-windows-flickering</link><guid isPermaLink="true">https://forum.qt.io/topic/163354/qt6.8-c-qwebengine-...-web-pages-start-with-main-windows-flickering</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 26 Sep 2025 16:33:07 GMT</pubDate></item><item><title><![CDATA[Qtwebengine build failing with out of memory while compiling evaluate_prg_hwy file]]></title><description><![CDATA[Hello, i don't know which version of gcc you're using, but there is this know issues (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109505#c18) with older version of gcc (seemingly pre 12.4 which prevent chromium from being built specifically for arm64 target. I had the same issues with the exact same file. The solutions in my case was to bump the gcc version (from 12.2.0 to 12.4.0) and compile again from scratch.
]]></description><link>https://forum.qt.io/topic/163317/qtwebengine-build-failing-with-out-of-memory-while-compiling-evaluate_prg_hwy-file</link><guid isPermaLink="true">https://forum.qt.io/topic/163317/qtwebengine-build-failing-with-out-of-memory-while-compiling-evaluate_prg_hwy-file</guid><dc:creator><![CDATA[aymraic]]></dc:creator><pubDate>Tue, 23 Sep 2025 01:34:32 GMT</pubDate></item><item><title><![CDATA[QtWebEngineCore deployment issue]]></title><description><![CDATA[I've found an icudtl.dat in /usr/local/resources. I suppose it's the system one.
I've made a small fix in my CMakeLists by doing:
if(LINUX)
    # Check if icudtl.dat exists for Qt6WebEngine deployment
    if(EXISTS "/usr/share/qt6/resources/icudtl.dat")
        message(STATUS "Found icudtl.dat in /usr/share/qt6/resources")
    else()
        # Check if icudtl.dat is in /usr/local/resources
        if(EXISTS "/usr/local/resources/icudtl.dat")
            message(STATUS "Found icudtl.dat in /usr/local/resources")

            # Generate a symlink from /usr/local/resources/icudtl.dat to /usr/share/qt6/resources
            install(CODE "
                message(STATUS \"Creating symlink for icudtl.dat\")
                execute_process(
                    COMMAND ${CMAKE_COMMAND} -E create_symlink
                    /usr/local/resources/icudtl.dat
                    /usr/share/qt6/resources/icudtl.dat
                )
            ")
        else()
            message(FATAL_ERROR "icudtl.dat not found in /usr/share/qt6/resources or /usr/local/resources")
        endif()
    endif()
endif()

But I'm not sure that it's the best way to do it.
]]></description><link>https://forum.qt.io/topic/163133/qtwebenginecore-deployment-issue</link><guid isPermaLink="true">https://forum.qt.io/topic/163133/qtwebenginecore-deployment-issue</guid><dc:creator><![CDATA[Jokunsby]]></dc:creator><pubDate>Tue, 02 Sep 2025 09:41:47 GMT</pubDate></item><item><title><![CDATA[When exactly textMessageReceived is emitted]]></title><description><![CDATA[Thank you @Christian-Ehrlicher, it's clear to me now.
]]></description><link>https://forum.qt.io/topic/163085/when-exactly-textmessagereceived-is-emitted</link><guid isPermaLink="true">https://forum.qt.io/topic/163085/when-exactly-textmessagereceived-is-emitted</guid><dc:creator><![CDATA[Pippin]]></dc:creator><pubDate>Tue, 26 Aug 2025 20:59:12 GMT</pubDate></item><item><title><![CDATA[QWebEngineView not working after upgrade form Qt 6.5.3 to Qt 6.8.3]]></title><description><![CDATA[OK fixed it.
I was not updating the additional resource files when packaging my application.
eg. qtwebengine_.pak, vcontext.bin, and the icudtl.dat file.
]]></description><link>https://forum.qt.io/topic/162901/qwebengineview-not-working-after-upgrade-form-qt-6.5.3-to-qt-6.8.3</link><guid isPermaLink="true">https://forum.qt.io/topic/162901/qwebengineview-not-working-after-upgrade-form-qt-6.5.3-to-qt-6.8.3</guid><dc:creator><![CDATA[Jammin44fm]]></dc:creator><pubDate>Tue, 05 Aug 2025 00:20:40 GMT</pubDate></item><item><title><![CDATA[How to rename QtWebEngineProcess.exe and make it work?]]></title><description><![CDATA[@Christian-Ehrlicher Thank you, I compiled the source code as you said, it works
]]></description><link>https://forum.qt.io/topic/162882/how-to-rename-qtwebengineprocess.exe-and-make-it-work</link><guid isPermaLink="true">https://forum.qt.io/topic/162882/how-to-rename-qtwebengineprocess.exe-and-make-it-work</guid><dc:creator><![CDATA[Peal Wang]]></dc:creator><pubDate>Sat, 02 Aug 2025 06:58:52 GMT</pubDate></item><item><title><![CDATA[Changing CSS to achieve a transparent background breaks rendering]]></title><description><![CDATA[@Hecklezz said in Changing CSS to achieve a transparent background breaks rendering:

Should I open a bug report regarding this or is this already a known issue?

You can check in Qt bug tracker https://bugreports.qt.io/browse/VSCODEEXT-204?jql=
]]></description><link>https://forum.qt.io/topic/162799/changing-css-to-achieve-a-transparent-background-breaks-rendering</link><guid isPermaLink="true">https://forum.qt.io/topic/162799/changing-css-to-achieve-a-transparent-background-breaks-rendering</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Thu, 24 Jul 2025 05:26:42 GMT</pubDate></item><item><title><![CDATA[Qt 5.15 , SSO is throwing error while logging.]]></title><description><![CDATA[For more info, try clicking the blue "More details" at the bottom of that dialog error box "You can't get there from here"
]]></description><link>https://forum.qt.io/topic/162772/qt-5.15-sso-is-throwing-error-while-logging.</link><guid isPermaLink="true">https://forum.qt.io/topic/162772/qt-5.15-sso-is-throwing-error-while-logging.</guid><dc:creator><![CDATA[hskoglund]]></dc:creator><pubDate>Tue, 22 Jul 2025 06:37:40 GMT</pubDate></item><item><title><![CDATA[QWebEngine with Raspberry pi 5 (using PySide6)]]></title><description><![CDATA[@SGaist Hi, sorry for the late reply. I installed ubuntu and it finally worked!
I had to change some of my code though, and installed deb.
What I found:
QApplication.instance().installEventFilter() will crash the program. Instead, run window.installEventFilter()
You were right about Chromium on Debian issue. Changing to Ubuntu seems to have worked!
]]></description><link>https://forum.qt.io/topic/162744/qwebengine-with-raspberry-pi-5-using-pyside6</link><guid isPermaLink="true">https://forum.qt.io/topic/162744/qwebengine-with-raspberry-pi-5-using-pyside6</guid><dc:creator><![CDATA[MiseDev]]></dc:creator><pubDate>Fri, 18 Jul 2025 16:22:55 GMT</pubDate></item><item><title><![CDATA[Connecting a QWebSocket to a given IPv6 address (no URL)]]></title><description><![CDATA[@SGaist said in Connecting a QWebSocket to a given IPv6 address (no URL):

What did you do that made things work ? It might be helpful to other people :-)

There were two things:

The QWebSocketServer was set to SecureMode, while on the client's side, the request URLs were all "ws://", so changing the QWebSocketServer to NonSecureMode helped a lot.
When the lookup of QHostInfo is successful, the lookupId of is set to -1, and the errorString is then "Unknown error". So there really was no problem with this to begin with!

]]></description><link>https://forum.qt.io/topic/162662/connecting-a-qwebsocket-to-a-given-ipv6-address-no-url</link><guid isPermaLink="true">https://forum.qt.io/topic/162662/connecting-a-qwebsocket-to-a-given-ipv6-address-no-url</guid><dc:creator><![CDATA[Pippin]]></dc:creator><pubDate>Sat, 12 Jul 2025 14:25:45 GMT</pubDate></item><item><title><![CDATA[Creating a server handling 20k connected users]]></title><description><![CDATA[Hi @Pippin,
You're right that managing 20k+ users with QTcpServer and raw sockets can be very resource-heavy. Instead of using plain HTTP, I'd recommend looking into WebSockets with QWebSocketServer, which allows real-time, two-way communication and scales better for game updates. For encryption, you can either use QSslSocket directly or offload SSL using a reverse proxy like Nginx to handle HTTPS/WSS and let your server deal with plain TCP internally.
As for syncing game state: the server should act as the single source of truth. When Player A makes a move, the server processes it, validates it, then pushes the same update to Player B and any watchers using WebSocket messages. This way, all players receive the actions in the same order, keeping everything in sync. Starting with a small prototype using a few clients will help you get the architecture right before scaling up. Good luck!
]]></description><link>https://forum.qt.io/topic/162654/creating-a-server-handling-20k-connected-users</link><guid isPermaLink="true">https://forum.qt.io/topic/162654/creating-a-server-handling-20k-connected-users</guid><dc:creator><![CDATA[danish777]]></dc:creator><pubDate>Fri, 11 Jul 2025 12:04:30 GMT</pubDate></item><item><title><![CDATA[QtWebEngine with Windows SSO]]></title><description><![CDATA[<p dir="auto">Hi,<br />
It appears that browser should do some special trick to behave smoothly with Windows Single Sing-On:</p>
<ul>
<li>Edge have it natively;</li>
<li>Firefox has "Settings-&gt;Privacy&amp;Security-&gt;Allow Windows single sign-on" option;</li>
<li>Chrome has <a href="https://chromewebstore.google.com/detail/microsoft-single-sign-on/ppnbnpeolgkicgegkbkbjmhlideopiji" target="_blank" rel="noopener noreferrer nofollow ugc">Microsoft Single Sign On</a> extension available, but according to <a href="https://scloud.work/google-chrome-single-sign-on-sso-azure-ad/" target="_blank" rel="noopener noreferrer nofollow ugc">this article</a> it now seems to have native support also.<br />
The question is - how to implement it with QtWebEngine? Any ideas where to look for?</li>
</ul>
]]></description><link>https://forum.qt.io/topic/162645/qtwebengine-with-windows-sso</link><guid isPermaLink="true">https://forum.qt.io/topic/162645/qtwebengine-with-windows-sso</guid><dc:creator><![CDATA[StarterKit]]></dc:creator><pubDate>Thu, 10 Jul 2025 17:24:59 GMT</pubDate></item></channel></rss>