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: