Home
last modified time | relevance | path

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

/dports/graphics/photivo/photivo/Sources/
H A DptViewWindow.cpp701 ac_Mode_Gradient = new QAction(tr("&Gradient") + "\t" + tr("5"), this); in ConstructContextMenu()
702 ac_Mode_Gradient->setCheckable(true); in ConstructContextMenu()
703 connect(ac_Mode_Gradient, SIGNAL(triggered()), this, SLOT(Menu_Mode())); in ConstructContextMenu()
710 ac_ModeGroup->addAction(ac_Mode_Gradient); in ConstructContextMenu()
814 Menu_Mode.addAction(ac_Mode_Gradient); in contextMenuEvent()
868 ac_Mode_Gradient->setChecked(true); in contextMenuEvent()
990 else if (ac_Mode_Gradient->isChecked()) in Menu_Mode()
H A DptViewWindow.h200 QAction *ac_Mode_Gradient; variable