Home
last modified time | relevance | path

Searched refs:ItemPassword (Results 1 – 8 of 8) sorted by relevance

/dports/devel/kf5-kconfig/kconfig-5.89.0/autotests/kconfig_compiler/
H A Dtest3.h.ref147 ItemPassword *myPasswordItem()
166 ItemPassword *mMyPasswordItem;
H A Dtest3a.h.ref148 ItemPassword *myPasswordItem()
167 ItemPassword *mMyPasswordItem;
H A Dtest3.cpp.ref22 …mMyPasswordItem = new KConfigSkeleton::ItemPassword( currentGroup(), QStringLiteral( "MyPassword" …
H A Dtest3a.cpp.ref22 …mMyPasswordItem = new KConfigSkeleton::ItemPassword( currentGroup(), QStringLiteral( "MyPassword" …
/dports/devel/kf5-kconfig/kconfig-5.89.0/autotests/
H A Dkconfigloadertest.cpp83 GET_CONFIG_ITEM_VALUE(KConfigSkeleton::ItemPassword *, QStringLiteral("DefaultPasswordItem")); in passwordDefaultValue()
/dports/devel/kf5-kconfig/kconfig-5.89.0/src/core/
H A Dkcoreconfigskeleton.h601 class KCONFIGCORE_EXPORT ItemPassword : public ItemString
605 ItemPassword(const QString &_group, const QString &_key, QString &reference,
1246ItemPassword *addItemPassword(const QString &name, QString &reference, const QString &defaultValue…
H A Dkcoreconfigskeleton.cpp342 KCoreConfigSkeleton::ItemPassword::ItemPassword(const QString &_group, const QString &_key, QString… in ItemPassword() function in KCoreConfigSkeleton::ItemPassword
1334 KCoreConfigSkeleton::ItemPassword *
1337 KCoreConfigSkeleton::ItemPassword *item; in addItemPassword()
1338 …item = new KCoreConfigSkeleton::ItemPassword(d->mCurrentGroup, key.isNull() ? name : key, referenc… in addItemPassword()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdecore.py1994 return KCoreConfigSkeleton.ItemPassword()
2444 class ItemPassword(KCoreConfigSkeleton.ItemString): class in KCoreConfigSkeleton