MCPcopy Create free account
hub / github.com/KDAB/KDChart / setGlobalLeadingBottom

Method setGlobalLeadingBottom

src/KDChart/KDChartChart.cpp:1289–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287}
1288
1289void Chart::setGlobalLeadingBottom(int leading)
1290{
1291 d->globalLeadingBottom = leading;
1292 d->bottomOuterSpacer->changeSize(0, leading, QSizePolicy::Minimum, QSizePolicy::Fixed);
1293 d->reapplyInternalLayouts();
1294}
1295
1296int Chart::globalLeadingBottom() const
1297{

Callers 3

testPaddingMethod · 0.45
testPaddingMethod · 0.45
main.cppFile · 0.45

Calls 1

Tested by

no test coverage detected