Skip to content
Snippets Groups Projects
QGCMenu.qml 96 B
Newer Older
  • Learn to ignore specific revisions
  • // QtQuick.Control 1.x Menu
    
    import QtQuick          2.6
    import QtQuick.Controls 1.4
    
    Menu {
    
    }