Rectangle { id:startime height:35 width:200 z: 9999999999 //层级 anchors{ left: startimeL.right leftMargin: 30 top: parent.top topMargin: 0 } color:"#f0f0f0" MouseArea{ anchors.fill: parent onClicked: { startimeEdit.visible=true } }}