Skip to content
GitLab
Explore
Sign in
qgroundcontrol
src
QmlControls
QGCMenuItem.qml
Find file
Normal view
Permalink
QGCMenuItem.qml
100 B
Newer
Older
Use QtQuick.Controls 1.x menus
Gus Grubba
committed
Jul 05, 2019
1
2
3
4
5
6
7
8
// QtQuick.Control 1.x Menu
import
QtQuick
2.6
import
QtQuick
.
Controls
1.4
MenuItem
{
}