MCPcopy 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
79QSize CheckButton::minimumSizeHint() const {
80 return sizeHint();
81}
82
83void CheckButton::paintEvent(QPaintEvent* /*event*/) {
84 QPainter painter(this);

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45
applyToWidgetFunction · 0.45

Calls 1

sizeHintFunction · 0.85

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36