MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / ToolButton

Method ToolButton

source/ui/ToolbarButtons.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198// ============================================================================
199
200ToolButton::ToolButton(QWidget *parent)
201 : ToggleButton(parent)
202{
203 // Set object name for QSS styling (override ToggleButton's)
204 setObjectName("ToolButton");
205}
206

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected