| 358 | } |
| 359 | |
| 360 | void IPProcessPropertiesWidget::resetSettings() |
| 361 | { |
| 362 | for(IPPropertyWidget* widget : _propertyWidgets) |
| 363 | { |
| 364 | widget->resetValue(); |
| 365 | } |
| 366 | } |
| 367 | |
| 368 | void IPProcessPropertiesWidget::addPropertyWidget(QString label, QString description, IPPropertyWidget *widget) |
| 369 | { |
no test coverage detected