BiAPoL / blog

Most of us study and work at the Bio-image Analysis Technology Development group at the DFG Cluster of Excellence “Physics of Life” at the TU Dresden. We blog about image data science, knowledge exchange and research data management in the life sciences.
https://biapol.github.io/blog/
Creative Commons Attribution 4.0 International
12 stars 8 forks source link

QtDesigner and magicgui #66

Closed jo-mueller closed 1 year ago

jo-mueller commented 1 year ago

As discussed sometime ago and also more recently, here comes a blog post that explains how to combine QtDesigner-made widgets with magicgui functionality.

In the course of writing this post I figured that it's actually easier than I thought because magicgui widgets can just be added to any layout, without having to replace a previously created placeholder.

Looking forward to your thoughts!

@thawn hope this helps you with your work!

jo-mueller commented 1 year ago

@thawn

I will use it to improve the microscope API napari plugin :-)

Glad to hear! If you need any help with that, let me know. Maybe I can help you with a few other tips and tricks (e.g. icons in GUIs, signals and slots, events, etc) :)