MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / ScrollListContainer

Method ScrollListContainer

customScrollContainer.cpp:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226ScrollListContainer::ScrollListContainer(QWidget *parent) : QWidget(parent){}
227
228void ScrollListContainer::paintEvent(QPaintEvent *event){
229 for(int i = 0; i < widgets.size(); i++){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected