-
Notifications
You must be signed in to change notification settings - Fork 1
Welcome to Snakebite!
GoWeb Snakebite's interface is simple. Here is a guide for the current version of the browser:
-
These are the navigation buttons (QAction) of the navigation toolbar (QToolBar) in order: "<" Go back, ">" Go forward, "🔁" Reload, "🏠" Home, "+" New Tab. The status bar (QStatusBar) at the bottom of the application will show the button functions as well. Underneath the navigation bar, Tabs (QTabWidget) will appear (to add tabs click on the new tab button). This bar's style is similar to the syle of Safari and GNOME Web (Epiphany).
-
Above the toolbar is a menu bar. The menu bar has 2 menus - File and Help.
-
The Url Bar (QTextInput) supports inputing Urls but not searches. It also has a small indicator for whether a site is secure or not.
-
Finally, at the end of this toolbar, there is a stop button. This will later be merged with the Reload button and in it's place the New Tab button, along with a settings menu.
-
The menu object here opens up the Window (QWidget) that is shown in the centre of thhe first image
-
This directs you to the itch page, where you can download the application.
-
Opens a HTML file saved on youe device.
-
Saves the current webpage as a HTML file on your device.
-
(Broken, Fixing) Prints the page that you are currently viewing.