MauiKit Accounts
mauiaccounts.h
29 * @brief MauiAccounts class provides an interface to access the system registered accounts, the current active account and a bridge to add account data to the host system backend solution.
30 * This properties and functions are exposed to all the Maui Applications that might want to use the accounts with the `Accounts` property.
35 Q_PROPERTY(int currentAccountIndex READ getCurrentAccountIndex WRITE setCurrentAccountIndex NOTIFY currentAccountIndexChanged)
void currentAccountIndexChanged(int index)
currentAccountIndexChanged
void currentAccountChanged(QVariantMap account)
currentAccountChanged
MauiList(QObject *parent=nullptr)
virtual const FMH::MODEL_LIST & items() const=0
QVariantMap get(const int &index) const
QVector< MODEL > MODEL_LIST
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:54:19 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:54:19 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.