Kirigami2
settings.h
35 Q_PROPERTY(bool tabletModeAvailable READ isTabletModeAvailable NOTIFY tabletModeAvailableChanged FINAL)
66 Q_PROPERTY(bool hasTransientTouchInput READ hasTransientTouchInput NOTIFY hasTransientTouchInputChanged FINAL)
bool hasPlatformMenuBar
This property holds whether the system has a platform menu bar; e.g.
Definition settings.h:60
int mouseWheelScrollLines
This property holds the number of lines of text the mouse wheel should scroll.
Definition settings.h:78
bool hasTransientTouchInput
This property holds whether the user in this moment is interacting with the app with the touch screen...
Definition settings.h:66
bool smoothScroll
This property holds whether to display animated transitions when scrolling with a mouse wheel or the ...
Definition settings.h:84
QString style
This property holds the name of the QtQuickControls2 style the application is using,...
Definition settings.h:72
QML_SINGLETONbool tabletModeAvailable
This property holds whether the system can dynamically enter and exit tablet mode (or the device is a...
Definition settings.h:35
QVariant applicationWindowIcon
This property holds the name of the application window icon.
Definition settings.h:101
QStringList information
This property holds the runtime information about the libraries in use.
Definition settings.h:92
bool isMobile
This property holds whether the application is running on a small mobile device such as a mobile phon...
Definition settings.h:42
bool tabletMode
This property holds whether the application is running on a device that is behaving like a tablet.
Definition settings.h:52
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
virtual bool event(QEvent *e)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:21 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:51:21 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.