Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1912

QtWebEngine: Missing setCookieFilter and setNotificationPresenter

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • Not Evaluated
    • 6.3.1
    • None
    • PySide
    • None
    • f6538d29f (dev), f77f2f36d (6.6), df13a2480 (tqtc/lts-6.5)

    Description

      QWebEngineProfile::setNotificationPresenter() and QWebEngineCookieStore::setCookieFilter() are present in PyQt6 but missing from PySide6. Note they take a std::function (and the former takes an unique_ptr), which might make them difficult to expose.

      QWebEngineProfile::setNotificationPresenter(
          std::function<void(std::unique_ptr<QWebEngineNotification>)>)
      
      void QWebEngineCookieStore::setCookieFilter(
        const std::function<bool (const FilterRequest &)> &filterCallback)
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            shpremna Shyamnath Premnadh
            the compiler Florian Bruhin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: