Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
if
__name__ ==
'__main__'
:
Callers
2
refreshInputs
Method · 0.45
setContentLayout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected