Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/pairwise_alignment/
H A DPairAlign.cpp153 algorithmListComboBox->setEnabled(algList.length() > 0); in initParameters()
155 algorithmListComboBox->addItems(algList); in initParameters()
159 … int index = algorithmListComboBox->findText(pairwiseAlignmentWidgetsSettings->algorithmName); in initParameters()
161 algorithmListComboBox->setCurrentIndex(index); in initParameters()
213 …connect(algorithmListComboBox, SIGNAL(currentIndexChanged(QString)), SLOT(sl_algorithmSelected(QSt… in connectSignals()
279 pairwiseAlignmentWidgetsSettings->algorithmName = algorithmListComboBox->currentText(); in checkState()
381 settings.algorithmId = algorithmListComboBox->currentText(); in sl_alignButtonPressed()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/options_panel/msa/
H A DGTTestsOptionPanelMSA.cpp2358 …QComboBox *algorithmListComboBox = GTWidget::findExactWidget<QComboBox *>(os, "algorithmListComboB… in GUI_TEST_CLASS_DEFINITION() local
2359 GTComboBox::selectItemByText(os, algorithmListComboBox, "Smith-Waterman"); in GUI_TEST_CLASS_DEFINITION()
2379 algorithmListComboBox = GTWidget::findExactWidget<QComboBox *>(os, "algorithmListComboBox"); in GUI_TEST_CLASS_DEFINITION()
2387 …CHECK_SET_ERR(algorithmListComboBox->currentText() == "Smith-Waterman", QString("unexpected curren… in GUI_TEST_CLASS_DEFINITION()