Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void SvgButton::setExtent(int button_px, int icon_px) {
35
setFixedSize(button_px, button_px);
36
setIconSize(QSize(icon_px, icon_px));
37
}
38
39
void SvgButton::changeEvent(QEvent* event) {
40
QToolButton::changeEvent(event);
Callers
5
TEST
Function · 0.80
PreferencesDialog
Method · 0.80
buildGlobalToolbar
Method · 0.80
buildTimelineAlignRail
Method · 0.80
buildLocalToolbar
Method · 0.80
Calls
1
QSize
Class · 0.50
Tested by
1
TEST
Function · 0.64