Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/
H A DGTUtilsOptionPanelMca.cpp107 QLabel *alignmentHeightLabel = qobject_cast<QLabel *>(GTWidget::findWidget(os, "seqNumLabel")); in getHeight() local
108 GT_CHECK_RESULT(alignmentHeightLabel != nullptr, "alignmentHeightLabel not found", -1); in getHeight()
110 int result = alignmentHeightLabel->text().toInt(&ok); in getHeight()
H A DGTUtilsOptionPanelMSA.cpp175 …QLabel *alignmentHeightLabel = qobject_cast<QLabel *>(GTWidget::findWidget(os, "alignmentHeight")); in getHeight() local
176 GT_CHECK_RESULT(alignmentHeightLabel != nullptr, "alignmentHeightLabel not found", -1); in getHeight()
178 int result = alignmentHeightLabel->text().toInt(&ok); in getHeight()