How to make QTableView with QComboBox in one column.
Unsolved
General and Desktop
-
Hi, i need a simple example how to add to QTableView comboboxes in one column. I need something like this:
I found an example with Spin Box, but i don't know how to make it with Combo Box: http://doc.qt.io/qt-5/qtwidgets-itemviews-spinboxdelegate-example.html -
What's the problem replacing the QSpinBox with a QComboBox in the example? Did you even try?