Hi Raul,
Currently, TestComplete cannot recognize a QTableView control as a table control. That is, internal methods and properties of this control are not accessible from your tests. However, we have a suggestion to implement this, and your request has increased its rating. Thank you.
Meanwhile, you can test this control in black-box mode by simulating user actions over it (clicks, double-clicks, keystrokes, and others). Also, as you may notice, TestComplete can recognize some child controls of the QTableView control. In your case, it is the SpinBox control:
Aliases.Funnel.FunnelMain.centralwidget.toolBox.ScrollArea.qt_scrollarea_viewport.page_2.tableViewTags.qt_scrollarea_viewport.SpinBox.wValue = 50000
You can use properties and methods of this control to get or set text to the needed cell. For more information, see the
QtSpinBox object help topic.