MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / CVImageWidget

Method CVImageWidget

webcam/cvimagewidget.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32CVImageWidget::CVImageWidget(QWidget *parent) :
33 QWidget(parent)
34{
35}
36
37
38QSize CVImageWidget::sizeHint() { return _qimage.size(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected