magicgui icon indicating copy to clipboard operation
magicgui copied to clipboard

build GUIs from type annotations

Results 99 magicgui issues
Sort by recently updated
recently updated
newest added

A test failed. Please review the [workflow logs](https://github.com/pyapp-kit/magicgui/actions/runs/10172225684) for details.

reusable-test-failure

**Describe the bug** Cannot use "bind" option with `ListEdit` and `TupleEdit` in the main branch version. See https://github.com/pyapp-kit/magicgui/pull/658#issuecomment-2255844568 **To Reproduce** ``` python from magicgui import magicgui @magicgui(x={"bind": [1]}) def func(x:...

bug

It looks like `@guiclass` [was added in November 2022](https://github.com/pyapp-kit/magicgui/pull/498), so it's coming up on two years since it was added. However it's still marked as experimental, so I've held off...

Hi, I wanted my widget to execute when I hit instead of clicking on the `Run` button with my mouse. Asking ChatGPT, I solved the problem with the following code:...

**Describe the bug** If create magicgui widget with a vertical layout, the list widget still have horizontal layout. It led to horizontal stretching of widgets. **To Reproduce** Use function ```...

bug

It is [nicely documented](https://pyapp-kit.github.io/magicgui/api/widgets/SpinBox/#magicgui.widgets.SpinBox) that the default step size for the spin box is adaptive: > step ([float](https://docs.python.org/3/library/functions.html#float), default: Undefined ) – The step size for incrementing the value, by...

Hi @tlambert03, when using nested pydantic models, I found [this post](https://forum.image.sc/t/building-a-napari-widget-from-a-pydantic-model/90257/11) on how to add a simple way of nesting widgets/containers. When trying to use the values, I needed to...

Hi @tlambert03, restarting my work from #669 after the `ValuedContainer` changes. Still, some things are missing: * Proper test e.g. for getting nested values from `ValueWidget`s and `ContainerWidget`s. Does this...

https://github.com/pyapp-kit/magicgui/pull/100 added a pretty amazing feature of generating tooltips from docstrings, but it's not really documented, just mentioned in code in a single example? https://pyapp-kit.github.io/magicgui/generated_examples/basic_widgets_demo/#basic-widgets-demo