MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / createWidget

Method createWidget

designer/QHexEditPlugin.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74QWidget * QHexEditPlugin::createWidget(QWidget *parent)
75{
76 return new QHexEdit(parent);
77}
78
79void QHexEditPlugin::initialize(QDesignerFormEditorInterface * /*core*/)
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected