Elevator QML Type

Applies a DropShadow to a source item to create an illusion of elevation. More...

Import Statement: import quey.ui 0.1
Inherits:

Item

Properties

Detailed Description

Property Documentation

offset : real

The shadow's offset (both vertical and horizontal).


source : Item

This property holds the source the shadow should be applied to.

Note: You should set the visible property of source to false.