// Iterate through the parameters of the component
QMap<QString,QVariant>*comp=i.value();
{
QMap<QString,QVariant>::iteratorj;
for(j=comp->begin();j!=comp->end();++j)
{
changedParamCount++;
}
}
}
if(changedParamCount>0)
{
QMessageBoxmsgBox;
msgBox.setText(tr("There are locally changed parameters. Please transmit them first (<TRANSMIT>) or update them with the onboard values (<REFRESH>) before storing onboard from RAM to ROM."));