parent
3b48df10b3
commit
6c1cb965eb
|
@ -32,6 +32,8 @@ Rectangle {
|
||||||
|
|
||||||
property bool loading: false
|
property bool loading: false
|
||||||
|
|
||||||
|
property alias hovered: sensor.containsMouse
|
||||||
|
|
||||||
property int type: StatusFlatRoundButton.Type.Primary
|
property int type: StatusFlatRoundButton.Type.Primary
|
||||||
|
|
||||||
signal pressed(var mouse)
|
signal pressed(var mouse)
|
||||||
|
|
|
@ -32,6 +32,8 @@ Rectangle {
|
||||||
|
|
||||||
property bool loading: false
|
property bool loading: false
|
||||||
|
|
||||||
|
property alias hovered: sensor.containsMouse
|
||||||
|
|
||||||
property int type: StatusRoundButton.Type.Primary
|
property int type: StatusRoundButton.Type.Primary
|
||||||
|
|
||||||
signal pressed(var mouse)
|
signal pressed(var mouse)
|
||||||
|
|
Loading…
Reference in New Issue