Replies: 1 comment
-
|
well yes, implement it into pymodaq and then if/when your pyqtgraph PR is accepted we can remove the ting from pymodaq! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently made a PR (pyqtgraph/pyqtgraph#3371) on pyqtgraph to implement nested structures in group parameter. Overall, this can help to easily sort elements by using submenus to filter unwanted values compared to a standard and long list.
Here is how we could use it in Pymodaq to sort the detectors according to their dimensions.

I have no clue on how long it takes with pyqtgraph to accept/update PR.
If you are interested, I can make a PR to subclass the GroupParameterItem directly. We can then update the PresetScalableGroup afterwards.
Beta Was this translation helpful? Give feedback.
All reactions