GSoC 2019 : Week 1 - Implementing a Sample TreeView.
This blog post provides a brief note on the work I have done in the first week in the coding period of the Google Summer of Code program.
Work Planned to be Done:
- Create a Sample TreeView using Model-View Architecture
- Learn more about Class and Objects
- Work out some sample codes based on the Model/View Programming.
Work Done:
1.Constructing a TreeView
I have started the week by learning how to implement a TreeView using Model-View programming. I created a model
Read more