I have imported QT5 C++ project from GitHub here is the screenshot of MeshLab plugin and many of the plugin functions I have already deleted and other I want to delete from application so how to remove these functions from source code. I just want open project option and nothing else. So when I import mesh and the file display on application display. How can i remove these plugins?
I have deleted many files from meshlabplugins file. I can't understand other things what to do. When I am commenting or delete something output shows errors here's my screenshot of files
The gui of the main window is created in MainWindow::createActions()
I would suggest to comment code that create actions and menu that you don't need.