Obsolete Members for Panel
The following members of QML type Panel are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- __closeOnContentsClicks : bool
(obsolete)
- __openOnHover : bool
(obsolete)
Property Documentation
Enable the InverseMouseArea that closes the panel when the user clicks outside of the panel. This functionality moved to the MainView to deal with Toolbar hiding, but this InverseMouseArea is still in the Panel for backwards compatibility in apps that use it directly. Default value is false.
FIXME: Remove __closeOnContentsClicks and the IMA below when all apps use Toolbar instead of Panel.
Enable automatic reveal of panel on mouse hover over hint area, and hide when leaving the panel area. This is disabled by default, because Panel may be used to implement bottom edge behaviors that are completely different from the toolbar, but the property is enabled in Toolbar to make more usable on desktop.