Hi
Has anybody used the default delegate (QItemDelegate)
on a default model (QStandardItemModel) with a boolean column ?
For display things are OK at first : "true" or "false"
edition start quite well, too : a combobox with "false" and "true" appears,
then when committing the change, an int value is poured into the model
in stead of a boolean, it seems.
Has anybody faced such a behaviour ? What can I have missed ?
Thx in advance.

Laurent G.