##// END OF EJS Templates
Store views in the models and store child views in the views
Store views in the models and store child views in the views

File last commit:

r14449:36f8d836
r14493:010861f6
Show More
__init__.py
13 lines | 496 B | text/x-python | PythonLexer
from .widget import Widget
from .widget_bool import BoolWidget
from .widget_button import ButtonWidget
from .widget_container import ContainerWidget
from .widget_float import FloatWidget
from .widget_float_range import FloatRangeWidget
from .widget_image import ImageWidget
from .widget_int import IntWidget
from .widget_int_range import IntRangeWidget
from .widget_multicontainer import MulticontainerWidget
from .widget_selection import SelectionWidget
from .widget_string import StringWidget