Hi,
I want to create a simple QTableWidget consisted of strings and double numbers.
I want the user to edit these items and I want the program to access/edit the values of these items.

In the documentation, I found so far,

a QTableWidget is consisted of QTableWidgetItems
A QTableWidgetItem is contructed from this function


Qt Code:
  1. QTableWidgetItem::QTableWidgetItem ( int type = Type )
To copy to clipboard, switch view to plain text mode 

which is the int type for double numbers and QStrings? I cannot find any list