Skip to content

jmg/simple-web-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleWebBrowser v1.0


A Simple Fully Functional Web Browser implemented over Qt and QtWebKit.

This browser have the basic functions of a clasic web browser and it's thought to be easily extended and maintainable.

It separates the GUI from the logic from the implementation in many classes. The inheritance hierarchy looks like this:

BrowserGUI -> BrowserBase -> Browser
BrowserTabGUI -> BrowserTabBase -> BrowserTab

[GUI -> Logic Definition -> Logic Implementation]

If you have any commentary, query or bug report you can contact me to my mail.

To run this program just type:

~$ python run.py

Inside the main directory.

author: Juan Manuel Garcia jmg.utn@gmail.com

Short Cuts

  • Crtl + r / F5 = Reload
  • Crtl + t = New tab
  • Alt + left arrow = go-back
  • Alt + right arrow = go-ahead

Dependencies

  • python
  • python-qt4

About

A Simple Fully Functional Web Browser implemented over Qt and QtWebKit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages