Class: FlatButton

Qml.FlatButton

Example
import MuseApi.Controls

ExtensionBlank {
     FlatButton {
         icon: IconCode.STAR
         text: "Click me"
         onClicked: {
             api.interactive.info("Test", "Clicked on button")
         }
     }
}

Members

(static) icon :Qml.IconCode

Type:

(static) text :String

Type:
  • String

Methods

(static) clicked()

Table of contents