You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2018. It is now read-only.
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