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

Method contentWidget

pj_widgets/src/Dialog.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82QWidget* Dialog::contentWidget() const {
83 return ui_->dialogContent;
84}
85
86QLayout* Dialog::contentLayout() const {
87 return ui_->dialogContent->layout();

Callers 3

execFieldDialogFunction · 0.80
promptUrdfUrlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected