Obsolete Members for ApplicationWindow
The following members of QML type ApplicationWindow are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- activeFocusControl : Control
- background : Item
- contentData : list<Object>
- contentItem : Item
- font : font
- footer : Item
- header : Item
- locale : Locale
- menuBar : Item
- palette : palette
Attached Properties
- activeFocusControl : Control
- contentItem : Item
- footer : Item
- header : Item
- menuBar : Item
- window : ApplicationWindow
Attached Property Documentation
[read-only] ApplicationWindow.overlay : Item |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use the Overlay::overlay attached property instead.
This attached property holds the window overlay item. The property can be attached to any item. The value is null
if the item is not in an ApplicationWindow.
See also Attached ApplicationWindow Properties.