On Mon, Nov 3, 2008 at 6:07 PM, Terry Brown <[EMAIL PROTECTED]> wrote:
> - manage a set of small icons drawn on the tree next to the node This might be a small problem, in that it requires implementing what qt calls "delegate" to draw the item (currently, the default drawing method is used - that is, an item with single icon and text) Some alternative solutions to the full-blown delegate approach: - Implement pre-created / dynamically created bitmaps with multiple icons - Have multiple rows in items > - provide hooks for controlling node drawing If we want full control, we need to take delegates to use. Perhaps we can use the default drawer for most items, but have custom delegates for some items. That's something to expore anyway, it will grant infinite flexibility. -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
