log optimize

This commit is contained in:
王劲鹏 2021-03-16 15:33:24 +08:00 committed by osborn
parent b123c56d11
commit ca1129d31e
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ Rectangle {
onChildrenRectChanged: () => { onChildrenRectChanged: () => {
console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec) console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec)
console.log(tag, uuid + " childrenRect: " + uuid + " onChildrenRectChanged: " +childrenRect) console.log(tag, uuid + " onChildrenRectChanged: " + childrenRect)
this.childrenRectWidth = childrenRect.width this.childrenRectWidth = childrenRect.width
this.childrenRectHeight = childrenRect.height this.childrenRectHeight = childrenRect.height

View File

@ -40,7 +40,7 @@ Rectangle {
onChildrenRectChanged: () => { onChildrenRectChanged: () => {
console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec) console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec)
console.log(tag, uuid + " childrenRect: " + uuid + " onChildrenRectChanged: " +childrenRect) console.log(tag, uuid + " onChildrenRectChanged: " + childrenRect)
this.childrenRectWidth = childrenRect.width this.childrenRectWidth = childrenRect.width
this.childrenRectHeight = childrenRect.height this.childrenRectHeight = childrenRect.height

View File

@ -19,7 +19,7 @@ Rectangle {
} }
onChildrenRectChanged: () => { onChildrenRectChanged: () => {
console.log(tag, uuid + " childrenRect: " + uuid + " onChildrenRectChanged: " +childrenRect) console.log(tag, uuid + " onChildrenRectChanged: " + childrenRect)
this.childrenRectWidth = childrenRect.width this.childrenRectWidth = childrenRect.width
this.childrenRectHeight = childrenRect.height this.childrenRectHeight = childrenRect.height

View File

@ -40,7 +40,7 @@ Rectangle {
onChildrenRectChanged: () => { onChildrenRectChanged: () => {
console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec) console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec)
console.log(tag, uuid + " childrenRect: " + uuid + " onChildrenRectChanged: " +childrenRect) console.log(tag, uuid + " onChildrenRectChanged: " + childrenRect)
this.childrenRectWidth = childrenRect.width this.childrenRectWidth = childrenRect.width
this.childrenRectHeight = childrenRect.height this.childrenRectHeight = childrenRect.height