MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / enterEvent

Method enterEvent

widgets/ProgressWidget.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void ProgressWidget::enterEvent(QEnterEvent *event)
128{
129 Q_UNUSED(event);
130 m_isHovered = true;
131 setCursor(Qt::PointingHandCursor);
132 update();
133}
134
135void ProgressWidget::leaveEvent(QEvent *event)
136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected