Home
last modified time | relevance | path

Searched refs:KNewStuffQuick (Results 1 – 12 of 12) sorted by relevance

/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/qtquick/
H A Dqmlplugin.cpp41 qmlRegisterType<KNewStuffQuick::Author>(uri, 1, 62, "Author"); in registerTypes()
42 qmlRegisterType<KNewStuffQuick::CommentsModel>(uri, 1, 62, "CommentsModel"); in registerTypes()
67 qmlRegisterSingletonType<KNewStuffQuick::QuickQuestionListener>(uri, in registerTypes()
73 … engine->setObjectOwnership(KNewStuffQuick::QuickQuestionListener::instance(), in registerTypes()
75 … return KNewStuffQuick::QuickQuestionListener::instance(); in registerTypes()
87 …qmlRegisterSingletonType<KNewStuffQuick::Settings>(uri, 1, 81, "Settings", [](QQmlEngine *engine, … in registerTypes()
89 engine->setObjectOwnership(KNewStuffQuick::Settings::instance(), QQmlEngine::CppOwnership); in registerTypes()
90 return KNewStuffQuick::Settings::instance(); in registerTypes()
H A Dquicksettings.cpp14 using namespace KNewStuffQuick;
32 class KNewStuffQuick::SettingsPrivate
40 Settings *KNewStuffQuick::Settings::instance() in instance()
50 , d(new KNewStuffQuick::SettingsPrivate) in Settings()
57 bool KNewStuffQuick::Settings::allowedByKiosk() const in allowedByKiosk()
H A Dcommentsmodel.cpp17 namespace KNewStuffQuick namespace
60 using namespace KNewStuffQuick;
73 void KNewStuffQuick::CommentsModel::classBegin() in classBegin()
77 void KNewStuffQuick::CommentsModel::componentComplete() in componentComplete()
111 CommentsModel::IncludedComments KNewStuffQuick::CommentsModel::includedComments() const in includedComments()
116 void KNewStuffQuick::CommentsModel::setIncludedComments(CommentsModel::IncludedComments includedCom… in setIncludedComments()
125 bool KNewStuffQuick::CommentsModel::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent… in filterAcceptsRow()
H A Dcommentsmodel.h14 namespace KNewStuffQuick
41 …Q_PROPERTY(KNewStuffQuick::CommentsModel::IncludedComments includedComments READ includedComments …
90 Q_DECLARE_METATYPE(KNewStuffQuick::CommentsModel::IncludedComments)
H A Dquickquestionlistener.cpp14 using namespace KNewStuffQuick;
88 void KNewStuffQuick::QuickQuestionListener::passResponse(bool responseIsContinue, QString input) in passResponse()
H A Dauthor.cpp19 namespace KNewStuffQuick namespace
79 using namespace KNewStuffQuick;
H A Dquicksettings.h15 namespace KNewStuffQuick
H A Dquickquestionlistener.h13 namespace KNewStuffQuick
H A Dquickengine.cpp99 if (KNewStuffQuick::Settings::instance()->allowedByKiosk()) { in setConfigFile()
154 KNewStuffQuick::QuickQuestionListener::instance(); in setConfigFile()
H A Dauthor.h14 namespace KNewStuffQuick
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/
H A DREADME.md24 * *KNewStuffQuick* - A set of Qt Quick based components designed to provide similar
40 …find_package(KF5NewStuffQuick CONFIG) # for the KNewStuffQuick UI library, will pull in KNewStuffC…
48 Finally, because KNewStuffQuick is not a link time requirement, it would be good form
75 if this is not featureful enough. Uploading is currently not exposed in KNewStuffQuick.
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/qtquick/qml/private/
H A DEntryCommentDelegate.qml8 * @brief A card based delegate for showing a comment from a KNewStuffQuick::QuickCommentsModel