MauiKit Controls
controls.h
9 * This object exposes a series of attached properties useful for the MauiKit controls as a sort of common set metadata.
11 * @note This is mean to be used as an attached property. It can be consumed as `Maui.Controls`, for example, `Maui.Controls.showCSD`
18 QML_UNCREATABLE("Cannot be created. Controls object is a set of metadata information to be attached")
58 * Set a UI element hierarchy level. For example, in a page with two toolbars one could be Level::Primary, and the other one Level::Secunday, this will allow to better style the toolbars for differentiation.
QString toolTipText
The text to be shown in the tool-tip when hovering over the tab button representing the view.
Definition controls.h:50
Status status
Mark the supported widgets in one of the given status, which will alterate its look.
Definition controls.h:74
bool showCSD
Whether a supported MauiKit controls should display the window control buttons when using CSD.
Definition controls.h:55
bool flat
A property hint for UI elements to be styled as a flat surface, for example, without a background.
Definition controls.h:68
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 6 2024 12:09:37 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 6 2024 12:09:37 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.