knob->setValues(_lastColor[0], _lastColor[1], _lastColor[2], _lastColor[3], ViewSpec::all(), eValueChangedReasonUserEdited); }elseif(nDims ==1) { knob->setValue(_lastColor[0], ViewSpec::all(),0, eValueChangedReasonUserEdited); } onSpinBoxValueChanged(); }if( getGui() ) {...
{// Spin box editors.static_cast<QSpinBox*>(editor)->setValue(value.toInt());break; }caseSettingsValue::UNSIGNED_DOUBLE:caseSettingsValue::DOUBLE:caseSettingsValue::DOUBLE_RANGE: {// Double spin box editors.static_cast<DoubleSpinBox*>(editor)->setValue( value.toString());break; }caseSettin...