Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-13111

Properties need to be ordered on the top of the file

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Qt Bridge Importer
    • None

    Description

      The properties are not always correctly ordered in the QML, we should not do alphabetical ordering but the same that Figma uses.

      Also properties are not always in the top of the qml object - but scattered around the object's { ... }

       

      Item {
      
        id: myId
      
         Item {}
      
         width: 400 //why is this below the item?
      
      }
      

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            javihria Jarko Vihriälä
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes