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

pyside2uic creates a PySide1 import for QWebView

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes