I'm trying to check, for every row in a QTableWidget that all its column fields are filled with data.
For each column I'm using delegates (different ones, for different data types), but I'd like to know if there's a certain "standard" or "elegant" way to resolve if all column fields are filled with data from QTableWidget?
I want to be able to control wheter the tablewidget is complete, so that when the user clicks Accept it checks if the user's input is valid.


Reply With Quote


Bookmarks