paysages3d/src/interface/modeler/quickapp/qml/BasePanel.qml

12 lines
146 B
QML

import QtQuick 2.0
BaseRectangle {
id: panel
width: 200
height: parent.height
anchors.top: parent.top
color: "#40909090"
}