MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / insertWidget

Method insertWidget

Gui/PythonPanels.cpp:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void
307PyModalDialog::insertWidget(int index,
308 QWidget* widget)
309{
310 _imp->centerLayout->insertWidget(index, widget);
311}
312
313void
314PyModalDialog::addWidget(QWidget* widget)

Callers 10

putSettingsPanelFirstMethod · 0.80
PyModalDialogMethod · 0.80
PyPanelMethod · 0.80
insertHeaderButtonMethod · 0.80
insertHeaderWidgetMethod · 0.80
setTrackerInterfaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected