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