Hello every one,
I have some variables whose values I want to save in QTableView and then show it into the modeler when the scenefile animation is completed. I am using visual studio c++ for bacckend interaction with sofa, how would I do this.
Like I do not want to create a separate QWidgetApplication for this, as I already tried this but this is too messy. I want a smart way to create QTableView and add variable values in that table. Kindly suggest me any solution.
i will really be appreciated.