| 1486 | } |
| 1487 | |
| 1488 | void FilePathDialog::resetUnknownForm() |
| 1489 | { |
| 1490 | ui->unknown_type->clear(); |
| 1491 | ui->unknown_subtype->clear(); |
| 1492 | ui->unknown_data_format->setCurrentIndex(static_cast<int>(DataFormat::Base64)); |
| 1493 | unknown_data_format_index = 0; |
| 1494 | ui->unknown_data->clear(); |
| 1495 | } |
| 1496 | |
| 1497 | void FilePathDialog::refreshDiskCombo(bool force) |
| 1498 | { |