added edit mode blueprint visual

pull/1/head
Michail Vourlakos 8 years ago
parent ba68acd129
commit df2e3a1529

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

@ -0,0 +1,10 @@
import QtQuick 2.1
Image{
anchors.fill: parent
fillMode: Image.Tile
horizontalAlignment: Image.AlignLeft
verticalAlignment: Image.AlignTop
source: "../icons/blueprint.jpg"
opacity: 0.5
}

@ -983,6 +983,16 @@ DragDrop.DropArea {
///////////////END components
///////////////BEGIN UI elements
Loader{
anchors.fill: parent
active: !plasmoid.immutable
sourceComponent: EditModeVisual{
}
}
Item {
id: lastSpacer
parent: mainLayout

Loading…
Cancel
Save