Managing plugins using the AddOn Manager

Each functionality in the Builder is a plugin. A plugin is a small or large piece of Python code that defines its functionality.

An add-on is a collection of plugins; some contain just one, to define a single button/filter etc, while others contain a whole set of plugins which are related to each other.

Using the AddOn Manager (Help‣AddOn Manager) you can automatically update installed add-ons, or install new ones to extend the functionality of QuantumATK, either by downloading them from the QuantumATK add-on server, or installing them from .zip files or a folder by clicking Install zip/folder. Normally you can just update the add-ons by clicking the “Update” or “Update All” buttons in the AddOn Manager in QuantumATK. If, however, you are behind a firewall that prevents QuantumATK from accessing the add-on server directly, you can instead download the add-on and install it manually by clicking the Install zip/folder button highlighted in red.

../../../_images/addonRepopage.png

Fig. 31 The add-on can be manually installed by clicking the button Install zip/folder in the AddOn Manager in QuantumATK. Restart QuantumATK to activate the new add-on.

Tip

Make it a habit to check the AddOn Manager now and then, to see if there are any updates available.

Add-ons are installed in quantumatk/lib/site-packages/AddOns on Windows and quantumatk/lib/python2.7/site-packages/AddOns on Linux, relative to the QuantumATK installation directory. There you can inspect the source code of almost all plugins provided with QuantumATK, and use them for inspiration to create your own!