Home
last modified time | relevance | path

Searched refs:followAction (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dmainwindow.cpp
H A Dmainwindow.h
/glogg/src/
H A Dmainwindow.cpp317 followAction = new QAction( tr("&Follow File"), this ); in createActions()
318 followAction->setShortcut(Qt::Key_F); in createActions()
319 followAction->setCheckable(true); in createActions()
320 connect( followAction, SIGNAL(toggled( bool )), in createActions()
391 viewMenu->addAction( followAction ); in createMenus()
591 followAction->setChecked( follow ); in changeFollowMode()
935 followAction->setChecked( follow ); in updateMenuBarFromDocument()
H A Dmainwindow.h196 QAction *followAction; variable