MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / createWindowContainer

Method createWindowContainer

pcsx2-qt/DisplayWidget.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48QWidget* DisplaySurface::createWindowContainer(QWidget* parent)
49{
50 m_container = QWidget::createWindowContainer(this, parent);
51 m_container->installEventFilter(this);
52 m_container->setFocusPolicy(Qt::StrongFocus);
53 return m_container;
54}
55
56std::optional<WindowInfo> DisplaySurface::getWindowInfo()
57{

Callers 1

createDisplayWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected