ChoiceElement¶
-
class
glue.viewers.custom.qt.custom_viewer.ChoiceElement(params)[source]¶ Bases:
glue.viewers.custom.qt.custom_viewer.FormElementA dropdown selector to choose between a set of items
Shorthand notation is a sequence of strings or a dict:
e = FormElement.auto({'a':1, 'b':2}) e = FormElement.auto(['a', 'b', 'c'])
Attributes Summary
stateMethods Summary
recognizes(params)value([layer, view])Attributes Documentation
-
state¶
Methods Documentation
-