Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void StaticTableLayout::insertRow(const QList<QWidget *> &w, int i) {
104
items.insert(i, list2vec(w));
105
}
106
107
void StaticTableLayout::removeRow(int i) {
108
for (auto &item : items[i]) {
Callers
nothing calls this directly
Calls
1
insert
Method · 0.80
Tested by
no test coverage detected