Qt-interest Archive, July 2007
help about control of edition of a
Message 1 in thread
Hi,
It's my first mvc experience.
I designed a qtrreview , qabstractitemmodel, qitemdelegate and
qtrrwidgetitem based classes.
User can edit items.
I create some different editors depending of some data info (url editor,
int editor, enum editor....)
I connect valuechanged of a qspinbox editor for example to update the
model.
My problem is, that the view is updated in return.
I would like to update the model (so other views for same model should
be updated) but not receive an event for the edited view.
I would like to disconnect the communicate between model and the view
edited. is it possible? and how?
thank for any info, link about edition control I didn't find.
Veronique.
--
[ signature omitted ]