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.

How to start

In order to write your first QupZill plugin, you need corresponding headers. If you don't need all headers, you can download the ones needed from repository, or simply you can download archives for your version.
QupZilla headers v0.9.8
After that, you have to unpack headers to some folder, and this folder add to INCLUDE directory of your plugin.
Thats all and you are ready to write first plugin :-)

Examples

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

Available pages:

Clone this wiki locally