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

winId() result is not a long

XMLWordPrintable

    • 8ed37563888f7956da99636c62f18459729d5966

      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_()

        1. pyside_46_quickfix.py
          0.6 kB
          Christian Tismer
        2. pyside-46.py
          0.3 kB
          Christian Tismer
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes