Adding widgets to a TableWidget?
General and Desktop
6
Posts
3
Posters
1.7k
Views
1
Watching
-
You can have a look at "this":http://qt-project.org/forums/viewthread/16673 topic.
-
-
You need to add an instance of the widget as specified by qxoz . Check "setCellWidget":https://qt-project.org/doc/qt-5.0/qtwidgets/qtablewidget.html#setCellWidget documentation.