Searched refs:m_btnCustom (Results 1 – 2 of 2) sorted by relevance
81 m_btnCustom = new QRadioButton (tr ("Custom cross")); in createControls()82 m_btnCustom->setWhatsThis (tr ("Selects a custom cursor based on the settings selected below")); in createControls()83 layoutCursor->addWidget (m_btnCustom, rowCursor++, 1); in createControls()84 connect (m_btnCustom, SIGNAL (toggled (bool)), this, SLOT (slotCursorCustom(bool))); in createControls()203 m_btnCustom->setChecked (!m_modelDigitizeCurveAfter->cursorStandardCross()); in load()273 m_spinInnerRadius->setEnabled (m_btnCustom->isChecked()); in updateControls()274 m_cmbSize->setEnabled (m_btnCustom->isChecked()); in updateControls()275 m_spinLineWidth->setEnabled (m_btnCustom->isChecked()); in updateControls()
59 QRadioButton *m_btnCustom; variable