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

pyside2uic creates a PySide1 import for QWebView

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1: Critical P1: Critical
    • 1.2.3
    • None
    • Other
    • None
    • Windows 7, Python 2.7.3, PySide2

      If a .ui file using a QWebView is compiled with pyside2uic, the wrong import statement will be created:
      from PySide import QtWebKit
      should be:
      from PySide2 import QtWebKit

        For Gerrit Dashboard: PYSIDE-361
        # Subject Branch Project Status CR V

            ctismer Christian Tismer
            elveatles Erik Carlson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes