Commit 57243b55 authored by DonLakeFlyer's avatar DonLakeFlyer

Add mission property

parent 2e155a4c
......@@ -24,6 +24,8 @@ QGCView {
property bool loaded: false
property var _qgcView: qgcView
QGCPalette { id: qgcPal; colorGroupEnabled: panel.enabled }
Component {
......@@ -117,6 +119,7 @@ QGCView {
nameFilters: [qsTr("Log files (*.txt)"), qsTr("All Files (*)")]
selectExisting: false
title: qsTr("Select log save file")
qgcView: _qgcView
onAcceptedForSave: {
debugMessageModel.writeMessages(file);
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