In your code, you have self.mod_Indication = QtSql.QSqlQueryModel. You need to add parenthesis to make it work correctly, like self.mod_Indication = QtSql.QSqlQueryModel().
self.mod_Indication = QtSql.QSqlQueryModel
self.mod_Indication = QtSql.QSqlQueryModel()