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 4, 2012 · 32 revisions

Plugins

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

How to start

In order to write your first QupZilla plugin, you need the corresponding header files. If you don't need all headers, you can download the ones needed from the repository, or you can simply download the archive for your version.

After that, you have to unpack the headers to some folder and add this folder to the INCLUDE directory of your plugin.
Thats all and you are ready to write your first plugin :-)

Examples

Plugin API is now being refactored and first version will be available with 1.1.8 version.


Go back to Home page

Available pages:

Clone this wiki locally