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

Method ToggleButton

source/ui/ToolbarButtons.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117// ============================================================================
118
119ToggleButton::ToggleButton(QWidget *parent)
120 : ToolbarButton(parent)
121{
122 // Toggle buttons maintain on/off state
123 setCheckable(true);
124
125 // Set object name for QSS styling
126 setObjectName("ToggleButton");
127}
128
129// ============================================================================
130// ThreeStateButton

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected