Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmatchline.cpp341 m_lup_gapButton = new QPushButton(this); in MatchlinesDialog()
371 m_lup_gapButton->setObjectName("MatchLineButton"); in MatchlinesDialog()
376 m_lup_gapButton->setCheckable(true); in MatchlinesDialog()
379 m_lup_gapButton->setChecked(true); in MatchlinesDialog()
383 m_lup_gapButton->setIcon(lup_gapIcon); in MatchlinesDialog()
388 m_lup_gapButton->setIconSize(QSize(104, 104)); in MatchlinesDialog()
392 lineStackButtonGroup->addButton(m_lup_gapButton, 0); in MatchlinesDialog()
428 buttonsLay->addWidget(m_lup_gapButton, 1, 1); in MatchlinesDialog()
503 m_lup_gapButton->setChecked(false); in onInkPrevalenceChanged()
507 m_lup_gapButton->setChecked(true); in onInkPrevalenceChanged()
H A Dmatchline.h57 QPushButton *m_lup_gapButton; variable