Searched refs:sc_first_file (Results 1 – 3 of 3) sorted by relevance
1526 mHiddenActions[sc_first_file] = new QAction(QObject::tr("First File"), parent); in createActions()1527 mHiddenActions[sc_first_file]->setStatusTip(QObject::tr("Jump to first file")); in createActions()1528 mHiddenActions[sc_first_file]->setShortcut(QKeySequence(shortcut_first_file)); in createActions()1733 action(DkActionManager::sc_first_file)->setEnabled(enable); in enableImageActions()
279 sc_first_file, enumerator
220 connect(am.action(DkActionManager::sc_first_file), SIGNAL(triggered()), this, SLOT(loadFirst())); in createShortcuts()