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