Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ resizeEvent
Method
resizeEvent
source/examples/qtexample/WindowQt.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void WindowQt::resizeEvent(QResizeEvent * event)
67
{
68
resize(event);
69
paint();
70
}
71
72
void WindowQt::exposeEvent(QExposeEvent * )
73
{
Callers
nothing calls this directly
Calls
1
resize
Function · 0.85
Tested by
no test coverage detected