MCPcopy Create free account
hub / github.com/KDE/kdevelop / buttonSpacing

Method buttonSpacing

kdevplatform/sublime/ideallayout.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int IdealButtonBarLayout::buttonSpacing() const
55{
56 if (!m_styleParentWidget) {
57 return 0;
58 }
59 return m_styleParentWidget->style()->pixelMetric(QStyle::PM_ToolBarItemSpacing);
60}
61
62bool IdealButtonBarLayout::eventFilter(QObject* watched, QEvent* event)
63{

Callers

nothing calls this directly

Calls 1

styleMethod · 0.80

Tested by

no test coverage detected