Home
last modified time | relevance | path

Searched refs:menu_panel_comment (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkActionManager.cpp561 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()
H A DDkActionManager.h205 menu_panel_comment, enumerator
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkGui/
H A DDkControlWidget.cpp140 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()