[Digikam-devel] [Bug 130906] Allow user to click text of tags to tag an image (not checkbox only).
Andi Clemens
andi.clemens at gmx.net
Mon Jul 7 10:56:29 BST 2008
------- 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=130906
------- Additional Comments From andi.clemens gmx net 2008-07-07 11:56 -------
I guess this is not possible, I tried it before... A double click also is handled as a normal click... there is no way (at least for me right now) to handle such situations. Even if the very first line in the eventFilter is
if (e->type() == QEvent::MouseButtonDblClick)
return false;
the "normal" click action will be called. Do you know a way to do this?
More information about the Digikam-devel
mailing list