05-29-2012 03:23 PM
Hello!
Can I use standard qml elements (like Rectangle) in my cascades-application?
Solved! Go to Solution.
05-29-2012 04:32 PM
You can use anything for which there is a bb::cascades C++ equivalent.
You can't mix in Qt UI objects.
Stuart
05-31-2012 05:41 AM
05-31-2012 10:30 AM
You can use Qt QML instead of Cascades if that is appropriate for your project.
You give up the deep integration with the OS and the signature Blackberry experience provided through Cascades.
Stuart