Hello!
I want to create Qt program with similar layout as C# DataGridView. I'm choosing between QTableWidget and QTableView - which one should be more suitable? In C# it's practice to create class for DGV and list where are multiple objects from that class stored. How to achieve the same in Qt?
Thank you!


Reply With Quote

Thank you for help!


Bookmarks