Libplasma
dialog.h
84 Q_PROPERTY(QQuickItem *visualParent READ visualParent WRITE setVisualParent NOTIFY visualParentChanged)
102 Q_PROPERTY(Plasma::Types::Location location READ location WRITE setLocation NOTIFY locationChanged)
114 Q_PROPERTY(bool hideOnWindowDeactivate READ hideOnWindowDeactivate WRITE setHideOnWindowDeactivate NOTIFY hideOnWindowDeactivateChanged)
141 Q_PROPERTY(BackgroundHints backgroundHints READ backgroundHints WRITE setBackgroundHints NOTIFY backgroundHintsChanged)
157 Q_PROPERTY(QQuickItem *appletInterface READ appletInterface WRITE setAppletInterface NOTIFY appletInterfaceChanged)
176 NoBackground = 0, /**< Not drawing a background under the applet, the dialog has its own implementation */
223 * @param item the item the popup has to be positioned relatively to. if null, the popup will be positioned in the center of the window
241 * Emitted when the @see hideOnWindowDeactivate property is @c true and this dialog lost focus to a
Notification
Normal
OnScreenDisplay
AppletPopup
Tooltip
Dialog
PopupMenu
CriticalNotification
Dock
Dialog creates a Plasma themed top level window that can contain any QML component.
Definition dialog.h:72
@ NoBackground
Not drawing a background under the applet, the dialog has its own implementation.
Definition dialog.h:176
QObject * inset
Margins where the dialog background actually starts, excluiding things like shadows or borders.
Definition dialog.h:97
int floating
This property holds by how much the applet should be floating even if the location is set to a certai...
Definition dialog.h:150
QQuickItem * visualParent
The main QML item that will be displayed in the Dialog.
Definition dialog.h:84
bool hideOnWindowDeactivate
Whether the dialog should be hidden when the dialog loses focus.
Definition dialog.h:114
BackgroundHints backgroundHints
This property holds how (and if at all) the dialog should draw its own background or if it is complet...
Definition dialog.h:141
QQuickItem * appletInterface
This property holds a pointer to the AppletInterface used by an applet.
Definition dialog.h:157
Location
The Location enumeration describes where on screen an element, such as an Applet or its managing cont...
Definition plasma.h:81
The EdgeEventForwarder class This class forwards edge events to be replayed within the given margin T...
Definition action.h:20
QObject(QObject *parent)
Q_CLASSINFO(Name, Value)
Q_INTERFACES(...)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
QQuickWindow(QQuickRenderControl *control)
typedef WindowFlags
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.