Thanx for your answer, I have tried QTableWidget, I am wondering how to validate fields in this table, so that I am sure that the user has filled them all. With QLineEdit there was no problem, I created a RegExp, a Validator and called setValidator() on them plus setting them as mandatory fields , so the "Next" button was greyed as long as there was an acceptable input. I've traversed the documentation for QTableWidget and QTableWidgetItem but I see no setValidator() function, even as inherited from other objects. Any thoughts ??




Reply With Quote
Bookmarks