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

GameButton

The GameButton wraps the QtQuick Controls Button and styles it with the GameStyle. More...

Import Statement: import Felgo 4.0
Inherits:

Button

Detailed Description

The GameButton wraps the QtQuick Controls Button and styles it with the GameStyle. To custimze the color, font or text, use a custom ButtonStyle.

Note: Gaming controls like GameButton are deprecated and will no longer receive updates and fixes. Instead, please use the Felgo App Controls.

Example Usage

 GameButton {
   text: "Toggle Physics"

   onClicked: {
     // .. enter code for taking further action ..
   }
 }

See also GameStyle.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded