Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmatchline.cpp342 m_rup_gapButton = new QPushButton(this); in MatchlinesDialog()
372 m_rup_gapButton->setObjectName("MatchLineButton"); in MatchlinesDialog()
377 m_rup_gapButton->setCheckable(true); in MatchlinesDialog()
384 m_rup_gapButton->setIcon(rup_gapIcon); in MatchlinesDialog()
389 m_rup_gapButton->setIconSize(QSize(104, 104)); in MatchlinesDialog()
393 lineStackButtonGroup->addButton(m_rup_gapButton, 100); in MatchlinesDialog()
429 buttonsLay->addWidget(m_rup_gapButton, 1, 2); in MatchlinesDialog()
504 m_rup_gapButton->setChecked(false); in onInkPrevalenceChanged()
509 m_rup_gapButton->setChecked(true); in onInkPrevalenceChanged()
H A Dmatchline.h58 QPushButton *m_rup_gapButton; variable