Home
last modified time | relevance | path

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

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dmainwindow.h294 QAction *_video1Act; variable
H A Dmainwindow.cpp1564 _video1Act = new QAction(tr("#&1: Quick Start"), this); in createActions()
1565_video1Act->setStatusTip(tr("Kst presentation #1: The shortest tutorial to the fastest plotting to… in createActions()
1566 connect(_video1Act, SIGNAL(triggered()), _videoMapper, SLOT(map())); in createActions()
1567 _videoMapper->setMapping(_video1Act, 1); in createActions()
1745 _videoTutorialsMenu->addAction(_video1Act); in createMenus()