|
|
@ -48,6 +48,7 @@ ParameterEditorController::ParameterEditorController(void) |
|
|
|
_updateParameters(); |
|
|
|
_updateParameters(); |
|
|
|
|
|
|
|
|
|
|
|
connect(this, &ParameterEditorController::searchTextChanged, this, &ParameterEditorController::_updateParameters); |
|
|
|
connect(this, &ParameterEditorController::searchTextChanged, this, &ParameterEditorController::_updateParameters); |
|
|
|
|
|
|
|
connect(this, &ParameterEditorController::currentCategoryChanged, this, &ParameterEditorController::_updateParameters); |
|
|
|
connect(this, &ParameterEditorController::currentGroupChanged, this, &ParameterEditorController::_updateParameters); |
|
|
|
connect(this, &ParameterEditorController::currentGroupChanged, this, &ParameterEditorController::_updateParameters); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|