Created attachment 66146 [details] mockup JPG for preset tag management Version: svn trunk OS: Linux An old wish mockup I did and posted on IRC late in summer 2011 about tag management. Surely for post 2.4 The ergonomic idea behind it is to not drop the stylus to use 2 hands to type a keywords while painting to switch to a tag group, or to assign a tag group to a preset. == Imageshack link == http://img405.imageshack.us/img405/6950/20110830kritapresetdock.jpg mockup jpg picture will be also attached to this thread. Reproducible: Always Actual Results: Expected Results:
Thanks for the mock-up
Hi Is there any QT object to implement the dropdown list with + and - ? Need some startup idea to implement this . .
I think you could use a KisPopupButton and in the popup a listwidget.
The listwidget-based object probably could be re-used in a popup on the item. I'd need to check how to add a popup on a qlistview item, but I'm sure it's possible.
[update] 1. a first step about this ambitious project would be a simple drop down list , and the possibility to display a tag group one by one. This would allow shipping other brushkit , and do texture brush library, etc... 2. my inspiration for dropdown widget with checkbox inside is inspired from the 'blending modes' drop down list. The purpose is to allow the display of 2 or 3 tag group on the list. 3. Attribution of a tag can be made manually ( writing ) , this is part of brush editing. User is non expected to do it 'on the fly'. Also , button on the docker take vertical space : https://bugs.kde.org/show_bug.cgi?id=317424. 4. Right-click directly on the 'brush preset' bitmap icons and have a menu to attribute it an existing tag could be an optional nice little feature.
Done :-)