[Digikam-devel] [Bug 115157] digikam usability: Image comments/tags dialog: hard to find/see all already selected tags (and to 'de'select them)
Arnd Baecker
arnd.baecker at web.de
Mon Feb 5 08:13:59 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=115157
------- Additional Comments From arnd.baecker web de 2007-02-05 09:13 -------
I would like to try to fix this, but need a little bit of help by one of you experts here, as I don't speak C++/Qt:
My plan is to implement what is suggested in #59, just
after L. 1468 of digikam/libs/imageproperties/imagedescedittab.cpp
I would start with an iterator:
QListViewItemIterator ittT(d->tagsView);
while (ittT.current())
over the whole tree and then for each visible tag I want to iterate
over its children.
Question: How can I construct an iterator over the children of a tag?
I tried something like
QListViewItemIterator itchild(tag->child());
//Album* child = tag->child();
but that did not work ...
Many thanks,
Arnd
More information about the Digikam-devel
mailing list