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

Port QQuickGeoCoordinateAnimation 'to' and 'from' to new bindable properties

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • Positioning
    • None

      These properties are tricky because of the following questions:

      • The current implementation reuses the properties of the base class (QQuickPropertyAnimation), but has custom setters and getters, so we can't simply forward the calls to the base implementation.
      • The base implementation uses QVariant to store the properties, while QQuickGeoCoordinateAnimation uses QGeoCoordinate. Currently we can't handle such type mismatch.

      I suggest to postpone these properties at least until the properties of the base class are updated.

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

            ivan.solovev Ivan Solovev
            ivan.solovev Ivan Solovev
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes