MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / setExtent

Method setExtent

pj_widgets/src/SvgButton.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void SvgButton::setExtent(int button_px, int icon_px) {
35 setFixedSize(button_px, button_px);
36 setIconSize(QSize(icon_px, icon_px));
37}
38
39void SvgButton::changeEvent(QEvent* event) {
40 QToolButton::changeEvent(event);

Callers 5

TESTFunction · 0.80
PreferencesDialogMethod · 0.80
buildGlobalToolbarMethod · 0.80
buildLocalToolbarMethod · 0.80

Calls 1

QSizeClass · 0.50

Tested by 1

TESTFunction · 0.64