Searched refs:menu_panel_log (Results 1 – 3 of 3) sorted by relevance
553 mPanelMenu->addAction(mPanelActions[menu_panel_log]); in createPanelMenu()1258 mPanelActions[menu_panel_log] = new QAction(QObject::tr("Show &Log"), parent); in createActions()1259 mPanelActions[menu_panel_log]->setStatusTip(QObject::tr("Shows the log window")); in createActions()1260 mPanelActions[menu_panel_log]->setShortcut(QKeySequence(shortcut_show_log)); in createActions()1261 mPanelActions[menu_panel_log]->setCheckable(true); in createActions()
207 menu_panel_log, enumerator
291 …connect(am.action(DkActionManager::menu_panel_log), SIGNAL(toggled(bool)), this, SLOT(showLogDock(… in createActions()998 mLogDock->registerAction(DkActionManager::instance().action(DkActionManager::menu_panel_log)); in showLogDock()