Skip to content

ENH: Added new qtOperatorView class

Robert M. O'Bara requested to merge bob.obara/smtk:OperatorView into master

This class creates a default UI for an operator. It determines when the operation can be applied by changing the validity of the underlying attribute as well as preventing the same operation from being accendently applied multiple times.

Merge request reports