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

radiochoice => choice_radio

parent 16827c10
...@@ -8,7 +8,7 @@ from .NumStepper import NumStepper ...@@ -8,7 +8,7 @@ from .NumStepper import NumStepper
class WidgetFactory: class WidgetFactory:
widget_map = { widget_map = {
'choice': ChoiceWidget, 'choice': ChoiceWidget,
'radiochoice': RadioChoiceWidget, 'choice_radio': RadioChoiceWidget,
'boolean': BooleanWidget, 'boolean': BooleanWidget,
'entry': EntryWidget, 'entry': EntryWidget,
'number': NumStepper, '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