subsurface/mobile-widgets/qml/MapWidgetContextMenu.qml
Lubomir I. Ivanov 70a8402911 mapwidgetcontextmenu: add placeholder QML
This QML component will be used to provide a context menu for the
QML map widget. Include the file in QRC and test it's creation
in MapWidget.qml.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
2017-07-28 07:31:11 -07:00

10 lines
126 B
QML

// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.7
Item {
Rectangle {
width: 100; height: width
color: "white"
}
}