Y
Hacker News
new
|
ask
|
show
|
jobs
by
ripley12
1569 days ago
How is DataTable an example of that? It’’s a class that’s usually used to hold the contents of a relational database table, nothing to do with UI.
1 comments
intrepidhero
1569 days ago
Because you usually link it to a DataView and then the DataView updates when the underlying data changes. Same for QSqlTable, it links up with a QTableView.
link