added edit mode blueprint visual

v0.6
Michail Vourlakos 8 years ago
parent 38fbac6d6d
commit b6b9e4858a

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 ///////////////END components
///////////////BEGIN UI elements ///////////////BEGIN UI elements
Loader{
anchors.fill: parent
active: !plasmoid.immutable
sourceComponent: EditModeVisual{
}
}
Item { Item {
id: lastSpacer id: lastSpacer
parent: mainLayout parent: mainLayout

Loading…
Cancel
Save