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

Method addWidgets

customScrollContainer.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 explicit ScrollAreaCustom(QWidget *parent = nullptr);
60 void addWidget(QWidget* newWidget, bool setAnimation = true);
61 void addWidgets(QVector<QWidget*> widgets){for(int i = 0; i < widgets.size(); i++)addWidget(widgets[i], false);}
62 void removeWidget(QWidget* w = nullptr);
63 void scrollToTop();
64 void updateHeight();

Callers 1

AddContentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected