PDA

View Full Version : How to have a qitemdelegate visible always (not only when edit) and ready to use ?



tonnot
29th April 2011, 09:07
I'd like to view the QWidget I used as Qitemdelegate ready to use just only when click on a cell.(not only on double click)
Any quick way ?
I have tried to find some help at doc but without success.
Thanks.

boudie
29th April 2011, 09:14
Maybe you can use setEditTriggers() on your view to get the behavior that you want.