A Qt display widget.
More...
A Qt display widget.
Use asDisplay to get a ic4::Display representing the display. The ic4::Display can then be passed to ic4::Grabber::streamSetup.
◆ DisplayWidget()
DisplayWidget |
( |
QWidget * |
parent = nullptr , |
|
|
::Qt::WindowFlags |
f = ::Qt::WindowFlags() |
|
) |
| |
|
inline |
Create a new Qt display widget.
- Parameters
-
parent | A parent widget |
f | Window flags |
◆ asDisplay()
Returns a ic4::Display to connect this display widget to a data stream.
- Returns
- A
shared_ptr
to a ic4::Display for this display widget.