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

a need to come up with a new routine that can add  as the same id as property's name during merging work on QDS. 

XMLWordPrintable

    • 85d8ebe79180d9dda10fa597fe67ca6225f5d61b
    • QDS Code Generation Sprint 2

      there is a need to come up with a new routine that can add  as the same id as property's name during merging work on QDS. 

       

      //before    
      background: Rectangle {
              width: control.width
              height: control.height
              color: "transparent"
              border.color: "#e6e6e6"
              border.width: 1
          }
      

       

      //after    
      background: Rectangle {
               id: background // the same property's name
              width: control.width
              height: control.height
              color: "transparent"
              border.color: "#e6e6e6"
              border.width: 1
          }
      

       

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

            susim sungbo sim (Inactive)
            susim sungbo sim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes