KDE Frameworks 5 automatic completion framework https://kde.org/
Go to file
2024-02-14 19:05:05 +01:00
kcompletion.spec automatic version update by autodist [release 5.115.0-1mamba;Mon Feb 12 2024] 2024-02-14 19:05:05 +01:00
README.md standardize the specfile and add some missing build requirements [release 5.9.0-2mamba;Wed Apr 29 2015] 2024-01-06 00:49:46 +01:00

kcompletion

When typing filenames, email addresses and other text where the user often wants to select from existing data (including what they previously typed) rather than enter anything wholly original, users often find it helpful if they only need to type the first few characters, and then have the application offer them a set of choices or attempt to finish off what they were typing. Email clients, shells and "open file" dialogs often provide this functionality. This framework helps implement this in Qt-based applications. You can use one of the completion-ready widgets provided by this framework, or integrate it into your application's other widgets directly.