Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ minimumSizeHint
Method
minimumSizeHint
src/program/ui/ControllerAxisWidget.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
QSize ControllerAxisWidget::minimumSizeHint() const
41
{
42
return QSize(200, 200);
43
}
44
45
void ControllerAxisWidget::resizeEvent(QResizeEvent *)
46
{
Callers
1
GetWrappedWidget
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected