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

QParallelAnimationGroup duration cant be set via ctor.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.5.0
    • PySide
    • None
    • Windows

    Description

      Setting all properties via ctor still not perfect in 6.5.1. Most work, but seems as if there are still exceptions.

       

      This here works in PyQt, but not PySide.

       

      from PySide6.QtCore import QParallelAnimationGroup

      # duration is a property of QParallelAnimationGroup
      assert QParallelAnimationGroup.staticMetaObject.property(6).name() == "duration"

      QParallelAnimationGroup(duration=100)  # but this still fails

       

      Seems somehow special to "duration" property, dont know why....

      Attachments

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

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            phil__65 Philipp Temminghoff
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes