Qml Invalid component body specification

这是没有正确使用 Component 的错误

使用 Component 时,框架应该如下

Component{
	id:...
	Item{
		...
	}
	Item{
		...
	}
	Rectangle{
		...
	}
}

猜你喜欢

转载自blog.csdn.net/weixin_39139505/article/details/103124993
QML