Hello,
Thank you for yout ideas.
@Tavit
I would like to solve my problem using a Model View solution, because using QTableWidget would case a lot of other programming problems, so it would be tha last way what I would choose.
@wysota
I will check it.
Now I have done:
ui->tableViewFuses->openPersistentEditor(fuseModel->index(i, 1));
ui->tableViewFuses->openPersistentEditor(fuseModel->index(i, 1));
To copy to clipboard, switch view to plain text mode
and now all of my comboboxes and checkboxes are visible, but under the checkboxes the value of the binary field is visible too:
qt..png
Bookmarks