Kirigami2
settings.cpp
43 connect(Kirigami::TabletModeWatcher::self(), &Kirigami::TabletModeWatcher::tabletModeAvailableChanged, this, [this](bool tabletModeAvailable) {
48 connect(Kirigami::TabletModeWatcher::self(), &Kirigami::TabletModeWatcher::tabletModeChanged, this, [this](bool tabletMode) {
87 const QString configPath = QStandardPaths::locate(QStandardPaths::ConfigLocation, QStringLiteral("kdeglobals"));
214 tr("Qt %2 (built against %3)").arg(QString::fromLocal8Bit(qVersion()), QStringLiteral(QT_VERSION_STR))};
This class contains global kirigami settings about the current device setup It is exposed to QML as t...
Definition: settings.h:16
TouchBegin
QVariant applicationWindowIcon
This property holds the name of the application window icon.
Definition: settings.h:86
platformName
bool isMobile
This property holds whether the application is running on a small mobile device such as a mobile phon...
Definition: settings.h:33
bool contains(const T &value) const const
QString locate(QStandardPaths::StandardLocation type, const QString &fileName, QStandardPaths::LocateOptions options)
bool exists() const const
bool isTabletModeAvailable() const
Definition: tabletmodewatcher.cpp:129
Q_GLOBAL_STATIC(Internal::StaticControl, s_instance) class ControlPrivate
IniFormat
bool isTabletMode() const
Definition: tabletmodewatcher.cpp:134
QString fromLocal8Bit(const char *str, int size)
bool isNull() const const
void installEventFilter(QObject *filterObj)
QStringList information
This property holds the runtime information about the libraries in use.
Definition: settings.h:77
void focusWindowChanged(QWindow *focusWindow)
Qt::MouseEventSource source() const const
bool tabletMode
This property holds whether the application is running on a device that is behaving like a tablet.
Definition: settings.h:43
AKONADI_CALENDAR_EXPORT KCalendarCore::Event::Ptr event(const Akonadi::Item &item)
int mouseWheelScrollLines
This property holds the number of lines of text the mouse wheel should scroll.
Definition: settings.h:69
ConfigLocation
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
MouseEventNotSynthesized
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 Sun Jun 4 2023 04:05:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 04:05:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.