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

 Item {
   id: startButton
   width: 80
   height: 40
   opacity: 0
   Behavior on opacity{NumberAnimation{}}
   visible: opacity > 0
   enabled: visible

   signal clicked

   MouseArea {
     anchors.fill: parent
     onClicked: {
       startButton.clicked()
     }
   }
   Rectangle {
     anchors.fill: parent
     color: "black"
     opacity: 0.7
   }
   Text {
     text: "PLAY"
     anchors.centerIn: parent
     font.pixelSize: 14
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded