QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCMenuItem.qml
Go to the documentation of this file.
1
import QtQuick
2
import QtQuick.Controls
3
4
MenuItem {
5
// MenuItem doesn't support !visible so we have to hack it in
6
height: visible ? implicitHeight : 0
7
}
src
QmlControls
QGCMenuItem.qml
Generated by
1.9.8