Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Plugins

nowrep edited this page Mar 18, 2011 · 32 revisions

Plugins

QupZilla plugins are small dynamic loaded libraries (.so on *nix / .dll on windows) which can do a lot of various jobs from adding small tweaks to implement whole new download manager.
QupZilla plugins are classic Qt Low Level-API extensios.

Examples

In this examples we will show how to write your QupZilla plugins.
HelloWorld - your first plugin

Available pages:

Clone this wiki locally