Home
last modified time | relevance | path

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

/dports/graphics/yacreader/yacreader-9.8.2/shortcuts_management/
H A Dshortcuts_manager.h131 #define ZOOM_MINUS_ACTION_Y "ZOOM_MINUS_ACTION_Y" macro
H A Dshortcuts_manager.cpp59 defaultShorcuts.insert(ZOOM_MINUS_ACTION_Y, Qt::Key_Minus); in initDefaultShorcuts()
/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Dmain_window_viewer.cpp387 decreasePageZoomAction->setData(ZOOM_MINUS_ACTION_Y); in createActions()
388 …eZoomAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(ZOOM_MINUS_ACTION_Y)); in createActions()