Home
last modified time | relevance | path

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

/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dmain_window.cpp176 const auto gridColorAction = new QAction(tr("Set grid color") + threeDots, this); in createEditMenu() local
177 gridColorAction->setShortcut(QKeySequence("Ctrl+G")); in createEditMenu()
179 connect(gridColorAction, &QAction::triggered, [=] { in createEditMenu()
183 colorMenu->addAction(gridColorAction); in createEditMenu()