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

PySide2 QWebEnginePage does not have history() method

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.12.2
    • 5.12.0
    • PySide, Shiboken
    • None
    • All
    • 53a794cb20d00f1b84e601440c32d22e4397d27b (pyside/pyside-setup/5.12)

    Description

      %python3
      >>> from PySide2.QtWebEngineWidgets import *
      >>> help(QWebEnginePage.history)
      Traceback (most recent call last):
       File "<stdin>", line 1, in <module>
      AttributeError: type object 'PySide2.QtWebEngineWidgets.QWebEnginePage' has no attribute 'history'

      Perhaps because QWebEngineHistory is not implemented yet? The history method in QWebEngineView should also work.  QWebEngineHistory is referenced in https://doc.qt.io/qtforpython/PySide2/QtWebEngineWidgets/QWebEngineHistoryItem.html.

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            gregcouch Greg Couch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes