Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QQuickWebEngineProfile warning advising to use WebEngineProfilePrototype
Forum Updated to NodeBB v4.3 + New Features

QQuickWebEngineProfile warning advising to use WebEngineProfilePrototype

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 128 Views
  • 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.
  • L Offline
    L Offline
    lucytronad
    wrote on last edited by
    #1

    Hello,

    I use a QML WebEngineView for which I set a profile created in C++ so that I can customize its URL request interceptor using the method QQuickWebEngineProfile::setUrlRequestInterceptor().

    However since I upgraded to Qt 6.9.0 I have the following QML warning:
    15:32:46.766|WARNING|:-1||<Unknown File>: QML QQuickWebEngineProfile: Please use WebEngineProfilePrototype for profile creation from 6.9, as this function will be deprecated in the future releases
    I did not get how to accomplish the customization of the request interceptor using WebEngineProfilePrototype to create the profile on the QML side.

    Can you help me ?

    Thanks,
    Lucie

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved