Home
last modified time | relevance | path

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

/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DTimeline.cpp568 actionGoToNextFrame_ = new QAction(tr("Go to next frame"), this); in Timeline()
569 actionGoToNextFrame_->setStatusTip(tr("Set frame of active view to be the next frame.")); in Timeline()
570 actionGoToNextFrame_->setToolTip(tr("Right")); in Timeline()
571 actionGoToNextFrame_->setShortcut(QKeySequence(Qt::Key_Right)); in Timeline()
572 actionGoToNextFrame_->setShortcutContext(Qt::ApplicationShortcut); in Timeline()
573 connect(actionGoToNextFrame_, SIGNAL(triggered()), this, SLOT(goToNextFrame())); in Timeline()
594 nextFrameButton_ = makeButton_(":/images/go-last-view.png", actionGoToNextFrame_); in Timeline()
671 return actionGoToNextFrame_; in actionGoToNextFrame()
H A DTimeline.h225 QAction * actionGoToNextFrame_; variable