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

remove grouped property bindings from the language

    XMLWordPrintable

Details

    Description

      Currently it's possible to use the syntax for an object declaration to group property bindings:

      anchors {
        left: a
        right: b
      }
      

      This has multiple issues:

      • potentially confusing: Users might think you are declaring an object of type 'anchors'. The capitalization is the only difference!
      • two ways for one use: This style and the fully qualified style are two semantically equivalent ways of expressing the same thing.
      • bad for tooling: Complicates rewriting from ui designer, limits completion in text editor.

      Attachments

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

        Activity

          People

            aakenned Aaron Kennedy
            ckamm Christian Kamm
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes