在MainToolBar.qml里面
有很多类似以下的模块
QGCToolBarButton {
id: flyButton
anchors.top: parent.top
anchors.bottom: parent.bottom
exclusiveGroup: mainActionGroup
source: "/qmlimages/PaperPlane.svg"
onClicked: toolBar.showFlyView()
}
其中source: "/qmlimages/PaperPlane.svg" 就是图标来源,把来源替换成自己想要的就行了
有很多类似以下的模块
QGCToolBarButton {
id: flyButton
anchors.top: parent.top
anchors.bottom: parent.bottom
exclusiveGroup: mainActionGroup
source: "/qmlimages/PaperPlane.svg"
onClicked: toolBar.showFlyView()
}
其中source: "/qmlimages/PaperPlane.svg" 就是图标来源,把来源替换成自己想要的就行了