PDA

View Full Version : delegate editrole size for advanced qt4 book's timelog1 app



fhools
19th May 2012, 06:37
In the book's chapter on custom delegates, the timelog1 application utilizes has a treeview that displays a custom delegate widget that paint's a checkbox and a richtext QTextEdit widget. I'm wondering why is it when the delegate is in edit mode, it completely hides the checkbox. What's a good approach if I'd like it to show the checkbox plus the qtextedit when in edit mode.