Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
contextMenuEvent
Method · 0.80
buildContextMenu
Method · 0.80
buildContextMenu
Method · 0.80
initMenus
Method · 0.80
updateGUI
Method · 0.80
createFolderContextMenu
Method · 0.80
updateNotebookActions
Method · 0.80
contextMenuEvent
Method · 0.80
eventFilter
Method · 0.80
toggleFilterOptionsMenu
Method · 0.80
saveMenu
Method · 0.80
initMenus
Method · 0.80
Calls
no outgoing calls
Tested by
1
createContextMenu
Method · 0.64