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

Port Q_GADGET-based properties to new bindable properties

XMLWordPrintable

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

      This task is a spike for future.

      Currently Q_GADGETs do not have support for bindable properties. Implementing it is a tricky task because value classes can be copied, and it's unclear how to deal with binding when a class is copied.

      Current implementation of QBindable stores a pointer to the property instance, which means that if the Q(E)SDP is used, the binding can actually track changes in the incorrect copy of the object.

        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