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

Method sizeHint

Demo/FramelessDialog.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 QSizePolicy.Expanding), 1, 0)
75
76 def sizeHint(self):
77 return QSize(600, 400)
78
79
80if __name__ == '__main__':

Callers 2

refreshInputsMethod · 0.45
setContentLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected