Commit 57243b55 authored by DonLakeFlyer's avatar DonLakeFlyer

Add mission property

parent 2e155a4c
...@@ -24,6 +24,8 @@ QGCView { ...@@ -24,6 +24,8 @@ QGCView {
property bool loaded: false property bool loaded: false
property var _qgcView: qgcView
QGCPalette { id: qgcPal; colorGroupEnabled: panel.enabled } QGCPalette { id: qgcPal; colorGroupEnabled: panel.enabled }
Component { Component {
...@@ -117,6 +119,7 @@ QGCView { ...@@ -117,6 +119,7 @@ QGCView {
nameFilters: [qsTr("Log files (*.txt)"), qsTr("All Files (*)")] nameFilters: [qsTr("Log files (*.txt)"), qsTr("All Files (*)")]
selectExisting: false selectExisting: false
title: qsTr("Select log save file") title: qsTr("Select log save file")
qgcView: _qgcView
onAcceptedForSave: { onAcceptedForSave: {
debugMessageModel.writeMessages(file); debugMessageModel.writeMessages(file);
visible = false; visible = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment