Re: [Interest] submit policy

2012-06-22 Thread Tony Rietwyk
=rightsoft.com...@qt-project.org [mailto:interest-bounces+tony=rightsoft.com...@qt-project.org] On Behalf Of Stefan Sent: Friday, 22 June 2012 3:47 PM To: interest@qt-project.org Subject: Re: [Interest] submit policy Hi all, I am still trying to figure this out. So far without much luck. Does

Re: [Interest] submit policy

2012-05-24 Thread Stefan
. Thank you for your input Stefan From: Diego Schulz dsch...@gmail.com To: interest@qt-project.org interest@qt-project.org Sent: Thursday, May 24, 2012 12:41 AM Subject: Re: [Interest] submit policy On Mon, May 21, 2012 at 9:15 AM, Stefan noho...@yahoo.com

Re: [Interest] submit policy

2012-05-24 Thread Mark Brand
You're using QSqlTableModel, right? Have you tried adjusting QSqlTableModel::EditStrategy to OnFieldChange? I am not using the QSqlTableMode, I am implementing my own QAbstractItemModel, wrapping some driver calls to an USB device. But even if I would use QSqlTableModel, I would run into

Re: [Interest] submit policy

2012-05-23 Thread Diego Schulz
On Mon, May 21, 2012 at 9:15 AM, Stefan noho...@yahoo.com wrote: Hello, this question is about the submit policy in QDataWidgetMapper. There is an AutoSubmit, which submits to the itemModel on focus lost. Also, there is a ManualSubmit, submitting only when called programatically. I prefer

[Interest] submit policy

2012-05-21 Thread Stefan
Hello, this question is about the submit policy in QDataWidgetMapper. There is an AutoSubmit, which submits to the itemModel on focus lost. Also, there is a ManualSubmit, submitting only when called programatically. I prefer to use the auto submit policy, since I don't want to have an ok button