| 62 | } |
| 63 | |
| 64 | void |
| 65 | AddBookmarkDialog::setModulationHint(QString const &name) |
| 66 | { |
| 67 | this->ui->demodCombo->setCurrentIndex( |
| 68 | static_cast<int>(SigDiggerHelpers::strToDemod(name.toStdString()))); |
| 69 | } |
| 70 | |
| 71 | void |
| 72 | AddBookmarkDialog::setColorHint(QColor const &color) |