[Interest] QDataWidgetMapper issues

2013-01-08 Thread Danny Price
I'm having trouble using the venerable QDataWidgetMapper class in my project. I have a set of QDoubleSpinboxes mapped to indexes in my table model. I've set the submit policy of the mapper to manual and connected the change signals of the widgets to the submit slot so the data in the boxes is

Re: [Interest] QDataWidgetMapper issues

2013-01-08 Thread Samuel Gaist
Hi, For problem number one, isn't editingFinished what you want ? (It comes from the QAbstractSpinBox) Hope this helps Samuel On 8 janv. 2013, at 10:19, Danny Price wrote: I'm having trouble using the venerable QDataWidgetMapper class in my project. I have a set of QDoubleSpinboxes mapped