[QML] Something like `QCompleter` + `QLineEdit` in Kirigami?

When using QtWidgets we have the ability to easily add a completion drop down to a QLineEdit.

I checked in Kirigami gallery and there seems to be nothing similar.
I wonder if the design paradigm has been obsoleted.

Either way, I made a little thing that would be similar.

Thoughts?

1 Like

There is a SearchField coming with Qt 6.10 which does that :slight_smile:

hehe
nice to know.

It’s kinda tricky to make keyboard controls work properly, when making it this way.