Hi all,

I have a problem figuring out how to set numeric data into another cell, the first left one of the current cell.
Code is like the spinbox example

My code holds the combobox delegate, it is connected to some column cells.
When I enter to select item from the combobox and then leaving, the text gets pasted into the cell -fine. However I want to save a numeric value, the combobox index into another cell.
Here lays my problem I don't know how to get the cell to the left of the current cell, and how to be able to paste the index number to the cell.


any ideas?