There are some validators used on editors that can be replaced by validation framework. We have validators like `QIntValidator` Use `setRange(),` see example of new pattern in [\ResInsight\Fwk\AppFwk\cafTests\cafTestApplication\ValidationTest.cpp](https://github.com/OPM/ResInsight/blob/dev/Fwk/AppFwk/cafTests/cafTestApplication/ValidationTest.cpp)
There are some validators used on editors that can be replaced by validation framework. We have validators like
QIntValidatorUse
setRange(),see example of new pattern in \ResInsight\Fwk\AppFwk\cafTests\cafTestApplication\ValidationTest.cpp