Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

CarChallenge 3D Demo

 import QtQuick 2.0

 // add an animation when the opacity changes and disable the Screen to avoid mouse clicks being passed
 Item {
   anchors.fill: parent
   opacity: 0
   Behavior on opacity { NumberAnimation{} }
   visible: opacity > 0
   enabled: visible

   MouseArea {
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded