Searched refs:followAction (Results 1 – 4 of 4) sorted by relevance
317 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()
196 QAction *followAction; variable