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

Method NotesTreeWidget

source/ui/sidebars/NotesTreeWidget.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// ============================================================================
9
10NotesTreeWidget::NotesTreeWidget(QWidget* parent)
11 : QTreeWidget(parent)
12{
13 m_kineticTimer.setInterval(KINETIC_TICK_MS);
14 connect(&m_kineticTimer, &QTimer::timeout,
15 this, &NotesTreeWidget::onKineticScrollTick);
16}
17
18// ============================================================================
19// Mouse / touch handling — mirrors OutlinePanelTreeWidget.

Callers

nothing calls this directly

Calls 1

connectFunction · 0.85

Tested by

no test coverage detected