Home
last modified time | relevance | path

Searched refs:decreasePageZoomAction (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Dmain_window_viewer.cpp110 delete decreasePageZoomAction; in ~MainWindowViewer()
385 decreasePageZoomAction = new QAction(tr("Zoom-"), this); in createActions()
386 decreasePageZoomAction->setDisabled(true); in createActions()
387 decreasePageZoomAction->setData(ZOOM_MINUS_ACTION_Y); in createActions()
388decreasePageZoomAction->setShortcut(ShortcutsManager::getShortcutsManager().getShortcut(ZOOM_MINUS… in createActions()
389 connect(decreasePageZoomAction, SIGNAL(triggered()), this, SLOT(decreasePageZoomLevel())); in createActions()
648 viewer->addAction(decreasePageZoomAction); in createToolBars()
710 viewMenu->addAction(decreasePageZoomAction); in createToolBars()
999 decreasePageZoomAction->setDisabled(false); in enableActions()
1030 decreasePageZoomAction->setDisabled(true); in disableActions()
[all …]
H A Dmain_window_viewer.h149 QAction *decreasePageZoomAction; variable