You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a simpler way to do this? Or would it be possible to add a ComboBox.current_index property? I'd be happy to submit a pr if you'd like this added.
Thanks again!
The text was updated successfully, but these errors were encountered:
Hi @p-j-smith, sorry for the delay. That would be a great addition thank you. I think it could be added in magicgui/widgets/bases/_categorical_widget.py. Let me know if you run into any issues
Hi, thanks for making
magicgui
! It's a very cool project and super useful for quickly making widgets / guis.At the minute, if I would like to get the current index selected in a
ComboBox
, I either do something like this:or access the
QComboBox
directly:Is there a simpler way to do this? Or would it be possible to add a
ComboBox.current_index
property? I'd be happy to submit a pr if you'd like this added.Thanks again!
The text was updated successfully, but these errors were encountered: