| 1392 | } |
| 1393 | |
| 1394 | void FilePathDialog::resetRestServiceForm() |
| 1395 | { |
| 1396 | ui->rest_service_rest_service->setCurrentIndex(0); |
| 1397 | ui->rest_service_access_mode->setCurrentIndex(0); |
| 1398 | ui->rest_service_guid->clear(); |
| 1399 | ui->rest_service_data_format->setCurrentIndex(static_cast<int>(DataFormat::Base64)); |
| 1400 | rest_service_data_format_index = 0; |
| 1401 | ui->rest_service_data->clear(); |
| 1402 | } |
| 1403 | |
| 1404 | void FilePathDialog::resetNvmeOfNsForm() |
| 1405 | { |