I'm totally new to Qt, so I'd be glad to have a wide answer.
Here I drew up some model:
We have a kind of table that contains:
- an integer value with a spinbox.
- a cell with three(not specifically) grouped radio buttons
- Editbox
- A button that interacts with this particular editbox.
Also we have 2 buttons to add and remove items from the table.
I did some google search and found out that it can be done via QTableView. Is there any way to put such complex structures into a cell? Must it be a separate class inherited from QTableView?