ProjectHierarchyWindow

class ProjectHierarchyWindow : public QWidget

This class is used to display the file hierarchy window for the project files.

In this class we get the model from project class (check project.cpp) which contains the tree model for project files and we then set the model to our treeView widget and we update it.

Param parent:

Public Functions

ProjectHierarchyWindow(Project &pProject, QWidget *parent = Q_NULLPTR)

This is the constructor which sets the tree model to the model passed and shows it.

Parameters:
  • pProject

  • parent

~ProjectHierarchyWindow()

Destructor.