@Pl45m4 said in Checkbox and combobox in table cell:
@Gazi
That is what delegates are for
https://doc.qt.io/qt-6/qitemdelegate.html#detailsAssign the delegates where you have your boolean values
The standard styled delegate for widget views handles Qt::CheckStateRole. The link doesn't go directly to the role.
@Gazi At over 300 lines, this code snippet is waa[...]aay too large for a reasonable question. Please limit examples to the minimum required to explain the problem.