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

Method horizontalSpacing

ElaWidgetTools/ElaFlowLayout.cpp:43–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int ElaFlowLayout::horizontalSpacing() const
44{
45 Q_D(const ElaFlowLayout);
46 if (d->_hSpacing >= 0)
47 {
48 return d->_hSpacing;
49 }
50 else
51 {
52 return d->_smartSpacing(QStyle::PM_LayoutHorizontalSpacing);
53 }
54}
55
56int ElaFlowLayout::verticalSpacing() const
57{

Callers 1

_doLayoutMethod · 0.80

Calls 1

_smartSpacingMethod · 0.80

Tested by

no test coverage detected