I would need to set a cell in a QTableWidget as 'read-only' or 'not enabled': is it possible to do it via QT Designer or only via code ?
Thanks for any help
I would need to set a cell in a QTableWidget as 'read-only' or 'not enabled': is it possible to do it via QT Designer or only via code ?
Thanks for any help
@Achab61
You can set individual cell properties on a QTableWidget in Designer. Have you found that? If neither 'read-only' nor 'not enabled' are available properties there then you must do it in code.