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

Method ModeToggleButton

source/ui/widgets/ModeToggleButton.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QMouseEvent>
5
6ModeToggleButton::ModeToggleButton(QWidget* parent)
7 : QWidget(parent)
8{
9 setFixedSize(BUTTON_SIZE, BUTTON_SIZE);
10 setCursor(Qt::PointingHandCursor);
11 setAttribute(Qt::WA_Hover, true);
12}
13
14void ModeToggleButton::setModeIcons(const QIcon& mode0Icon, const QIcon& mode1Icon)
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected