Kirigami2
settings.h
26 Q_PROPERTY(bool tabletModeAvailable READ isTabletModeAvailable NOTIFY tabletModeAvailableChanged)
57 Q_PROPERTY(bool hasTransientTouchInput READ hasTransientTouchInput NOTIFY hasTransientTouchInputChanged)
Q_OBJECTQ_OBJECT
This class contains global kirigami settings about the current device setup It is exposed to QML as t...
Definition: settings.h:16
Q_PROPERTY(...)
QVariant applicationWindowIcon
This property holds the name of the application window icon.
Definition: settings.h:86
bool isMobile
This property holds whether the application is running on a small mobile device such as a mobile phon...
Definition: settings.h:33
virtual bool event(QEvent *e)
QStringList information
This property holds the runtime information about the libraries in use.
Definition: settings.h:77
bool tabletMode
This property holds whether the application is running on a device that is behaving like a tablet.
Definition: settings.h:43
Q_SIGNALSQ_SIGNALS
int mouseWheelScrollLines
This property holds the number of lines of text the mouse wheel should scroll.
Definition: settings.h:69
bool hasTransientTouchInput
This property holds whether the user in this moment is interacting with the app with the touch screen...
Definition: settings.h:57
bool hasPlatformMenuBar
This property holds whether the system has a platform menu bar; e.g.
Definition: settings.h:51
bool tabletModeAvailable
This property holds whether the system can dynamically enter and exit tablet mode (or the device is a...
Definition: settings.h:26
QObject * parent() const const
QString style
This property holds the name of the QtQuickControls2 style the application is using,...
Definition: settings.h:63
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:14:24 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:14:24 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.