Home
last modified time | relevance | path

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

/dports/graphics/kgraphviewer/kgraphviewer-2.4.3/src/
H A Dkgrapheditor.cpp268 QAction* edit_new_edge = actionCollection()->addAction( "edit_new_edge" ); in setupActions() local
269 edit_new_edge->setText(i18n("Create a New Edge")); in setupActions()
270edit_new_edge->setIcon(QPixmap(QStandardPaths::locate(QStandardPaths::GenericDataLocation, "kgraph… in setupActions()
271 connect( edit_new_edge, SIGNAL(triggered(bool)), this, SLOT(slotEditNewEdge()) ); in setupActions()