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

Details

    Description

      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
          }
      

       

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes