AppletPopup QML Type
Shows a popup for an applet either in the panel or on the desktop. More...
| Import Statement: | import org.kde.plasma.core |
| In C++: | AppletPopup |
| Inherits: |
Properties
- appletInterface : Item
- hideOnWindowDeactivate : bool
Detailed Description
In addition to the new API this class is resizable and can forward any input events received on the margin to the main item
Size hints are transferred from the mainItem's size hints.
Property Documentation
appletInterface : Item
This property holds a pointer to the AppletInterface used by
hideOnWindowDeactivate : bool
Whether the dialog should be hidden when the dialog loses focus.
The default value is false.