Hi I was trying to enable the drop shadow effect applying it to a rectangle but it seems they took out DROP SHADOW from 4.7 due to performance issues. They did say however I can re-enable it by doing the following:
> qmlRegisterType<QGraphicsDropShadowEffect>("Effect s",1,0,"DropShadow");

then I tried

import Effects 1.0
note: Effects doesn't have a space in it like the above text shows
but this doesn't work.

Any ideas what I'm doing wrong?

The thread on why they took it out is here: http://lists.trolltech.com/pipermail...il/000228.html