Unfortunately the documentation sucks, as the only component that seem to work properly is the DockedPanel as it does some re-parenting. And the DockedPanel as an annoying issue, the user can hide it. For now I'm using the following uglyish workaround:
onOpenChanged: {
if (open)
return;
if (root.currentChannel!==null)
open=true;
}
No comments:
Post a Comment