MCPcopy Create free account
hub / github.com/QNapi/qnapi / setItemCheckState

Method setItemCheckState

gui/src/qcheckedlistwidget.h:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void setItemCheckState(int i, Qt::CheckState state) {
27 QListWidgetItem* it = item(i);
28 if (it) it->setCheckState(state);
29 }
30
31 Qt::CheckState itemCheckState(int i) {
32 QListWidgetItem* it = item(i);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected