You have three options:

1) a member variable holding a pointer to the model
2) getting the model from the view and casting
3) connect the updateTable() signal to the model's select() slot

Cheers,
_