我有麻烦了
编辑后未显示按钮。在转到代码之后,按钮失去了它的属性权利。
Button {
id: edit
x: 374
y: 385
width: 132
height: 60
text: qsTr("edit")
highlighted: false
flat: false
down: false
checked: false
autoRepeat: false
autoExclusive: false
hoverEnabled: false
checkable: false
activeFocusOnTab: true
bottomPadding: 0.1
onClicked: fileDialog.open()
}https://stackoverflow.com/questions/47536153
复制相似问题