Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-111971

Missing documentation for QQuickItem::transform() and QQuickTransform

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.4.2
    • None

    Description

      QQuickItem is missing documentation for the transform() function. Same applies for QQuickTransform documentation.

      In my current use-case, I find myself wanting to assign translation transformations to all child items in an item. The children are assigned/removed dynamically to this item, which acts as a sort of "arranger" for the child items. It needs to assign them new visual positions, while they are parented to it, without breaking any possible bindings they have for x and y in their original coordinate system (parent item).

      Applying a QQuickTransform with the (known) translation transformation between the arranger coordinate system and the original parents coordinate system worked like a charm, but I had to find the documentation for it on Qt for python, as it wasnt documented in QQuickItem https://doc.qt.io/qt-6/qquickitem.html

      Attachments

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            r.vitanov Rosen Vitanov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: