Home
last modified time | relevance | path

Searched refs:noAnnotTypesLabel (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/annot_highlight/
H A DAnnotHighlightWidget.cpp82 noAnnotTypesLabel = new QLabel(""); in initLayout()
83 noAnnotTypesLabel->setWordWrap(true); in initLayout()
85 noAnnotTypesLabel->setStyleSheet("margin-left: 2px;"); in initLayout()
86 noAnnotTypesLabel->setObjectName("noAnnotTypesLabel"); in initLayout()
139 mainLayout->addWidget(noAnnotTypesLabel); in initLayout()
316 noAnnotTypesLabel->setText(tr("The sequence doesn't have any annotations.")); in setNoAnnotTypesLabelValue()
318 noAnnotTypesLabel->setText(tr("The sequences do not have any annotations.")); in setNoAnnotTypesLabelValue()
323 noAnnotTypesLabel->show(); in setNoAnnotsLayout()
331 noAnnotTypesLabel->hide(); in setLayoutWithAnnotsSelection()
H A DAnnotHighlightWidget.h151 QLabel *noAnnotTypesLabel; variable
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/regression_scenarios/
H A DGTTestsRegressionScenarios_1_1000.cpp2286 QLabel *noAnnotTypesLabel = GTWidget::findExactWidget<QLabel *>(os, "noAnnotTypesLabel"); in GUI_TEST_CLASS_DEFINITION() local
2287 CHECK_SET_ERR(noAnnotTypesLabel->isVisible(), "label is not visiable"); in GUI_TEST_CLASS_DEFINITION()
2288 CHECK_SET_ERR(noAnnotTypesLabel->text() == "The sequence doesn't have any annotations.", in GUI_TEST_CLASS_DEFINITION()
2289 "unexpected text: " + noAnnotTypesLabel->text()); in GUI_TEST_CLASS_DEFINITION()