Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/phy_tree_options/
H A DTreeOptionsWidget.cpp102 branchesColorButton->setStyle(buttonStyle); in initColorButtonsStyle()
164 updateButtonColor(branchesColorButton, qvariant_cast<QColor>(value)); in sl_onOptionChanged()
254 connect(branchesColorButton, SIGNAL(clicked()), SLOT(sl_branchesColorButton())); in connectSlots()
342 updateButtonColor(branchesColorButton, newColor); in sl_branchesColorButton()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/options_panel/msa/
H A DGTTestsOptionPanelMSA.cpp1890 QWidget *branchesColorButton = GTWidget::findWidget(os, "branchesColorButton"); in expandPenSettings() local
1891 CHECK_SET_ERR(branchesColorButton != nullptr, "branchesColorButton not found"); in expandPenSettings()
1892 if (!branchesColorButton->isVisible()) { in expandPenSettings()
1900 QWidget *branchesColorButton = GTWidget::findWidget(os, "branchesColorButton"); in setBranchColor() local
1901 GTWidget::click(os, branchesColorButton); in setBranchColor()
2494 QWidget *branchesColorButton = GTWidget::findWidget(os, "branchesColorButton"); in GUI_TEST_CLASS_DEFINITION() local
2501 …CHECK_SET_ERR(GTWidget::hasPixelWithColor(os, branchesColorButton, initialColor), QString("Initial… in GUI_TEST_CLASS_DEFINITION()