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

QRect ignores named arguments

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.7.2
    • PySide
    • None
    • Windows

      from PySide6.QtCore import QRect
      print(QRect(left=1,top=2,width=3,height=4))
      

      prints

      PySide6.QtCore.QRect(0, 0, 0, 0)
      

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

            crmaurei Cristian Maureira-Fredes
            bers bers bers
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes