Searched refs:menu_panel_comment (Results 1 – 3 of 3) sorted by relevance
561 mPanelMenu->addAction(mPanelActions[menu_panel_comment]); in createPanelMenu()664 panelMenu->addAction(mPanelActions[menu_panel_comment]); in createContextMenu()1248 mPanelActions[menu_panel_comment] = new QAction(QObject::tr("Image &Notes"), parent); in createActions()1249 mPanelActions[menu_panel_comment]->setShortcut(QKeySequence(shortcut_show_comment)); in createActions()1250 mPanelActions[menu_panel_comment]->setStatusTip(QObject::tr("Shows Image Notes")); in createActions()1251 mPanelActions[menu_panel_comment]->setCheckable(true); in createActions()1708 action(DkActionManager::menu_panel_comment)->setEnabled(enable); in enableImageActions()
205 menu_panel_comment, enumerator
140 mCommentWidget->registerAction(am.action(DkActionManager::menu_panel_comment)); in init()321 …connect(am.action(DkActionManager::menu_panel_comment), SIGNAL(toggled(bool)), this, SLOT(showComm… in connectWidgets()