[frameworks/purpose] src/quick: AlternativesView: Added a disabledPlugins property
Michael Rostom <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 86835739851d415b6a79701efbb4612dfb5ac377 by Michael Rostom.
Committed on 14/07/2026 at 04:52.
Pushed by apol into branch 'master'.
AlternativesView: Added a disabledPlugins property
M +6 -0 src/quick/AlternativesView.qml
https://invent.kde.org/frameworks/purpose/-/commit/86835739851d415b6a79701efbb4612dfb5ac377
diff --git a/src/quick/AlternativesView.qml b/src/quick/AlternativesView.qml
index f20136be..4521d1df 100644
--- a/src/quick/AlternativesView.qml
+++ b/src/quick/AlternativesView.qml
@@ -40,6 +40,12 @@ StackView {
*/
property alias inputData: altsModel.inputData
+ /*!
+ \qmlproperty var AlternativesView::disabledPlugins
+ \since 6.29
+ */
+ property alias disabledPlugins: altsModel.disabledPlugins
+
/*!
*/
property Component highlight