Hello,

I'm making an application for a litte supermarket to generate a tickets. The application
need to be fast reading barCode. I'm no sure what is the best way to do it. I stated with
QSqlTableView and QSqlTableModel with edit strategy OnRowChange. My first problem
is that every row that I start how I can tell to the QtableView that put the cursor on a
determinated column and so I can obtain an event it leaves the column to check if ean
is right ? Another question is when all row is full and right data how I can start new row
automatically without the need press ENTER key to validate the row.

Perhaps is best read BarCode in QlineEdit for best control an then put the ean to the
QtableView. I don't now, any experiences ?