PlasmaQuick::AppletPopup Class
class PlasmaQuick::AppletPopupHeader: | #include <AppletPopup> |
CMake: | find_package(PlasmaQuick REQUIRED) target_link_libraries(mytarget PRIVATE Plasma::PlasmaQuick) |
Inherits: | PlasmaQuick::PopupPlasmaWindow |
Public Functions
QQuickItem * | appletInterface() const |
bool | hideOnWindowDeactivate() const |
void | setAppletInterface(QQuickItem *appletInterface) |
void | setHideOnWindowDeactivate(bool hideOnWindowDeactivate) |
Signals
void | appletInterfaceChanged() |
void | hideOnWindowDeactivateChanged() |
Detailed Description
@brief The AppletPopup class shows a popup for an applet either in the panel or on the desktop
In addition to the new API this class is resizable and can forward any input events recieved on the margin to the main item
Size hints are transferred from the mainItem's size hints.