| 1411 | // Media |
| 1412 | |
| 1413 | void FilePathDialog::resetHdForm() |
| 1414 | { |
| 1415 | refreshDiskCombo(false); |
| 1416 | signatureTypeChoiceChanged(ui->hd_signature_type->currentIndex()); |
| 1417 | ui->hd_partition_number->clear(); |
| 1418 | ui->hd_partition_start->clear(); |
| 1419 | ui->hd_partition_size->clear(); |
| 1420 | ui->hd_signature_type->setCurrentIndex(0); |
| 1421 | } |
| 1422 | |
| 1423 | void FilePathDialog::resetCdRomForm() |
| 1424 | { |