Home
last modified time | relevance | path

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

/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkActionManager.cpp553 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()
H A DDkActionManager.h207 menu_panel_log, enumerator
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkGui/
H A DDkNoMacs.cpp291 …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()