Commit 94176bc1 authored by Roman Alifanov's avatar Roman Alifanov

radiochoice => choice_radio

parent 16827c10
......@@ -8,7 +8,7 @@ from .NumStepper import NumStepper
class WidgetFactory:
widget_map = {
'choice': ChoiceWidget,
'radiochoice': RadioChoiceWidget,
'choice_radio': RadioChoiceWidget,
'boolean': BooleanWidget,
'entry': EntryWidget,
'number': NumStepper,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment