Add Custom User Configuration Popup to Viewer Plugin
Hello,
I have created a viewer plugin, and would like to know how to include settings in the toolbar on the left of the viewer (similar to preferences).
I would also like to know how I would be able to save and get preference values, as well as display them for editing to the user.
I saw on the documentation for plugins the
save_settings(config_widget)
and
config_widget()
methods, but I do not know how to implement them.
Could anyone provide me with more information on this?
|