MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setupAttributeTree

Method setupAttributeTree

nixnote.cpp:981–992  ·  view source on GitHub ↗

This function sets up the attribute search tree

Source from the content-addressed store, hash-verified

979//* This function sets up the attribute search tree
980//*****************************************************************************
981void NixNote::setupAttributeTree() {
982 QLOG_TRACE() << "Starting NixNote.setupAttributeTree()";
983
984 leftseparator4 = new QLabel();
985 leftseparator4->setTextFormat(Qt::RichText);
986 leftseparator4->setText("<hr>");
987 leftPanel->addSeparator(leftseparator4);
988
989 attributeTree = new NAttributeTree(leftPanel);
990 leftPanel->addAttributeTree(attributeTree);
991 QLOG_TRACE() << "Exiting NixNote.setupAttributeTree()";
992}
993
994
995//*****************************************************************************

Callers 1

setupGuiMethod · 0.95

Calls 3

addSeparatorMethod · 0.80
addAttributeTreeMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected