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
df93b9d7
Commit
df93b9d7
authored
Sep 28, 2017
by
Don Gagne
Committed by
GitHub
Sep 28, 2017
Browse files
Merge pull request #5712 from DonLakeFlyer/CustomSetupFix
Setup View: No click/indicator for hidden pages
parents
8a23979e
5add3f0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/VehicleSummary.qml
View file @
df93b9d7
...
...
@@ -127,10 +127,14 @@ Rectangle {
height
:
width
radius
:
width
/
2
color
:
modelData
.
setupComplete
?
"
#00d932
"
:
"
red
"
visible
:
modelData
.
requiresSetup
visible
:
modelData
.
requiresSetup
&&
modelData
.
setupSource
!=
""
}
onClicked
:
{
setupView
.
showVehicleComponentPanel
(
modelData
)
console
.
log
(
modelData
.
setupSource
)
if
(
modelData
.
setupSource
!=
""
)
{
setupView
.
showVehicleComponentPanel
(
modelData
)
}
}
}
// Summary Qml
...
...
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