MCPcopy
hub / github.com/PyQt5/PyQt / Widget

Class Widget

Demo/SingleApplication.py:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class Widget(QTextEdit):
19
20 def __init__(self, *args, **kwargs):
21 super(Widget, self).__init__(*args, **kwargs)
22
23
24if __name__ == "__main__":

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected