MCPcopy Create free account
hub / github.com/cvut/qtrvsim / insertRow

Method insertRow

src/gui/statictable.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void StaticTableLayout::insertRow(const QList<QWidget *> &w, int i) {
104 items.insert(i, list2vec(w));
105}
106
107void StaticTableLayout::removeRow(int i) {
108 for (auto &item : items[i]) {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected