0

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

Tsyvarev
  • 60,011
  • 17
  • 110
  • 153
  • Welcome to SO! You will need to at least tell us the URL of this GitHub repo. It's not very efficient or good etiquette to expect others to find information that you could easily provide. Please help us help you! – starball Dec 03 '22 at 02:45
  • Also, I anticipate that you may find yourself waiting a while for an answer. https://stackoverflow.com/help/no-one-answers. While I'm not sure if this _question_ counts as being too broad, I imagine (without knowing anything about the code you are referring to) an answer to this question could be quite lengthy. – starball Dec 03 '22 at 02:48

1 Answers1

0

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.

Rockcat
  • 3,002
  • 2
  • 14
  • 28