Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 291 Bytes

QT_LeafletMap

QT QML Leaflet map component using WebEngine and WebChannel to communicate between QML and Javascript

Window {
    visible: true
    height: 1000
    width: 1000
    MapLeaflet {
        anchors.fill: parent
    }
}

http://leafletjs.com