Home
last modified time | relevance | path

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

/dports/graphics/photivo/photivo/Sources/
H A DptViewWindow.cpp668 ac_Zoom100 = new QAction(tr("Zoom &100%") + "\t" + tr("2"), this); in ConstructContextMenu()
669 connect(ac_Zoom100, SIGNAL(triggered()), this, SLOT(Menu_Zoom100())); in ConstructContextMenu()
670 ac_Zoom100->setIcon(QIcon(QString::fromUtf8(":/dark/icons/zoom-original.png"))); in ConstructContextMenu()
844 Menu.addAction(ac_Zoom100); in contextMenuEvent()
H A DptViewWindow.h192 QAction *ac_Zoom100; variable