-
Notifications
You must be signed in to change notification settings - Fork 347
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.
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 :-)
Plugin API is now being refactored and first version will be available with 1.1.8 version.
Go back to Home page
Available pages:
- Translating - How to translate
- Customisation - Shipping custom bookmarks/search engines
- Themes - How to develop themes
- Plugins - How to develop plugins
- Spell Check - Information about spell checking
- Changelog - Full changelog
- Bug reports - Read before open issue
- FAQ - Frequently asked questions
- Authors - Contributors list
- Contact - Developers contact