Home
last modified time | relevance | path

Searched refs:fastaFormatName (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/
H A DRemovePartFromSequenceDialogController.cpp117 …const QString fastaFormatName = DocumentFormatUtils::getFormatNameById(BaseDocumentFormats::FASTA); in sl_mergeAnnotationsToggled() local
118 CHECK(!fastaFormatName.isEmpty(), ); in sl_mergeAnnotationsToggled()
121 ui->formatBox->removeItem(ui->formatBox->findText(fastaFormatName)); in sl_mergeAnnotationsToggled()
123 ui->formatBox->addItem(fastaFormatName); in sl_mergeAnnotationsToggled()
H A DEditSequenceDialogController.cpp179 …const QString fastaFormatName = DocumentFormatUtils::getFormatNameById(BaseDocumentFormats::FASTA); in sl_mergeAnnotationsToggled() local
180 CHECK(!fastaFormatName.isEmpty(), ); in sl_mergeAnnotationsToggled()
183 ui->formatBox->removeItem(ui->formatBox->findText(fastaFormatName)); in sl_mergeAnnotationsToggled()
185 ui->formatBox->addItem(fastaFormatName); in sl_mergeAnnotationsToggled()