Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linloir/GraphBuilder
/ removeWidget
Method
removeWidget
customScrollContainer.cpp:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void ScrollAreaCustom::removeWidget(QWidget *w){
178
container->RemoveWidget(w);
179
}
180
181
void ScrollAreaCustom::scrollToTop(){
182
curSpd = sqrt(8 * (- container->pos().y()) + 2) / 2;
Callers
4
RemoveItem
Method · 0.80
selectCanvas
Method · 0.80
deleteCanvas
Method · 0.80
RemoveContents
Method · 0.80
Calls
1
RemoveWidget
Method · 0.80
Tested by
no test coverage detected