[Digikam-devel] [Bug 114465] Wish: simpler entry of tags
Gilles Caulier
caulier.gilles at gmail.com
Tue Nov 13 12:08:36 GMT 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=114465
------- Additional Comments From caulier.gilles gmail com 2007-11-13 13:08 -------
Arnd,
...an auto-completion mode in fact. If yes, KLineEdit widget used provide aready this feature, and of it's... not enabled by default...
KDE3 API :
http://api.kde.org/3.5-api/kdelibs-apidocs/kdeui/html/classKLineEdit.html
KDE4 API:
http://api.kde.org/4.0-api/kdelibs-apidocs/kdeui/html/classKLineEdit.html
Code is in :
http://websvn.kde.org/branches/extragear/kde3/graphics/digikam/libs/imageproperties/imagedescedittab.cpp?revision=718244&view=markup
... in constructor, you have "d->tagsSearchEdit = new KLineEdit(tagsSearch);"
This object do not have completion enable... If you want to try, it's easy...
Gilles
More information about the Digikam-devel
mailing list