TButton QML Type
This is a normal button More...
Import Statement: | import . |
Since: | Qt 5.9.x |
Inherits: | |
Inherited By: |
Properties
- background : alias
- backgroundComponent : Component
- border : alias
- contentComponent : Component
- contentHAlign : int
- contentHeight : alias
- contentWidth : alias
- defaultState : State
- label : alias
- padding : int
- theme : alias
Detailed Description
TButton{ label.text : "TButton" }
See also TestCase and Qt Quick Test Reference Documentation.