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

winId() result is not a long

    XMLWordPrintable

Details

    • 8ed37563888f7956da99636c62f18459729d5966

    Description

      The following assert fails under Windows (was BUG-1087 http://bugs.pyside.org/show_bug.cgi?id=1083)

      from PySide.QtGui import *

      app = QApplication([])
      w = QMainWindow()
      w.show()
      assert(isinstance(w.winId(), long))
      app.exec_()

      Attachments

        1. pyside_46_quickfix.py
          0.6 kB
        2. pyside-46.py
          0.3 kB

        Issue Links

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

          Activity

            People

              crmaurei Cristian Maureira-Fredes
              expobrain Esposti Daniele
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes