Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
fa6684ff86d3ac06e1087a0f1f42124c27850f27
fa6684ff86d3ac06e1087a0f1f42124c27850f27
Switch branch/tag
qgroundcontrol
src
Airmap
dummy
AirspaceControl.qml
Find file
Normal view
History
Permalink
AirspaceControl.qml
111 Bytes
Edit
Web IDE
Newer
Older
Make it possible to have a build without Airmap
a5e8264b
Gus Grubba
committed
Jan 26, 2018
1
2
3
4
5
import
QtQuick
2.3
Item
{
property
bool
colapsed
:
true
property
bool
showColapse
:
false
}