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: menuOverviewButton
   width: 180
   height: 40

   property alias text: buttonText.text

   signal clicked

   Rectangle {
     anchors.fill: parent
     color: "black"
     opacity: 0.7
   }
   Text {
     id: buttonText
     anchors.centerIn: parent
     color: "white"
     font.pixelSize: 14
   }
   MouseArea {
     anchors.fill: parent
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded