01-11-2013 01:22 PM
Hi all, I'm trying to port an harmattan QML app.
I heavy use Rectangle that seems in not supported in cascades QML.
What can i use as a replacement?
I've looked on Container but I can't make more container overlap?
Thanks
01-11-2013 01:28 PM
01-11-2013 05:43 PM
01-12-2013 08:54 AM
Cascades doen't support many of the Digia QML elements unfortunately. The Cascades QML elements that you will find are targetted at creating a BB10 look and feel.
If you need graphics beyond rectangle, you may find it easier to port your Harmattann app using QTCreator which can be configured to build non-cascades QML for BB10 (but you will need to create your own BB10 look & feel).