[solved]QStringlist & Qtablewidget
General and Desktop
3
Posts
3
Posters
2.4k
Views
1
Watching
-
Can I populate a qtablewidget or qtable view with a qstringlist...?
thanks -
Can you please specify this a bit more?
a string list is a list, not a table
so, if you use a "QStringListModel":http://qt-project.org/doc/qt-4.8/qstringlistmodel.html you can use that in a view, is that what you are looking for? But then I would use a QListView for displaying it.