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

Method eventFilter

kdevplatform/sublime/ideallayout.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool IdealButtonBarLayout::eventFilter(QObject* watched, QEvent* event)
63{
64 if (event->type() == QEvent::StyleChange) {
65 setSpacing(buttonSpacing());
66 }
67
68 return QBoxLayout::eventFilter(watched, event);
69}
70
71#include "moc_ideallayout.cpp"

Callers

nothing calls this directly

Calls 2

eventFilterFunction · 0.70
typeMethod · 0.45

Tested by

no test coverage detected