NPill: act as loder for NVerticalPill and NHorizontalPill
NHorizontalPill: should be used for anything that expands horizontal NVerticalPill: should be used for anything that expands vertical
This commit is contained in:
parent
9dfac69e9e
commit
0035fbcc4e
5 changed files with 731 additions and 243 deletions
|
|
@ -61,15 +61,6 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
Timer {
|
||||
id: externalHideTimer
|
||||
running: false
|
||||
interval: 1500
|
||||
onTriggered: {
|
||||
pill.hide()
|
||||
}
|
||||
}
|
||||
|
||||
NPill {
|
||||
id: pill
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue