MCPcopy Create free account
hub / github.com/KDE/labplot / createWidget

Method createWidget

src/Plugins/NumberSpinBox/NumberSpinBoxPlugin.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8QWidget *NumberSpinBoxPlugin::createWidget(QWidget *parent) {
9 return new NumberSpinBox(parent);
10}
11
12void NumberSpinBoxPlugin::initialize(QDesignerFormEditorInterface * /* core */) {
13 if (initialized)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected