added edit mode blueprint visual
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
|
||||||
|
}
|
Loading…
Reference in New Issue