- This topic has 1 reply, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Programming with SOFA › QTableView saving data into sqlite
Tagged: 64_bits, Qt, scene file, SOFA, SOFA_1706, Windows_10
Hello everyone,
I am using SQLITE for saving my data, now I want to display the data into a table using QTABLEVIEW. For this, i have added necessary files and libraries. Do I need to create a cpp and header file in QT or in my visual studio I can do this? If yes, then how can I use Qtableview in my sofa plugin component?
Hi rubab,
I’m not sure I get what you exactely want to do.
I have the impression that you are saving some data from sofa into an SQLITE data base and after that you want then to visualize them with a custom user interface based on QTABLEVIEW ?
As you are using a data base to save the data why not implementing the visualization a third party application (with pyQT to make that easy) to avoid all the complexity of coding your QTABLEVIEW’s widget into Sofa (which is possible but sounds much more harder to me).
Regards,
Damien.
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.