| 72 | } |
| 73 | |
| 74 | QWidget * QHexEditPlugin::createWidget(QWidget *parent) |
| 75 | { |
| 76 | return new QHexEdit(parent); |
| 77 | } |
| 78 | |
| 79 | void QHexEditPlugin::initialize(QDesignerFormEditorInterface * /*core*/) |
| 80 | { |
nothing calls this directly
no outgoing calls
no test coverage detected