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

Method MarkdownNotesSidebar

source/ui/MarkdownNotesSidebar.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12// ============================================================================
13
14MarkdownNotesSidebar::MarkdownNotesSidebar(QWidget* parent)
15 : QWidget(parent)
16{
17 isDarkMode = palette().color(QPalette::Window).lightness() < 128;
18 setupUi();
19 applyStyle();
20}
21
22MarkdownNotesSidebar::~MarkdownNotesSidebar() = default;
23

Callers

nothing calls this directly

Calls 1

colorMethod · 0.80

Tested by

no test coverage detected