QTableView
#488
Replies: 1 comment
-
qquicktableview.cpp ( the implementation of the QML table view ) has ~7.5K lines of code - something that can't be reimplemented or wrapped easily. That's why it is not on the agenda for the first release of QSkinny. A list view is something different: see QListView vs. QTableView. If the list view is good enough for your needs - yes you have to inherit from QskListView and bind your data to the cells. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I want to implement QTableView what should I do, inherit QskListView?
Beta Was this translation helpful? Give feedback.
All reactions