QGCMenu.qml 139 Bytes
Newer Older
1
// Use old QtQuick.Control 1.x Menu to work around bug in new Qml Menu
2 3 4 5 6 7 8

import QtQuick          2.6
import QtQuick.Controls 1.4

Menu {

}