Plasma-workspace
utils.cpp
52 s_roles.insert(Notifications::IdRole, QByteArrayLiteral("notificationId")); // id is QML-reserved
71 const QString flatpakInfoPath = QStringLiteral("/proc/%1/root/.flatpak-info").arg(QString::number(pid));
117 // QConcatenateTablesProxyModel isn't a "real" proxy model, so we need to special case for it :(
118 } else if (auto *concatenateModel = qobject_cast<const QConcatenateTablesProxyModel *>(resolvedIdx.model())) {
@ IdRole
A notification identifier. This can be uint notification ID or string application job source.
Definition notifications.h:221
QString name(StandardAction id)
QList< QByteArray > split(char sep) const const
QByteArrayView sliced(qsizetype pos) const const
bool exists() const const
iterator insert(const Key &key, const T &value)
bool isEmpty() const const
ReadOnly
QMetaEnum fromType()
const char * key(int index) const const
int keyCount() const const
int value(int index) const const
bool isValid() const const
const QAbstractItemModel * model() const const
IniFormat
QString arg(Args &&... args) const const
QString fromUtf8(QByteArrayView str)
bool isEmpty() const const
QString number(double n, char format, int precision)
DisplayRole
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.