The ViewBase class is the most basic base class for views in Orange. It contains
the basics needed for creating a view and connecting it to a view template and a view model.
No declarative bindings are available for use in the template, everything has to be set up in the
view class.
The
ViewBase
class is the most basic base class for views in Orange. It contains the basics needed for creating a view and connecting it to a view template and a view model. No declarative bindings are available for use in the template, everything has to be set up in the view class.