MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / SegmentedButtonLayout

Method SegmentedButtonLayout

src/gui/widgets/segmented_button_layout.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace OpenOrienteering {
28
29SegmentedButtonLayout::SegmentedButtonLayout()
30 : QHBoxLayout()
31{
32 setContentsMargins(0, 0, 0, 0);
33 setSpacing(0);
34}
35
36SegmentedButtonLayout::SegmentedButtonLayout(QWidget* parent)
37 : QHBoxLayout(parent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected