Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dtooloptions.cpp1210 m_moveYLabel = new ClickableLabel(tr("Y:"), this); in SelectionToolOptionsBox()
1224 m_moveYLabel->setEnabled(false); in SelectionToolOptionsBox()
1250 hLayout()->addWidget(m_moveYLabel, 0); in SelectionToolOptionsBox()
1330 connect(m_moveYLabel, SIGNAL(onMousePress(QMouseEvent *)), m_moveYField, in SelectionToolOptionsBox()
1332 connect(m_moveYLabel, SIGNAL(onMouseMove(QMouseEvent *)), m_moveYField, in SelectionToolOptionsBox()
1334 connect(m_moveYLabel, SIGNAL(onMouseRelease(QMouseEvent *)), m_moveYField, in SelectionToolOptionsBox()
1365 m_moveYLabel->setEnabled(m_moveYField->isEnabled()); in updateStatus()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tools/
H A Dtooloptions.h373 QLabel *m_moveYLabel; variable