Extract panels out into their own top-level concern
This commit is contained in:
@@ -10,7 +10,7 @@ BarWidget {
|
||||
|
||||
|
||||
property bool popupOpen: false
|
||||
function closePopout() { popupOpen = false }
|
||||
function close() { popupOpen = false }
|
||||
|
||||
function showPopup() {
|
||||
root.popupOpen = !root.popupOpen
|
||||
|
||||
Reference in New Issue
Block a user