MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / addItem

Method addItem

ElaWidgetTools/ElaFlowLayout.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ElaFlowLayout::addItem(QLayoutItem* item)
38{
39 Q_D(ElaFlowLayout);
40 d->_itemList.append(item);
41}
42
43int ElaFlowLayout::horizontalSpacing() const
44{

Callers 2

T_SettingMethod · 0.80
ElaColorDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected