MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / addRightClusterWidget

Method addRightClusterWidget

pj_app/src/TitleBar.cpp:112–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void TitleBar::addRightClusterWidget(QWidget* widget) {
113 if (widget == nullptr) {
114 return;
115 }
116 // Appends to the bell's group so the added widgets share its tight
117 // intra-group spacing; the spacer + outer layout spacing keep the
118 // group visually separate from the window controls.
119 ui_->rightClusterLayout->addWidget(widget);
120}
121
122void TitleBar::setCenterWidget(QWidget* widget) {
123 if (widget == center_widget_) {

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected