Home
last modified time | relevance | path

Searched refs:nextAnnotationButton (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.cpp127 nextAnnotationButton = new QPushButton(QIcon(":core/images/forward.png"), ""); in initLayout()
128 nextAnnotationButton->setFixedSize(32, 32); in initLayout()
129 nextAnnotationButton->setToolTip(AnnotHighlightWidget::tr("Next annotation")); in initLayout()
130 nextAnnotationButton->setObjectName("nextAnnotationButton"); in initLayout()
131 buttonsLayout->addWidget(nextAnnotationButton); in initLayout()
133 nextAnnotationButton->setDisabled(true); in initLayout()
292 nextAnnotationButton->setDisabled(noAnnotatedRegions()); in sl_onAnnotationSelectionChanged()
295 nextAnnotationButton->setDisabled(false); in sl_onAnnotationSelectionChanged()
302 nextAnnotationButton->setDisabled(true); in sl_onAnnotationSelectionChanged()
494 nextAnnotationButton->setDisabled(true); in loadAnnotTypes()
[all …]
H A DAnnotHighlightWidget.h157 QPushButton *nextAnnotationButton; variable
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/regression_scenarios/
H A DGTTestsRegressionScenarios_2001_3000.cpp4159 QWidget *nextAnnotationButton = GTWidget::findWidget(os, "nextAnnotationButton"); in GUI_TEST_CLASS_DEFINITION() local
4160 GTWidget::click(os, nextAnnotationButton); in GUI_TEST_CLASS_DEFINITION()
4164 … CHECK_SET_ERR(!nextAnnotationButton->isEnabled(), "nextAnnotationButton is unexpectedly enabled"); in GUI_TEST_CLASS_DEFINITION()