MCPcopy Create free account
hub / github.com/KDE/labplot / addSeparator

Method addSeparator

src/frontend/spreadsheet/SearchReplaceWidget.cpp:1489–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487 }
1488
1489 void addSeparator() {
1490 if (!m_menu)
1491 return;
1492
1493 m_menu->addSeparator();
1494 }
1495
1496 void handle(QAction* action, QLineEdit* lineEdit) {
1497 if (!m_actionPointers.contains(action))

Callers 15

contextMenuEventMethod · 0.80
buildContextMenuMethod · 0.80
buildContextMenuMethod · 0.80
initMenusMethod · 0.80
updateGUIMethod · 0.80
updateNotebookActionsMethod · 0.80
contextMenuEventMethod · 0.80
eventFilterMethod · 0.80
saveMenuMethod · 0.80
initMenusMethod · 0.80

Calls

no outgoing calls

Tested by 1

createContextMenuMethod · 0.64