MCPcopy Create free account
hub / github.com/Atarity/Lightpack / MoveUp

Method MoveUp

Software/src/SelectWidget.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 list->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
20}
21void SelectWidget::MoveUp() {
22 list->verticalScrollBar()->setValue(list->verticalScrollBar()->value()-1);
23}
24void SelectWidget::MoveDown() {
25 list->verticalScrollBar()->setValue(list->verticalScrollBar()->value()+1);
26}

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80
valueMethod · 0.80

Tested by

no test coverage detected