MCPcopy Create free account
hub / github.com/PyQt5/PyQt / add_widget

Method add_widget

Demo/NewFramelessWindow.py:40–41  ·  view source on GitHub ↗
(cls, widget)

Source from the content-addressed store, hash-verified

38
39 @classmethod
40 def add_widget(cls, widget):
41 cls.Widgets.add(widget)
42
43 @classmethod
44 def del_widget(cls, widget):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected