This video is about how to make your own web browser in C++ using QT Creator in very easy way. No coding skills required.
By using webkit widgets, i'll demonstrate how to design the interface and how to connect the signals to slots. This browser consists of a web view and some navigation element such as back, forward, and refresh button, and also a url box with enter-to-submit functionality.
With these basics, you can further improve it with more features as you need.