This repository has been archived by the owner on May 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 347
Plugins
nowrep edited this page May 31, 2011
·
32 revisions
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.
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
- QupZilla headers v0.9.9
- QupZilla headers v1.0.0-beta1
- QupZilla headers v1.0.0-beta2
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 :-)
In this examples we will show how to write your QupZilla plugins.
- Tutorial: HelloWorld - your first plugin
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