Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
57243b55
Commit
57243b55
authored
Aug 22, 2017
by
DonLakeFlyer
Browse files
Add mission property
parent
2e155a4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/AppMessages.qml
View file @
57243b55
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment