python-microscopy / pyme-plugin

Template for making plug-ins for the Python-Microscopy Environment (PYME)
http://www.python-microscopy.org/
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

add example gui panel for any plugin-specific config options users need to configure #5

Open barentine opened 3 years ago

barentine commented 3 years ago

Most plugin users probably don't want to write wx dialogs from scratch, but could hang with modifying one if they needed to set a parameter or two. See pyme-omero install_plugin.py and ui dialog for an example.