MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / downNote

Method downNote

gui/ntableview.cpp:1621–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619
1620
1621void NTableView::downNote() {
1622 QKeyEvent *event = new QKeyEvent ( QEvent::KeyPress, Qt::Key_Down, Qt::NoModifier);
1623 QCoreApplication::postEvent(this, event);
1624}
1625
1626void NTableView::upNote() {
1627 QKeyEvent *event = new QKeyEvent ( QEvent::KeyPress, Qt::Key_Up, Qt::NoModifier);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected