I want to use a scientific QStandardItemModel model which will receive some values from comboboxes and some double numbers that the user will insert in a QTableView. I successfully managed to implement the delegate for the combobox. Do I need to program seperately a delegate for the cells that the user inserts a double number? Perhaps it would be good to protect the program by not allowing the user to insert any other value (characters, symbols) in the cells for double numbers.
Bookmarks