Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ minimumSizeHint
Method
minimumSizeHint
pj_widgets/src/CheckButton.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
QSize CheckButton::minimumSizeHint() const {
80
return sizeHint();
81
}
82
83
void CheckButton::paintEvent(QPaintEvent* /*event*/) {
84
QPainter painter(this);
Callers
3
TEST
Function · 0.45
TEST
Function · 0.45
applyToWidget
Function · 0.45
Calls
1
sizeHint
Function · 0.85
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36