[utilities/kdebugsettings] src/quickapps/contents/ui: Add search line

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 776d64a7024975a3effb43eef3607aeeb0e48589 by Laurent Montel.
Committed on 19/07/2026 at 12:26.
Pushed by mlaurent into branch 'master'.

Add search line

M  +8    -1    src/quickapps/contents/ui/CustomRulesPage.qml

https://invent.kde.org/utilities/kdebugsettings/-/commit/776d64a7024975a3effb43eef3607aeeb0e48589

diff --git a/src/quickapps/contents/ui/CustomRulesPage.qml b/src/quickapps/contents/ui/CustomRulesPage.qml
index 393218bb..19d70bb7 100644
--- a/src/quickapps/contents/ui/CustomRulesPage.qml
+++ b/src/quickapps/contents/ui/CustomRulesPage.qml
@@ -12,7 +12,14 @@ import org.kde.kdebugsettings 1.0
 Kirigami.ScrollablePage {
     id: page2
     title: i18nc("@title", "Custom Rules")
-
+    leftPadding: 20
+    actions: [
+        Kirigami.Action {
+            displayComponent: Kirigami.SearchField {
+                // TODO onAccepted: LoggingManager.kdeApplicationLoggingCategoryProxyModel.filterText = text
+            }
+        }
+    ]
     ListView {
         id: listviewRules
         reuseItems: true
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.