Add NLoader
This commit is contained in:
parent
c612347f0c
commit
a7e17c25ef
5 changed files with 91 additions and 101 deletions
|
|
@ -79,9 +79,7 @@ PanelWindow {
|
|||
NIconButton {
|
||||
id: demoPanelToggler
|
||||
icon: "experiment"
|
||||
onClicked: function () {
|
||||
demoPanel.visible ? demoPanel.hide() : demoPanel.show()
|
||||
}
|
||||
onClicked: function () { demoPanel.isLoaded = !demoPanel.isLoaded }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue