Replies: 1 comment 1 reply
-
I believe the row_data is supposed to be of the type You can make one for example with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to populate data into the StandardTableView component and relating to disccusion #5298, it is advised to use
VecModel::push
to add new row to model. Is there a way to achieve that in C++?MainWindow.slint code:
Cpp code:
To push new entry into the row model for StandardTableView component, how can I create the right structure type for 'row_data' in C++?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions