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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              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

              Dates

                Created:
                Updated: