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.