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

OpenGL under Qml: SequentialAnimation does not properly work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.12.4, 5.13.0
    • PySide
    • None
    • b31f0c37bdc78e939db2dfe3bd876eba47137a5c (pyside/pyside-setup/dev)

    Description

      After the implementation of the missing QOpenGLFunction bindings, the example was able to run, but without the animation.

      The following code needs to be commented to display the color pattern of the OpenGL under Qml example,
      but uncommenting it does not allow the application to properly execute, getting a black screen and no animation.

          Squircle {
              //SequentialAnimation on t {
              //    NumberAnimation { to: 1; duration: 2500; easing.type: Easing.InQuad }
              //    NumberAnimation { to: 0; duration: 2500; easing.type: Easing.OutQuad }
              //    loops: Animation.Infinite
              //    running: true
              //}
      }
      

      There seems to be an event inside the SequentialAnimation that is blocking the progress of the application.

      Attachments

        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
              crmaurei Cristian Maureira-Fredes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes